anchor            139 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc   MaximizeBubbleBorder(views::View* content_view, views::View* anchor);
anchor            164 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc                                            views::View* anchor)
anchor            168 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc       anchor_size_(anchor->size()),
anchor            171 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc   views::View::ConvertPointToScreen(anchor, &anchor_screen_origin_);
anchor             48 ash/popup_message.cc                 views::View* anchor,
anchor             69 ash/popup_message.cc                                            views::View* anchor,
anchor             73 ash/popup_message.cc     : views::BubbleDelegateView(anchor, arrow),
anchor             81 ash/popup_message.cc   if (anchor->border())
anchor             82 ash/popup_message.cc     insets += anchor->border()->GetInsets();
anchor            186 ash/popup_message.cc                            views::View* anchor,
anchor            192 ash/popup_message.cc       caption, message, message_type, anchor, arrow, size_override,
anchor             53 ash/popup_message.h                views::View* anchor,
anchor             32 ash/shelf/overflow_bubble.cc void OverflowBubble::Show(views::View* anchor, ShelfView* shelf_view) {
anchor             36 ash/shelf/overflow_bubble.cc   bubble_->InitOverflowBubble(anchor, shelf_view);
anchor             38 ash/shelf/overflow_bubble.cc   anchor_ = anchor;
anchor             42 ash/shelf/overflow_bubble.cc   RootWindowController::ForWindow(anchor->GetWidget()->GetNativeView())->
anchor             64 ash/shelf/overflow_bubble.cc   views::View* anchor = anchor_;
anchor             68 ash/shelf/overflow_bubble.cc   anchor->SchedulePaint();
anchor             34 ash/shelf/overflow_bubble.h   void Show(views::View* anchor, ShelfView* shelf_view);
anchor             42 ash/shelf/overflow_bubble_view.cc void OverflowBubbleView::InitOverflowBubble(views::View* anchor,
anchor             46 ash/shelf/overflow_bubble_view.cc   SetAnchorView(anchor);
anchor             65 ash/shelf/overflow_bubble_view.cc       anchor->GetWidget()->GetNativeWindow()->GetRootWindow(),
anchor             28 ash/shelf/overflow_bubble_view.h   void InitOverflowBubble(views::View* anchor, ShelfView* shelf_view);
anchor             51 ash/shelf/shelf_tooltip_manager.cc   ShelfTooltipBubble(views::View* anchor,
anchor             72 ash/shelf/shelf_tooltip_manager.cc     views::View* anchor,
anchor             75 ash/shelf/shelf_tooltip_manager.cc     : views::BubbleDelegateView(anchor, arrow), host_(host) {
anchor             84 ash/shelf/shelf_tooltip_manager.cc   if (anchor->border())
anchor             85 ash/shelf/shelf_tooltip_manager.cc     insets += anchor->border()->GetInsets();
anchor             97 ash/shelf/shelf_tooltip_manager.cc   if (anchor->GetWidget() && anchor->GetWidget()->GetNativeView()) {
anchor             99 ash/shelf/shelf_tooltip_manager.cc         anchor->GetWidget()->GetNativeView()->GetRootWindow();
anchor            162 ash/shelf/shelf_tooltip_manager.cc void ShelfTooltipManager::ShowDelayed(views::View* anchor,
anchor            176 ash/shelf/shelf_tooltip_manager.cc   CreateBubble(anchor, text);
anchor            180 ash/shelf/shelf_tooltip_manager.cc void ShelfTooltipManager::ShowImmediately(views::View* anchor,
anchor            192 ash/shelf/shelf_tooltip_manager.cc   CreateBubble(anchor, text);
anchor            343 ash/shelf/shelf_tooltip_manager.cc void ShelfTooltipManager::CreateBubble(views::View* anchor,
anchor            347 ash/shelf/shelf_tooltip_manager.cc   anchor_ = anchor;
anchor            356 ash/shelf/shelf_tooltip_manager.cc   view_ = new ShelfTooltipBubble(anchor, arrow, this);
anchor             51 ash/shelf/shelf_tooltip_manager.h   void ShowDelayed(views::View* anchor, const base::string16& text);
anchor             54 ash/shelf/shelf_tooltip_manager.h   void ShowImmediately(views::View* anchor, const base::string16& text);
anchor            100 ash/shelf/shelf_tooltip_manager.h   void CreateBubble(views::View* anchor, const base::string16& text);
anchor            239 ash/shell.h      void ToggleAppList(aura::Window* anchor);
anchor            119 ash/system/chromeos/network/network_state_list_detailed_view.cc   InfoBubble(views::View* anchor,
anchor            122 ash/system/chromeos/network/network_state_list_detailed_view.cc       : views::BubbleDelegateView(anchor, views::BubbleBorder::TOP_RIGHT),
anchor            126 ash/system/chromeos/network/network_state_list_detailed_view.cc         anchor->GetWidget()->GetNativeWindow()->GetRootWindow(),
anchor             87 ash/system/tray/system_tray.cc                 views::View* anchor,
anchor             90 ash/system/tray/system_tray.cc     DCHECK(anchor);
anchor             93 ash/system/tray/system_tray.cc     bubble_->InitView(anchor, login_status, init_params);
anchor            529 ash/system/tray/system_tray.cc   views::View* anchor;
anchor            538 ash/system/tray/system_tray.cc     anchor = system_bubble_->bubble_view();
anchor            541 ash/system/tray/system_tray.cc     anchor = tray_container();
anchor            553 ash/system/tray/system_tray.cc   notification_bubble_->InitView(this, anchor, &init_params, false);
anchor            250 ash/system/tray/system_tray_bubble.cc void SystemTrayBubble::InitView(views::View* anchor,
anchor            262 ash/system/tray/system_tray_bubble.cc       tray_->GetBubbleWindowContainer(), anchor, tray_, init_params);
anchor             39 ash/system/tray/system_tray_bubble.h   void InitView(views::View* anchor,
anchor            995 ash/system/user/tray_user.cc         add_user_view->anchor(),
anchor            214 ash/system/web_notification/web_notification_tray.cc     views::View* anchor = tray->tray_container();
anchor            216 ash/system/web_notification/web_notification_tray.cc       gfx::Point bounds(anchor->width() / 2, 0);
anchor            217 ash/system/web_notification/web_notification_tray.cc       views::View::ConvertPointToWidget(anchor, &bounds);
anchor            221 ash/system/web_notification/web_notification_tray.cc         tray->GetBubbleWindowContainer(), anchor, tray, &init_params);
anchor             92 ash/wm/app_list_controller.cc   gfx::Point anchor(button_bounds.CenterPoint());
anchor             99 ash/wm/app_list_controller.cc             std::min(screen_width - kMinimalAnchorPositionOffset - anchor.x(),
anchor            103 ash/wm/app_list_controller.cc           std::max(kMinimalAnchorPositionOffset - anchor.x(), 0), 0);
anchor            106 ash/wm/app_list_controller.cc           0, std::max(kMinimalAnchorPositionOffset - anchor.y(), 0));
anchor            109 ash/wm/app_list_controller.cc           0, std::max(kMinimalAnchorPositionOffset - anchor.y(), 0));
anchor            110 cc/input/input_handler.h                                   const gfx::Point& anchor) = 0;
anchor             95 cc/input/page_scale_animation.cc void PageScaleAnimation::ZoomWithAnchor(const gfx::Vector2dF& anchor,
anchor             98 cc/input/page_scale_animation.cc   start_anchor_ = anchor;
anchor             48 cc/input/page_scale_animation.h   void ZoomWithAnchor(const gfx::Vector2dF& anchor,
anchor             22 cc/layers/layer_position_constraint_unittest.cc                                   const gfx::PointF& anchor,
anchor             28 cc/layers/layer_position_constraint_unittest.cc   layer->SetAnchorPoint(anchor);
anchor             90 cc/layers/layer_position_constraint_unittest.cc     gfx::PointF anchor;
anchor             96 cc/layers/layer_position_constraint_unittest.cc                                  anchor,
anchor            103 cc/layers/layer_position_constraint_unittest.cc                                  anchor,
anchor            110 cc/layers/layer_position_constraint_unittest.cc                                  anchor,
anchor            117 cc/layers/layer_position_constraint_unittest.cc                                  anchor,
anchor            538 cc/layers/tiled_layer.cc       const gfx::Point anchor = tiler_->TileRect(tile).origin();
anchor            541 cc/layers/tiled_layer.cc       gfx::Vector2d dest_offset = source_rect.origin() - anchor;
anchor             44 cc/trees/layer_tree_host_common_unittest.cc       const gfx::PointF& anchor,
anchor             50 cc/trees/layer_tree_host_common_unittest.cc     layer->SetAnchorPoint(anchor);
anchor             59 cc/trees/layer_tree_host_common_unittest.cc                                     const gfx::PointF& anchor,
anchor             66 cc/trees/layer_tree_host_common_unittest.cc                                                 anchor,
anchor             75 cc/trees/layer_tree_host_common_unittest.cc                                     const gfx::PointF& anchor,
anchor             82 cc/trees/layer_tree_host_common_unittest.cc                                                     anchor,
anchor           4052 cc/trees/layer_tree_host_common_unittest.cc   gfx::PointF anchor;
anchor           4057 cc/trees/layer_tree_host_common_unittest.cc                                anchor,
anchor           4109 cc/trees/layer_tree_host_common_unittest.cc   gfx::PointF anchor;
anchor           4114 cc/trees/layer_tree_host_common_unittest.cc                                anchor,
anchor           4125 cc/trees/layer_tree_host_common_unittest.cc                                anchor,
anchor           4186 cc/trees/layer_tree_host_common_unittest.cc   gfx::PointF anchor;
anchor           4191 cc/trees/layer_tree_host_common_unittest.cc                                anchor,
anchor           4256 cc/trees/layer_tree_host_common_unittest.cc   gfx::PointF anchor;
anchor           4263 cc/trees/layer_tree_host_common_unittest.cc                                anchor,
anchor           4319 cc/trees/layer_tree_host_common_unittest.cc   gfx::PointF anchor;
anchor           4324 cc/trees/layer_tree_host_common_unittest.cc                                anchor,
anchor           4392 cc/trees/layer_tree_host_common_unittest.cc   gfx::PointF anchor;
anchor           4398 cc/trees/layer_tree_host_common_unittest.cc       anchor,
anchor           4460 cc/trees/layer_tree_host_common_unittest.cc   gfx::PointF anchor;
anchor           4464 cc/trees/layer_tree_host_common_unittest.cc                                anchor,
anchor           4476 cc/trees/layer_tree_host_common_unittest.cc                                  anchor,
anchor           4541 cc/trees/layer_tree_host_common_unittest.cc   gfx::PointF anchor;
anchor           4549 cc/trees/layer_tree_host_common_unittest.cc                                anchor,
anchor           4563 cc/trees/layer_tree_host_common_unittest.cc                                  anchor,
anchor           4576 cc/trees/layer_tree_host_common_unittest.cc                                  anchor,
anchor           4643 cc/trees/layer_tree_host_common_unittest.cc   gfx::PointF anchor;
anchor           4648 cc/trees/layer_tree_host_common_unittest.cc                                anchor,
anchor           4666 cc/trees/layer_tree_host_common_unittest.cc                                  anchor,
anchor           4683 cc/trees/layer_tree_host_common_unittest.cc                                  anchor,
anchor           4703 cc/trees/layer_tree_host_common_unittest.cc                                  anchor,
anchor           4789 cc/trees/layer_tree_host_common_unittest.cc   gfx::PointF anchor;
anchor           4797 cc/trees/layer_tree_host_common_unittest.cc                                anchor,
anchor           4811 cc/trees/layer_tree_host_common_unittest.cc                                  anchor,
anchor           4829 cc/trees/layer_tree_host_common_unittest.cc                                  anchor,
anchor           4882 cc/trees/layer_tree_host_common_unittest.cc   gfx::PointF anchor;
anchor           4887 cc/trees/layer_tree_host_common_unittest.cc                                anchor,
anchor           4911 cc/trees/layer_tree_host_common_unittest.cc                                  anchor,
anchor           4922 cc/trees/layer_tree_host_common_unittest.cc                                  anchor,
anchor           4936 cc/trees/layer_tree_host_common_unittest.cc                                  anchor,
anchor           5030 cc/trees/layer_tree_host_common_unittest.cc   gfx::PointF anchor;
anchor           5035 cc/trees/layer_tree_host_common_unittest.cc                                anchor,
anchor           5059 cc/trees/layer_tree_host_common_unittest.cc                                  anchor,
anchor           5071 cc/trees/layer_tree_host_common_unittest.cc                                  anchor,
anchor           5086 cc/trees/layer_tree_host_common_unittest.cc                                  anchor,
anchor           5186 cc/trees/layer_tree_host_common_unittest.cc   gfx::PointF anchor;
anchor           5191 cc/trees/layer_tree_host_common_unittest.cc                                anchor,
anchor           5206 cc/trees/layer_tree_host_common_unittest.cc                                  anchor,
anchor           5224 cc/trees/layer_tree_host_common_unittest.cc                                  anchor,
anchor           5244 cc/trees/layer_tree_host_common_unittest.cc                                  anchor,
anchor           5321 cc/trees/layer_tree_host_common_unittest.cc   gfx::PointF anchor;
anchor           5326 cc/trees/layer_tree_host_common_unittest.cc                                anchor,
anchor           5413 cc/trees/layer_tree_host_common_unittest.cc   gfx::PointF anchor;
anchor           5418 cc/trees/layer_tree_host_common_unittest.cc                                anchor,
anchor           5494 cc/trees/layer_tree_host_common_unittest.cc   gfx::PointF anchor;
anchor           5501 cc/trees/layer_tree_host_common_unittest.cc                                anchor,
anchor           5578 cc/trees/layer_tree_host_common_unittest.cc   gfx::PointF anchor;
anchor           5582 cc/trees/layer_tree_host_common_unittest.cc                                anchor,
anchor           5595 cc/trees/layer_tree_host_common_unittest.cc                                  anchor,
anchor           5686 cc/trees/layer_tree_host_common_unittest.cc   gfx::PointF anchor;
anchor           5690 cc/trees/layer_tree_host_common_unittest.cc                                anchor,
anchor           5703 cc/trees/layer_tree_host_common_unittest.cc                                  anchor,
anchor           5810 cc/trees/layer_tree_host_common_unittest.cc   gfx::PointF anchor;
anchor           5818 cc/trees/layer_tree_host_common_unittest.cc                                anchor,
anchor           5832 cc/trees/layer_tree_host_common_unittest.cc                                  anchor,
anchor           5846 cc/trees/layer_tree_host_common_unittest.cc                                  anchor,
anchor           5911 cc/trees/layer_tree_host_common_unittest.cc   gfx::PointF anchor;
anchor           5919 cc/trees/layer_tree_host_common_unittest.cc                                anchor,
anchor           5933 cc/trees/layer_tree_host_common_unittest.cc                                  anchor,
anchor           5952 cc/trees/layer_tree_host_common_unittest.cc                                  anchor,
anchor           8886 cc/trees/layer_tree_host_common_unittest.cc   gfx::PointF anchor;
anchor           8891 cc/trees/layer_tree_host_common_unittest.cc                                anchor,
anchor           8902 cc/trees/layer_tree_host_common_unittest.cc                                anchor,
anchor           8910 cc/trees/layer_tree_host_common_unittest.cc                                anchor,
anchor           8918 cc/trees/layer_tree_host_common_unittest.cc                                anchor,
anchor            454 cc/trees/layer_tree_host_impl.cc     gfx::Vector2dF anchor(target_offset);
anchor            455 cc/trees/layer_tree_host_impl.cc     page_scale_animation_->ZoomWithAnchor(anchor,
anchor           2558 cc/trees/layer_tree_host_impl.cc                                            const gfx::Point& anchor) {
anchor           2568 cc/trees/layer_tree_host_impl.cc       gfx::ScalePoint(anchor, 1.f / page_scale_delta);
anchor           2572 cc/trees/layer_tree_host_impl.cc       gfx::ScalePoint(anchor, 1.f / page_scale_delta);
anchor           2575 cc/trees/layer_tree_host_impl.cc   previous_pinch_anchor_ = anchor;
anchor            129 cc/trees/layer_tree_host_impl.h                                   const gfx::Point& anchor) OVERRIDE;
anchor           1679 cc/trees/layer_tree_host_unittest.cc                                          const gfx::PointF& anchor,
anchor           1687 cc/trees/layer_tree_host_unittest.cc   layer->SetAnchorPoint(anchor);
anchor            266 chrome/browser/extensions/api/input_ime/input_ime_api.cc     info.anchor = anchor_pos;
anchor             42 chrome/browser/ui/app_list/app_list_positioner.cc   gfx::Point anchor;
anchor             45 chrome/browser/ui/app_list/app_list_positioner.cc       anchor = screen_rect.origin();
anchor             48 chrome/browser/ui/app_list/app_list_positioner.cc       anchor = screen_rect.top_right();
anchor             51 chrome/browser/ui/app_list/app_list_positioner.cc       anchor = screen_rect.bottom_left();
anchor             54 chrome/browser/ui/app_list/app_list_positioner.cc       anchor = screen_rect.bottom_right();
anchor             58 chrome/browser/ui/app_list/app_list_positioner.cc       anchor = gfx::Point();
anchor             60 chrome/browser/ui/app_list/app_list_positioner.cc   return ClampAnchorPoint(anchor);
anchor             67 chrome/browser/ui/app_list/app_list_positioner.cc   gfx::Point anchor;
anchor             70 chrome/browser/ui/app_list/app_list_positioner.cc       anchor = gfx::Point(work_area.x(), screen_rect.y());
anchor             73 chrome/browser/ui/app_list/app_list_positioner.cc       anchor = gfx::Point(work_area.right(), screen_rect.y());
anchor             76 chrome/browser/ui/app_list/app_list_positioner.cc       anchor = gfx::Point(screen_rect.x(), work_area.y());
anchor             79 chrome/browser/ui/app_list/app_list_positioner.cc       anchor = gfx::Point(screen_rect.x(), work_area.bottom());
anchor             83 chrome/browser/ui/app_list/app_list_positioner.cc       anchor = gfx::Point();
anchor             85 chrome/browser/ui/app_list/app_list_positioner.cc   return ClampAnchorPoint(anchor);
anchor             91 chrome/browser/ui/app_list/app_list_positioner.cc   gfx::Point anchor;
anchor             94 chrome/browser/ui/app_list/app_list_positioner.cc       anchor =
anchor             98 chrome/browser/ui/app_list/app_list_positioner.cc       anchor =
anchor            102 chrome/browser/ui/app_list/app_list_positioner.cc       anchor = gfx::Point(work_area.x() + work_area.width() / 2, work_area.y());
anchor            105 chrome/browser/ui/app_list/app_list_positioner.cc       anchor =
anchor            110 chrome/browser/ui/app_list/app_list_positioner.cc       anchor = gfx::Point();
anchor            112 chrome/browser/ui/app_list/app_list_positioner.cc   return ClampAnchorPoint(anchor);
anchor            119 chrome/browser/ui/app_list/app_list_positioner.cc   gfx::Point anchor;
anchor            122 chrome/browser/ui/app_list/app_list_positioner.cc       anchor = gfx::Point(work_area.x(), cursor.y());
anchor            125 chrome/browser/ui/app_list/app_list_positioner.cc       anchor = gfx::Point(work_area.right(), cursor.y());
anchor            128 chrome/browser/ui/app_list/app_list_positioner.cc       anchor = gfx::Point(cursor.x(), work_area.y());
anchor            131 chrome/browser/ui/app_list/app_list_positioner.cc       anchor = gfx::Point(cursor.x(), work_area.bottom());
anchor            135 chrome/browser/ui/app_list/app_list_positioner.cc       anchor = gfx::Point();
anchor            137 chrome/browser/ui/app_list/app_list_positioner.cc   return ClampAnchorPoint(anchor);
anchor            193 chrome/browser/ui/app_list/app_list_positioner.cc gfx::Point AppListPositioner::ClampAnchorPoint(gfx::Point anchor) const {
anchor            201 chrome/browser/ui/app_list/app_list_positioner.cc   anchor.SetToMax(bounds_rect.origin());
anchor            202 chrome/browser/ui/app_list/app_list_positioner.cc   anchor.SetToMin(bounds_rect.bottom_right());
anchor            203 chrome/browser/ui/app_list/app_list_positioner.cc   return anchor;
anchor            104 chrome/browser/ui/app_list/app_list_positioner.h   gfx::Point ClampAnchorPoint(gfx::Point anchor) const;
anchor             43 chrome/browser/ui/cocoa/browser/avatar_base_controller.h - (void)showAvatarBubble:(NSView*)anchor
anchor             16 chrome/browser/ui/cocoa/infobars/infobar_utilities.h void MoveControl(NSView* anchor, NSView* toMove, int spacing, bool after);
anchor             38 chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.h - (void)showAtAnchor:(NSPoint)anchor
anchor             39 chrome/browser/ui/gtk/avatar_menu_bubble_gtk.cc                                          GtkWidget* anchor,
anchor             55 chrome/browser/ui/gtk/avatar_menu_bubble_gtk.cc   bubble_ = BubbleGtk::Show(anchor,
anchor             30 chrome/browser/ui/gtk/avatar_menu_bubble_gtk.h                       GtkWidget* anchor,
anchor             89 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc void BookmarkBubbleGtk::Show(GtkWidget* anchor,
anchor             97 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc   bookmark_bubble_ = new BookmarkBubbleGtk(anchor,
anchor            131 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc BookmarkBubbleGtk::BookmarkBubbleGtk(GtkWidget* anchor,
anchor            139 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc       anchor_(anchor),
anchor             59 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.h   BookmarkBubbleGtk(GtkWidget* anchor,
anchor            370 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc     GtkWidget* anchor = button->widget();
anchor            372 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc     if (!gtk_widget_get_visible(anchor))
anchor            373 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc       anchor = button->toolbar_->chevron();
anchor            374 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc     button->Activate(anchor, true);
anchor            790 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc   GtkWidget* anchor = button->widget();
anchor            791 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc   if (!gtk_widget_get_visible(anchor))
anchor            792 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc     anchor = button->toolbar_->chevron();
anchor            793 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc   return button->Activate(anchor, false);
anchor             74 chrome/browser/ui/gtk/bubble/bubble_gtk_browsertest.cc   GtkWidget* anchor = GetNativeBrowserWindow();
anchor             83 chrome/browser/ui/gtk/bubble/bubble_gtk_browsertest.cc       BubbleGtk* bubble = BubbleGtk::Show(anchor,
anchor            115 chrome/browser/ui/gtk/bubble/bubble_gtk_browsertest.cc   GtkWidget* anchor = GetNativeBrowserWindow();
anchor            124 chrome/browser/ui/gtk/bubble/bubble_gtk_browsertest.cc       BubbleGtk* bubble = BubbleGtk::Show(anchor,
anchor             45 chrome/browser/ui/gtk/confirm_bubble_gtk.cc ConfirmBubbleGtk::ConfirmBubbleGtk(gfx::NativeView anchor,
anchor             49 chrome/browser/ui/gtk/confirm_bubble_gtk.cc       anchor_(anchor),
anchor             60 chrome/browser/ui/gtk/content_setting_bubble_gtk.cc     GtkWidget* anchor,
anchor             64 chrome/browser/ui/gtk/content_setting_bubble_gtk.cc     : anchor_(anchor),
anchor             34 chrome/browser/ui/gtk/content_setting_bubble_gtk.h        GtkWidget* anchor,
anchor             47 chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc                                      GtkWidget* anchor,
anchor             52 chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc       anchor_(anchor),
anchor             81 chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc     GtkWidget* anchor, ShowAction show_action) {
anchor             85 chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc   new ExtensionPopupGtk(browser, host, anchor, show_action);
anchor             40 chrome/browser/ui/gtk/extensions/extension_popup_gtk.h                    GtkWidget* anchor,
anchor             80 chrome/browser/ui/gtk/extensions/extension_popup_gtk.h                     GtkWidget* anchor,
anchor             30 chrome/browser/ui/gtk/first_run_bubble.cc                           GtkWidget* anchor,
anchor             34 chrome/browser/ui/gtk/first_run_bubble.cc   new FirstRunBubble(browser, anchor, rect);
anchor             42 chrome/browser/ui/gtk/first_run_bubble.cc                                GtkWidget* anchor,
anchor             74 chrome/browser/ui/gtk/first_run_bubble.cc   bubble_ = BubbleGtk::Show(anchor,
anchor             23 chrome/browser/ui/gtk/first_run_bubble.h   static void Show(Browser* browser, GtkWidget* anchor, const gfx::Rect& rect);
anchor             29 chrome/browser/ui/gtk/first_run_bubble.h   FirstRunBubble(Browser* browser, GtkWidget* anchor, const gfx::Rect& rect);
anchor             36 chrome/browser/ui/gtk/global_error_bubble.cc     GtkWidget* anchor)
anchor            110 chrome/browser/ui/gtk/global_error_bubble.cc   bubble_ = BubbleGtk::Show(anchor,
anchor            163 chrome/browser/ui/gtk/global_error_bubble.cc   GtkWidget* anchor = browser_window->GetToolbar()->GetAppMenuButton();
anchor            166 chrome/browser/ui/gtk/global_error_bubble.cc   return new GlobalErrorBubble(browser, error, anchor);
anchor             27 chrome/browser/ui/gtk/global_error_bubble.h                     GtkWidget* anchor);
anchor             37 chrome/browser/ui/gtk/manage_passwords_bubble_gtk.cc   GtkWidget* anchor = browser->window()->IsFullscreen() ?
anchor             42 chrome/browser/ui/gtk/manage_passwords_bubble_gtk.cc   g_bubble = new ManagePasswordsBubbleGtk(anchor,
anchor             59 chrome/browser/ui/gtk/manage_passwords_bubble_gtk.cc     GtkWidget* anchor,
anchor             91 chrome/browser/ui/gtk/manage_passwords_bubble_gtk.cc   BubbleGtk::FrameStyle frame_style = gtk_widget_is_toplevel(anchor) ?
anchor             93 chrome/browser/ui/gtk/manage_passwords_bubble_gtk.cc   bubble_ = BubbleGtk::Show(anchor,
anchor             36 chrome/browser/ui/gtk/manage_passwords_bubble_gtk.h   ManagePasswordsBubbleGtk(GtkWidget* anchor,
anchor            168 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc   GtkWidget* anchor = browser_window->
anchor            170 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc   bubble_ = BubbleGtk::Show(anchor,
anchor             50 chrome/browser/ui/gtk/zoom_bubble_gtk.cc   GtkWidget* anchor = browser->window()->IsFullscreen() ?
anchor             59 chrome/browser/ui/gtk/zoom_bubble_gtk.cc       g_bubble->bubble_->anchor_widget() == anchor) {
anchor             68 chrome/browser/ui/gtk/zoom_bubble_gtk.cc     g_bubble = new ZoomBubbleGtk(anchor,
anchor             86 chrome/browser/ui/gtk/zoom_bubble_gtk.cc ZoomBubbleGtk::ZoomBubbleGtk(GtkWidget* anchor,
anchor            132 chrome/browser/ui/gtk/zoom_bubble_gtk.cc   BubbleGtk::FrameStyle frame_style = gtk_widget_is_toplevel(anchor) ?
anchor            135 chrome/browser/ui/gtk/zoom_bubble_gtk.cc   bubble_ = BubbleGtk::Show(anchor, &rect, event_box_, frame_style,
anchor             42 chrome/browser/ui/gtk/zoom_bubble_gtk.h   ZoomBubbleGtk(GtkWidget* anchor,
anchor            160 chrome/browser/ui/views/accessibility/invert_bubble_view.cc   views::View* anchor = browser_view->toolbar()->app_menu();
anchor            161 chrome/browser/ui/views/accessibility/invert_bubble_view.cc   if (gfx::IsInvertedColorScheme() && anchor && anchor->GetWidget() &&
anchor            164 chrome/browser/ui/views/accessibility/invert_bubble_view.cc     InvertBubbleView* delegate = new InvertBubbleView(browser, anchor);
anchor             41 chrome/browser/ui/views/app_list/linux/app_list_linux.cc   gfx::Point anchor;
anchor             75 chrome/browser/ui/views/app_list/win/app_list_win.cc   gfx::Point anchor;
anchor           2106 chrome/browser/ui/views/autofill/autofill_dialog_views.cc         error_bubble_->anchor()->GetAncestorWithClassName(
anchor           2134 chrome/browser/ui/views/autofill/autofill_dialog_views.cc     if (!error_bubble_ || error_bubble_->anchor() != view) {
anchor             54 chrome/browser/ui/views/autofill/info_bubble.cc InfoBubble::InfoBubble(views::View* anchor,
anchor             56 chrome/browser/ui/views/autofill/info_bubble.cc     : anchor_(anchor),
anchor             21 chrome/browser/ui/views/autofill/info_bubble.h   InfoBubble(views::View* anchor, const base::string16& message);
anchor             41 chrome/browser/ui/views/autofill/info_bubble.h   views::View* anchor() { return anchor_; }
anchor             43 chrome/browser/ui/views/autofill/new_credit_card_bubble_views.cc   views::View* anchor = GetAnchor(controller);
anchor             44 chrome/browser/ui/views/autofill/new_credit_card_bubble_views.cc   return anchor ? views::BubbleBorder::TOP_RIGHT : views::BubbleBorder::NONE;
anchor             35 chrome/browser/ui/views/autofill/tooltip_icon.cc   TooltipBubble(views::View* anchor, const base::string16& message)
anchor             36 chrome/browser/ui/views/autofill/tooltip_icon.cc       : InfoBubble(anchor, message) {}
anchor             43 chrome/browser/ui/views/autofill/tooltip_icon.cc     bounds.Inset(GetPreferredInsets(anchor()));
anchor            568 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc     MenuItemView::AnchorPosition* anchor) {
anchor            570 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc     *anchor = MenuItemView::TOPRIGHT;
anchor            572 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc     *anchor = MenuItemView::TOPLEFT;
anchor            122 chrome/browser/ui/views/bookmarks/bookmark_bar_view.h                                   views::MenuItemView::AnchorPosition* anchor);
anchor             54 chrome/browser/ui/views/bookmarks/bookmark_menu_controller_views.cc   MenuItemView::AnchorPosition anchor;
anchor             55 chrome/browser/ui/views/bookmarks/bookmark_menu_controller_views.cc   bookmark_bar_->GetAnchorPositionForButton(menu_button, &anchor);
anchor             66 chrome/browser/ui/views/bookmarks/bookmark_menu_controller_views.cc       bounds, anchor, ui::MENU_SOURCE_NONE,
anchor            166 chrome/browser/ui/views/bookmarks/bookmark_menu_controller_views.cc     views::MenuItemView::AnchorPosition* anchor,
anchor            181 chrome/browser/ui/views/bookmarks/bookmark_menu_controller_views.cc   bookmark_bar_->GetAnchorPositionForButton(*button, anchor);
anchor            110 chrome/browser/ui/views/bookmarks/bookmark_menu_controller_views.h       views::MenuItemView::AnchorPosition* anchor,
anchor            115 chrome/browser/ui/views/extensions/browser_action_overflow_menu_controller.cc   views::MenuItemView::AnchorPosition anchor = views::MenuItemView::TOPRIGHT;
anchor            117 chrome/browser/ui/views/extensions/browser_action_overflow_menu_controller.cc   ignore_result(menu_runner_->RunMenuAt(window, menu_button_, bounds, anchor,
anchor            158 chrome/browser/ui/views/extensions/bundle_installed_bubble.cc   views::View* anchor = browser_view->GetToolbarView()->app_menu();
anchor            159 chrome/browser/ui/views/extensions/bundle_installed_bubble.cc   new BundleInstalledBubble(bundle, anchor, views::BubbleBorder::TOP_RIGHT);
anchor             66 chrome/browser/ui/views/first_run_dialog.cc     aura::Window* anchor = dialog->GetWidget()->GetNativeWindow();
anchor             68 chrome/browser/ui/views/first_run_dialog.cc         aura::client::GetDispatcherClient(anchor->GetRootWindow());
anchor           1926 chrome/browser/ui/views/frame/browser_view.cc     gfx::Point anchor(toolbar_->location_bar()->GetLocationBarAnchorPoint());
anchor           1927 chrome/browser/ui/views/frame/browser_view.cc     ConvertPointToTarget(toolbar_->location_bar(), this, &anchor);
anchor           1928 chrome/browser/ui/views/frame/browser_view.cc     *x = anchor.x();
anchor            367 chrome/browser/ui/views/infobars/infobar_view.cc                             views::MenuItemView::AnchorPosition anchor) {
anchor            374 chrome/browser/ui/views/infobars/infobar_view.cc       GetWidget(), button, gfx::Rect(screen_point, button->size()), anchor,
anchor            111 chrome/browser/ui/views/infobars/infobar_view.h                  views::MenuItemView::AnchorPosition anchor);
anchor             34 chrome/browser/ui/views/network_profile_bubble_view.cc   views::View* anchor = NULL;
anchor             37 chrome/browser/ui/views/network_profile_bubble_view.cc     anchor = browser_view->GetToolbarView()->app_menu();
anchor             39 chrome/browser/ui/views/network_profile_bubble_view.cc       new NetworkProfileBubbleView(anchor, browser, browser->profile());
anchor             57 chrome/browser/ui/views/network_profile_bubble_view.cc     views::View* anchor,
anchor             60 chrome/browser/ui/views/network_profile_bubble_view.cc     : BubbleDelegateView(anchor, views::BubbleBorder::TOP_RIGHT),
anchor             24 chrome/browser/ui/views/network_profile_bubble_view.h   NetworkProfileBubbleView(views::View* anchor,
anchor            217 chrome/browser/ui/views/simple_message_box_views.cc   aura::Window* anchor = dialog->GetWidget()->GetNativeWindow();
anchor            219 chrome/browser/ui/views/simple_message_box_views.cc       aura::client::GetDispatcherClient(anchor->GetRootWindow());
anchor            133 chrome/browser/ui/views/speech_recognition_bubble_views.cc   gfx::Rect anchor(element_rect_);
anchor            134 chrome/browser/ui/views/speech_recognition_bubble_views.cc   anchor.Offset(container_rect.OffsetFromOrigin());
anchor            135 chrome/browser/ui/views/speech_recognition_bubble_views.cc   if (!container_rect.Intersects(anchor))
anchor            137 chrome/browser/ui/views/speech_recognition_bubble_views.cc   return anchor;
anchor           1554 chrome/browser/ui/views/tabs/tab_drag_controller.cc   if (selection_model.anchor() == ui::ListSelectionModel::kUnselectedIndex)
anchor            121 chrome/browser/ui/views/website_settings/permissions_bubble_view.cc       views::View* anchor,
anchor            156 chrome/browser/ui/views/website_settings/permissions_bubble_view.cc     views::View* anchor,
anchor            161 chrome/browser/ui/views/website_settings/permissions_bubble_view.cc     : views::BubbleDelegateView(anchor, views::BubbleBorder::TOP_LEFT),
anchor            254 chrome/test/data/nacl/manifest_file/pm_manifest_file_test.cc       anchor_(instance->anchor()->Ref()),
anchor             54 components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ValidationMessageBubble.java             ContentViewCore contentViewCore, RectF anchor, String mainText, String subText) {
anchor             61 components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ValidationMessageBubble.java                 contentViewCore, (int) (anchor.centerX() - getAnchorOffset()), (int) anchor.bottom);
anchor             86 components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ValidationMessageBubble.java         RectF anchor = makePixRectInScreen(
anchor             89 components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ValidationMessageBubble.java                 contentViewCore, (int) (anchor.centerX() - getAnchorOffset()), (int) anchor.bottom);
anchor            538 content/browser/accessibility/browser_accessibility_win.h   CONTENT_EXPORT STDMETHODIMP get_anchor(long index, VARIANT* anchor) {
anchor            232 content/browser/appcache/view_appcache_internals_job.cc   std::string anchor;
anchor            233 content/browser/appcache/view_appcache_internals_job.cc   EmitAnchor(view_entry_url.spec(), entry_url.spec(), &anchor);
anchor            234 content/browser/appcache/view_appcache_internals_job.cc   return anchor;
anchor            544 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.anchor.SetPoint(89, 32);
anchor            566 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.anchor.SetPoint(12, -23);
anchor            614 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.anchor.SetPoint(0, 7);
anchor            638 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.anchor.SetPoint(-98, -23);
anchor            666 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.anchor.SetPoint(-89, 78);
anchor            691 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.anchor.SetPoint(-32, 43);
anchor            711 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.anchor.SetPoint(432, 89);
anchor            731 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.anchor.SetPoint(90, 12);
anchor            751 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.anchor.SetPoint(90, 12);
anchor            771 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.anchor.SetPoint(90, 12);
anchor            793 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.anchor.SetPoint(90, 12);
anchor            839 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.anchor.SetPoint(8, -13);
anchor            863 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.anchor.SetPoint(234, -13);
anchor            893 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.anchor.SetPoint(54, 89);
anchor            916 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.anchor.SetPoint(-12, 93);
anchor             81 content/browser/renderer_host/input/synthetic_pinch_gesture.cc   touch_event_.PressPoint(params_.anchor.x(), start_y_0_);
anchor             82 content/browser/renderer_host/input/synthetic_pinch_gesture.cc   touch_event_.PressPoint(params_.anchor.x(), start_y_1_);
anchor             98 content/browser/renderer_host/input/synthetic_pinch_gesture.cc   touch_event_.MovePoint(0, params_.anchor.x(), floor(current_y_0));
anchor             99 content/browser/renderer_host/input/synthetic_pinch_gesture.cc   touch_event_.MovePoint(1, params_.anchor.x(), floor(current_y_1));
anchor            127 content/browser/renderer_host/input/synthetic_pinch_gesture.cc     start_y_0_ = params_.anchor.y() - inner_distance_to_anchor;
anchor            128 content/browser/renderer_host/input/synthetic_pinch_gesture.cc     start_y_1_ = params_.anchor.y() + inner_distance_to_anchor;
anchor            130 content/browser/renderer_host/input/synthetic_pinch_gesture.cc     start_y_0_ = params_.anchor.y() - outer_distance_to_anchor;
anchor            131 content/browser/renderer_host/input/synthetic_pinch_gesture.cc     start_y_1_ = params_.anchor.y() + outer_distance_to_anchor;
anchor             78 content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc       current_scroll_segment_start_position_ = params_.anchor;
anchor            191 content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc   mouse_wheel_event.x = params_.anchor.x();
anchor            192 content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc   mouse_wheel_event.y = params_.anchor.y();
anchor            202 content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc   touch_event_.PressPoint(params_.anchor.x(), params_.anchor.y());
anchor            133 content/browser/renderer_host/input/touch_action_browsertest.cc     params.anchor = point;
anchor            119 content/browser/renderer_host/render_widget_host_view_aura.h     virtual void OnSelectionOrCursorChanged(const gfx::Rect& anchor,
anchor            122 content/browser/web_contents/touch_editable_impl_aura.cc void TouchEditableImplAura::OnSelectionOrCursorChanged(const gfx::Rect& anchor,
anchor            124 content/browser/web_contents/touch_editable_impl_aura.cc   selection_anchor_rect_ = anchor;
anchor            154 content/browser/web_contents/touch_editable_impl_aura.cc         gfx::Rect anchor(selection_anchor_rect_.origin(),
anchor            158 content/browser/web_contents/touch_editable_impl_aura.cc         gfx::Rect selection_rect = gfx::UnionRects(anchor, focus);
anchor            287 content/browser/web_contents/touch_editable_impl_aura.cc void TouchEditableImplAura::OpenContextMenu(const gfx::Point& anchor) {
anchor            290 content/browser/web_contents/touch_editable_impl_aura.cc   gfx::Point point = anchor;
anchor             48 content/browser/web_contents/touch_editable_impl_aura.h   virtual void OnSelectionOrCursorChanged(const gfx::Rect& anchor,
anchor             65 content/browser/web_contents/touch_editable_impl_aura.h   virtual void OpenContextMenu(const gfx::Point& anchor) OVERRIDE;
anchor             46 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc   virtual void OnSelectionOrCursorChanged(const gfx::Rect& anchor,
anchor             49 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc     TouchEditableImplAura::OnSelectionOrCursorChanged(anchor, focus);
anchor             43 content/common/input/input_param_traits_unittest.cc     EXPECT_EQ(a->anchor, b->anchor);
anchor             56 content/common/input/input_param_traits_unittest.cc     EXPECT_EQ(a->anchor, b->anchor);
anchor            195 content/common/input/input_param_traits_unittest.cc   gesture_params->anchor.SetPoint(234, 345);
anchor            214 content/common/input/input_param_traits_unittest.cc   gesture_params->anchor.SetPoint(234, 345);
anchor             21 content/common/input/synthetic_pinch_gesture_params.cc       anchor(other.anchor),
anchor             26 content/common/input/synthetic_pinch_gesture_params.h   gfx::Point anchor;
anchor             22 content/common/input/synthetic_smooth_scroll_gesture_params.cc       anchor(other.anchor),
anchor             27 content/common/input/synthetic_smooth_scroll_gesture_params.h   gfx::Point anchor;
anchor             71 content/common/input_messages.h   IPC_STRUCT_TRAITS_MEMBER(anchor)
anchor             81 content/common/input_messages.h   IPC_STRUCT_TRAITS_MEMBER(anchor)
anchor            488 content/renderer/gpu/gpu_benchmarking_extension.cc     gfx::Point anchor;
anchor            491 content/renderer/gpu/gpu_benchmarking_extension.cc       anchor.SetPoint(rect.width / 2, rect.height / 2);
anchor            493 content/renderer/gpu/gpu_benchmarking_extension.cc       anchor.SetPoint(args[6]->IntegerValue() * page_scale_factor,
anchor            499 content/renderer/gpu/gpu_benchmarking_extension.cc     gesture_params->anchor = anchor;
anchor            608 content/renderer/gpu/gpu_benchmarking_extension.cc     gesture_params->anchor = start;
anchor            652 content/renderer/gpu/gpu_benchmarking_extension.cc     gesture_params->anchor.SetPoint(
anchor             42 content/renderer/input/input_handler_proxy_unittest.cc                void(float magnify_delta, const gfx::Point& anchor));
anchor           2695 content/renderer/pepper/pepper_plugin_instance_impl.cc                                                      uint32_t anchor) {
anchor           2700 content/renderer/pepper/pepper_plugin_instance_impl.cc   selection_anchor_ = anchor;
anchor            440 content/renderer/pepper/pepper_plugin_instance_impl.h                                      uint32_t anchor) OVERRIDE;
anchor           2547 content/renderer/render_widget.cc void RenderWidget::GetSelectionBounds(gfx::Rect* focus, gfx::Rect* anchor) {
anchor           2552 content/renderer/render_widget.cc   *anchor = anchor_webrect;
anchor            266 mojo/examples/pepper_container_app/plugin_instance.cc                                            uint32_t anchor) {
anchor            103 mojo/examples/pepper_container_app/plugin_instance.h                                      uint32_t anchor) OVERRIDE;
anchor            117 ppapi/c/dev/ppb_text_input_dev.h                                 uint32_t anchor);
anchor            116 ppapi/c/ppb_text_input_controller.h                                 uint32_t anchor);
anchor            100 ppapi/cpp/dev/text_input_dev.cc                                           uint32_t anchor) {
anchor            103 ppapi/cpp/dev/text_input_dev.cc         instance_.pp_instance(), text.c_str(), caret, anchor);
anchor             53 ppapi/cpp/dev/text_input_dev.h                              uint32_t caret, uint32_t anchor);
anchor             52 ppapi/cpp/text_input_controller.cc                                                 uint32_t anchor) {
anchor             58 ppapi/cpp/text_input_controller.cc         anchor);
anchor             65 ppapi/cpp/text_input_controller.h                              uint32_t anchor);
anchor             72 ppapi/native_client/src/trusted/plugin/service_runtime.cc     nacl::WeakRefAnchor* anchor,
anchor             78 ppapi/native_client/src/trusted/plugin/service_runtime.cc       : anchor_(anchor),
anchor            141 ppapi/native_client/src/trusted/plugin/service_runtime.h   PluginReverseInterface(nacl::WeakRefAnchor* anchor,
anchor             55 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h     nacl::WeakRefAnchor* anchor,
anchor             58 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h   nacl::WeakRef<R>* wp = anchor->MakeWeakRef<R>(raw_data);
anchor             69 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h     nacl::WeakRefAnchor* anchor,
anchor             74 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h       WeakRefNewCallback(anchor, callback_fn, raw_data, &cc);
anchor            120 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h     nacl::WeakRefAnchor* anchor,
anchor            130 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h       anchor->MakeWeakRef<WeakRefAutoAbandonWrapper<R> >(
anchor            143 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h     nacl::WeakRefAnchor* anchor,
anchor            148 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h       WeakRefNewCallback(anchor, raw_callback_fn, raw_data, &cc);
anchor            206 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h     nacl::WeakRefAnchor* anchor,
anchor            226 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h   return WeakRefNewCallback(anchor, weak_ref_member_func_invoker_ptr,
anchor            231 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h     nacl::WeakRefAnchor* anchor,
anchor            239 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h       WeakRefNewCallback(anchor, object, raw_callback_fn, raw_data);
anchor            194 ppapi/native_client/src/untrusted/nacl_ppapi_util/nacl_ppapi_util.h   nacl::WeakRefAnchor* anchor() const { return anchor_; }
anchor           1386 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M30_PPB_TextInputController_UpdateSurroundingText(PP_Instance instance, struct PP_Var* text, uint32_t caret, uint32_t anchor) {
anchor           1388 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   iface->UpdateSurroundingText(instance, *text, caret, anchor);
anchor           4600 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .UpdateSurroundingText = (void (*)(PP_Instance instance, struct PP_Var text, uint32_t caret, uint32_t anchor))&Pnacl_M30_PPB_TextInputController_UpdateSurroundingText
anchor            833 ppapi/proxy/ppb_instance_proxy.cc                                                uint32_t anchor) {
anchor            835 ppapi/proxy/ppb_instance_proxy.cc       API_ID_PPB_INSTANCE, instance, text, caret, anchor));
anchor           1302 ppapi/proxy/ppb_instance_proxy.cc     uint32_t anchor) {
anchor           1306 ppapi/proxy/ppb_instance_proxy.cc                                              anchor);
anchor            105 ppapi/proxy/ppb_instance_proxy.h                                      uint32_t anchor) OVERRIDE;
anchor            215 ppapi/proxy/ppb_instance_proxy.h       uint32_t anchor);
anchor            137 ppapi/thunk/ppb_instance_api.h                                      uint32_t anchor) = 0;
anchor             74 ppapi/thunk/ppb_text_input_thunk.cc                                uint32_t caret, uint32_t anchor) {
anchor             77 ppapi/thunk/ppb_text_input_thunk.cc     enter.functions()->UpdateSurroundingText(instance, text, caret, anchor);
anchor             81 ppapi/thunk/ppb_text_input_thunk.cc                                uint32_t caret, uint32_t anchor) {
anchor             88 ppapi/thunk/ppb_text_input_thunk.cc                                              anchor);
anchor            351 third_party/re2/re2/bitstate.cc                           Anchor anchor,
anchor            360 third_party/re2/re2/bitstate.cc     anchor = kAnchored;
anchor            369 third_party/re2/re2/bitstate.cc   bool anchored = anchor == kAnchored;
anchor            136 third_party/re2/re2/compile.cc   static Prog* CompileSet(const RE2::Options& options, RE2::Anchor anchor,
anchor            953 third_party/re2/re2/compile.cc                      RE2::Anchor anchor) {
anchor            984 third_party/re2/re2/compile.cc   anchor_ = anchor;
anchor           1093 third_party/re2/re2/compile.cc Prog* Compiler::CompileSet(const RE2::Options& options, RE2::Anchor anchor,
anchor           1098 third_party/re2/re2/compile.cc   c.Setup(pf, options.max_mem(), anchor);
anchor           1106 third_party/re2/re2/compile.cc   if (anchor == RE2::UNANCHORED) {
anchor           1135 third_party/re2/re2/compile.cc Prog* Prog::CompileSet(const RE2::Options& options, RE2::Anchor anchor,
anchor           1137 third_party/re2/re2/compile.cc   return Compiler::CompileSet(options, anchor, re);
anchor           1872 third_party/re2/re2/dfa.cc                      Anchor anchor, MatchKind kind,
anchor           1893 third_party/re2/re2/dfa.cc   bool anchored = anchor == kAnchored || anchor_start() || kind == kFullMatch;
anchor            687 third_party/re2/re2/nfa.cc                 Anchor anchor, MatchKind kind,
anchor            695 third_party/re2/re2/nfa.cc     anchor = kAnchored;
anchor            701 third_party/re2/re2/nfa.cc   if (!nfa.Search(text, context, anchor == kAnchored, kind != kFirstMatch, match, nmatch))
anchor            209 third_party/re2/re2/onepass.cc                          Anchor anchor, MatchKind kind,
anchor            211 third_party/re2/re2/onepass.cc   if (anchor != kAnchored && kind != kFullMatch) {
anchor            263 third_party/re2/re2/prog.h                  Anchor anchor, MatchKind kind,
anchor            273 third_party/re2/re2/prog.h                  Anchor anchor, MatchKind kind,
anchor            294 third_party/re2/re2/prog.h                      Anchor anchor, MatchKind kind,
anchor            300 third_party/re2/re2/prog.h                       Anchor anchor, MatchKind kind,
anchor            313 third_party/re2/re2/prog.h                              Anchor anchor, MatchKind kind,
anchor            334 third_party/re2/re2/prog.h   static Prog* CompileSet(const RE2::Options& options, RE2::Anchor anchor,
anchor            610 third_party/re2/re2/re2.cc   Prog::Anchor anchor = Prog::kUnanchored;
anchor            632 third_party/re2/re2/re2.cc       if (!prog_->SearchDFA(subtext, text, anchor, kind,
anchor            691 third_party/re2/re2/re2.cc       anchor = Prog::kAnchored;
anchor            717 third_party/re2/re2/re2.cc       if (!prog_->SearchDFA(subtext, text, anchor, kind,
anchor            751 third_party/re2/re2/re2.cc       anchor = Prog::kAnchored;
anchor            755 third_party/re2/re2/re2.cc     if (can_one_pass && anchor != Prog::kUnanchored) {
anchor            760 third_party/re2/re2/re2.cc       if (!prog_->SearchOnePass(subtext1, text, anchor, kind, submatch, ncap)) {
anchor            770 third_party/re2/re2/re2.cc       if (!prog_->SearchBitState(subtext1, text, anchor,
anchor            781 third_party/re2/re2/re2.cc       if (!prog_->SearchNFA(subtext1, text, anchor, kind, submatch, ncap)) {
anchor            802 third_party/re2/re2/re2.cc                   Anchor anchor,
anchor            830 third_party/re2/re2/re2.cc   if (!Match(text, 0, text.size(), anchor, vec, nvec)) {
anchor            475 third_party/re2/re2/re2.h              Anchor anchor,
anchor            685 third_party/re2/re2/re2.h                    Anchor anchor,
anchor             15 third_party/re2/re2/set.cc RE2::Set::Set(const RE2::Options& options, RE2::Anchor anchor) {
anchor             17 third_party/re2/re2/set.cc   anchor_ = anchor;
anchor             20 third_party/re2/re2/set.h   Set(const RE2::Options& options, RE2::Anchor anchor);
anchor            227 third_party/re2/re2/testing/backtrack.cc                                  Anchor anchor,
anchor            236 third_party/re2/re2/testing/backtrack.cc     anchor = kAnchored;
anchor            245 third_party/re2/re2/testing/backtrack.cc   bool anchored = anchor == kAnchored;
anchor             59 third_party/re2/re2/testing/exhaustive_tester.cc static void PrintResult(const RE2& re, const StringPiece& input, RE2::Anchor anchor, StringPiece *m, int n) {
anchor             60 third_party/re2/re2/testing/exhaustive_tester.cc   if (!re.Match(input, 0, input.size(), anchor, m, n)) {
anchor            106 third_party/re2/re2/testing/regexp_benchmark.cc              Prog::Anchor anchor, bool expect_match);
anchor            802 third_party/re2/re2/testing/regexp_benchmark.cc             Prog::Anchor anchor, bool expect_match) {
anchor            809 third_party/re2/re2/testing/regexp_benchmark.cc     CHECK_EQ(prog->SearchDFA(text, NULL, anchor, Prog::kFirstMatch,
anchor            819 third_party/re2/re2/testing/regexp_benchmark.cc             Prog::Anchor anchor, bool expect_match) {
anchor            825 third_party/re2/re2/testing/regexp_benchmark.cc     CHECK_EQ(prog->SearchNFA(text, NULL, anchor, Prog::kFirstMatch, NULL, 0),
anchor            833 third_party/re2/re2/testing/regexp_benchmark.cc             Prog::Anchor anchor, bool expect_match) {
anchor            840 third_party/re2/re2/testing/regexp_benchmark.cc     CHECK_EQ(prog->SearchOnePass(text, text, anchor, Prog::kFirstMatch, NULL, 0),
anchor            848 third_party/re2/re2/testing/regexp_benchmark.cc             Prog::Anchor anchor, bool expect_match) {
anchor            854 third_party/re2/re2/testing/regexp_benchmark.cc     CHECK_EQ(prog->SearchBitState(text, text, anchor, Prog::kFirstMatch, NULL, 0),
anchor            862 third_party/re2/re2/testing/regexp_benchmark.cc                 Prog::Anchor anchor, bool expect_match) {
anchor            866 third_party/re2/re2/testing/regexp_benchmark.cc     if (anchor == Prog::kAnchored)
anchor            874 third_party/re2/re2/testing/regexp_benchmark.cc                Prog::Anchor anchor, bool expect_match) {
anchor            878 third_party/re2/re2/testing/regexp_benchmark.cc     if (anchor == Prog::kAnchored)
anchor            890 third_party/re2/re2/testing/regexp_benchmark.cc                      Prog::Anchor anchor, bool expect_match) {
anchor            897 third_party/re2/re2/testing/regexp_benchmark.cc     CHECK_EQ(prog->SearchDFA(text, NULL, anchor,
anchor            907 third_party/re2/re2/testing/regexp_benchmark.cc                      Prog::Anchor anchor, bool expect_match) {
anchor            913 third_party/re2/re2/testing/regexp_benchmark.cc     CHECK_EQ(prog->SearchNFA(text, NULL, anchor, Prog::kFirstMatch, NULL, 0),
anchor            921 third_party/re2/re2/testing/regexp_benchmark.cc                      Prog::Anchor anchor, bool expect_match) {
anchor            928 third_party/re2/re2/testing/regexp_benchmark.cc     CHECK_EQ(prog->SearchOnePass(text, text, anchor, Prog::kFirstMatch, NULL, 0),
anchor            935 third_party/re2/re2/testing/regexp_benchmark.cc                      Prog::Anchor anchor, bool expect_match) {
anchor            941 third_party/re2/re2/testing/regexp_benchmark.cc     CHECK_EQ(prog->SearchBitState(text, text, anchor, Prog::kFirstMatch, NULL, 0),
anchor            948 third_party/re2/re2/testing/regexp_benchmark.cc                      Prog::Anchor anchor, bool expect_match) {
anchor            952 third_party/re2/re2/testing/regexp_benchmark.cc     if (anchor == Prog::kAnchored)
anchor            960 third_party/re2/re2/testing/regexp_benchmark.cc                      Prog::Anchor anchor, bool expect_match) {
anchor            964 third_party/re2/re2/testing/regexp_benchmark.cc     if (anchor == Prog::kAnchored)
anchor            124 third_party/re2/re2/testing/tester.cc static string FormatAnchor(Prog::Anchor anchor) {
anchor            125 third_party/re2/re2/testing/tester.cc   switch (anchor) {
anchor            282 third_party/re2/re2/testing/tester.cc                              Prog::Anchor anchor,
anchor            306 third_party/re2/re2/testing/tester.cc         prog_->UnsafeSearchBacktrack(text, context, anchor, kind_,
anchor            317 third_party/re2/re2/testing/tester.cc         prog_->SearchNFA(text, context, anchor, kind_,
anchor            327 third_party/re2/re2/testing/tester.cc       result->matched = prog_->SearchDFA(text, context, anchor, kind_, NULL,
anchor            337 third_party/re2/re2/testing/tester.cc         prog_->SearchDFA(text, context, anchor, kind_, result->submatch,
anchor            356 third_party/re2/re2/testing/tester.cc           anchor == Prog::kUnanchored ||
anchor            362 third_party/re2/re2/testing/tester.cc       result->matched = prog_->SearchOnePass(text, context, anchor, kind_,
anchor            372 third_party/re2/re2/testing/tester.cc       result->matched = prog_->SearchBitState(text, context, anchor, kind_,
anchor            386 third_party/re2/re2/testing/tester.cc       if (anchor == Prog::kAnchored)
anchor            416 third_party/re2/re2/testing/tester.cc       if (anchor == Prog::kAnchored)
anchor            475 third_party/re2/re2/testing/tester.cc                            Prog::Anchor anchor) {
anchor            478 third_party/re2/re2/testing/tester.cc   RunSearch(kEngineBacktrack, text, context, anchor, &correct);
anchor            489 third_party/re2/re2/testing/tester.cc           << ", " << FormatAnchor(anchor)
anchor            500 third_party/re2/re2/testing/tester.cc     RunSearch(i, text, context, anchor, &r);
anchor            503 third_party/re2/re2/testing/tester.cc         LogMatch(r.skipped ? "Skipped: " : "Okay: ", i, text, context, anchor);
anchor            519 third_party/re2/re2/testing/tester.cc              context, anchor);
anchor            554 third_party/re2/re2/testing/tester.cc                             Prog::Anchor anchor) {
anchor            570 third_party/re2/re2/testing/tester.cc     << ", " << FormatAnchor(anchor)
anchor            600 third_party/re2/re2/testing/tester.cc                          Prog::Anchor anchor) {
anchor            603 third_party/re2/re2/testing/tester.cc     okay &= (!v_[i]->error() && v_[i]->RunCase(text, context, anchor));
anchor             63 third_party/re2/re2/testing/tester.h                Prog::Anchor anchor);
anchor             69 third_party/re2/re2/testing/tester.h                  Prog::Anchor anchor,
anchor             73 third_party/re2/re2/testing/tester.h                 const StringPiece& context, Prog::Anchor anchor);
anchor            101 third_party/re2/re2/testing/tester.h                 Prog::Anchor anchor);
anchor            108 third_party/re2/util/pcre.cc pcre* PCRE::Compile(Anchor anchor) {
anchor            124 third_party/re2/util/pcre.cc   if (anchor != ANCHOR_BOTH) {
anchor            464 third_party/re2/util/pcre.cc                  Anchor anchor,
anchor            468 third_party/re2/util/pcre.cc   pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
anchor            495 third_party/re2/util/pcre.cc   if (anchor != UNANCHORED)
anchor            559 third_party/re2/util/pcre.cc                      Anchor anchor,
anchor            566 third_party/re2/util/pcre.cc   int matches = TryMatch(text, 0, anchor, true, vec, vecsize);
anchor            598 third_party/re2/util/pcre.cc                  Anchor anchor,
anchor            606 third_party/re2/util/pcre.cc   bool b = DoMatchImpl(text, anchor, consumed, args, n, vec, vecsize);
anchor            460 third_party/re2/util/pcre.h                Anchor anchor,
anchor            485 third_party/re2/util/pcre.h                Anchor anchor,
anchor            500 third_party/re2/util/pcre.h                    Anchor anchor,
anchor            508 third_party/re2/util/pcre.h   pcre* Compile(Anchor anchor);
anchor            150 ui/app_list/views/app_list_view.cc     views::View* anchor,
anchor            154 ui/app_list/views/app_list_view.cc   SetAnchorView(anchor);
anchor             47 ui/app_list/views/app_list_view.h                                     views::View* anchor,
anchor            149 ui/base/models/list_selection_model.cc       anchor_ == rhs.anchor() &&
anchor             35 ui/base/models/list_selection_model.h   void set_anchor(int anchor) { anchor_ = anchor; }
anchor             36 ui/base/models/list_selection_model.h   int anchor() const { return anchor_; }
anchor             21 ui/base/models/list_selection_model_unittest.cc       " anchor=" + base::IntToString(model.anchor()) +
anchor             56 ui/base/touch/touch_editing_controller.h   virtual void OpenContextMenu(const gfx::Point& anchor) = 0;
anchor            277 ui/gfx/transform_util.cc Transform GetScaleTransform(const Point& anchor, float scale) {
anchor            279 ui/gfx/transform_util.cc   transform.Translate(anchor.x() * (1 - scale),
anchor            280 ui/gfx/transform_util.cc                       anchor.y() * (1 - scale));
anchor             17 ui/gfx/transform_util.h GFX_EXPORT Transform GetScaleTransform(const Point& anchor, float scale);
anchor            206 ui/views/bubble/bubble_border_unittest.cc   gfx::Rect anchor = gfx::Rect(100, 100, 20, 20);
anchor            212 ui/views/bubble/bubble_border_unittest.cc   gfx::Rect visible_tip_1 = b1.GetBounds(anchor, contents);
anchor            218 ui/views/bubble/bubble_border_unittest.cc   gfx::Rect invisible_tip_1 = b1.GetBounds(anchor, contents);
anchor            228 ui/views/bubble/bubble_border_unittest.cc   gfx::Rect visible_tip_2 = b2.GetBounds(anchor, contents);
anchor            234 ui/views/bubble/bubble_border_unittest.cc   gfx::Rect invisible_tip_2 = b2.GetBounds(anchor, contents);
anchor             82 ui/views/bubble/tray_bubble_view.cc                    View* anchor,
anchor             86 ui/views/bubble/tray_bubble_view.cc         anchor_(anchor),
anchor            295 ui/views/bubble/tray_bubble_view.cc                                        View* anchor,
anchor            314 ui/views/bubble/tray_bubble_view.cc   return new TrayBubbleView(parent_window, anchor, delegate, *init_params);
anchor            318 ui/views/bubble/tray_bubble_view.cc                                View* anchor,
anchor            321 ui/views/bubble/tray_bubble_view.cc     : BubbleDelegateView(anchor, init_params.arrow),
anchor            115 ui/views/bubble/tray_bubble_view.h                                 views::View* anchor,
anchor            171 ui/views/bubble/tray_bubble_view.h                  views::View* anchor,
anchor             41 ui/views/controls/combobox/combobox_unittest.cc                                           MenuItemView::AnchorPosition anchor,
anchor             65 ui/views/controls/menu/menu.cc Menu::Menu(Delegate* delegate, AnchorPoint anchor)
anchor             67 ui/views/controls/menu/menu.cc       anchor_(anchor) {
anchor            128 ui/views/controls/menu/menu.h   Menu(Delegate* delegate, AnchorPoint anchor);
anchor            133 ui/views/controls/menu/menu.h                       AnchorPoint anchor,
anchor            143 ui/views/controls/menu/menu.h   AnchorPoint anchor() const { return anchor_; }
anchor            341 ui/views/controls/menu/menu_controller.cc       anchor(MenuItemView::TOPLEFT),
anchor           1223 ui/views/controls/menu/menu_controller.cc     pending_state_.anchor = position == MenuItemView::TOPRIGHT ?
anchor           1226 ui/views/controls/menu/menu_controller.cc     pending_state_.anchor = position;
anchor           1280 ui/views/controls/menu/menu_controller.cc   MenuItemView::AnchorPosition anchor;
anchor           1285 ui/views/controls/menu/menu_controller.cc                      screen_point, &anchor, &has_mnemonics, &button);
anchor           1312 ui/views/controls/menu/menu_controller.cc   DCHECK(!MenuItemView::IsBubble(anchor));
anchor           1316 ui/views/controls/menu/menu_controller.cc                         anchor, state_.context_menu);
anchor           1577 ui/views/controls/menu/menu_controller.cc   gfx::Rect bounds = MenuItemView::IsBubble(state_.anchor) ?
anchor           1704 ui/views/controls/menu/menu_controller.cc     if (state_.anchor == MenuItemView::TOPRIGHT) {
anchor           1708 ui/views/controls/menu/menu_controller.cc     } else if (state_.anchor == MenuItemView::BOTTOMCENTER) {
anchor           1757 ui/views/controls/menu/menu_controller.cc           if (state_.anchor == MenuItemView::TOPLEFT) {
anchor           1870 ui/views/controls/menu/menu_controller.cc     if (state_.anchor == MenuItemView::BUBBLE_LEFT) {
anchor           1873 ui/views/controls/menu/menu_controller.cc     } else if (state_.anchor == MenuItemView::BUBBLE_RIGHT) {
anchor           1876 ui/views/controls/menu/menu_controller.cc     } else if (state_.anchor == MenuItemView::BUBBLE_ABOVE) {
anchor           1879 ui/views/controls/menu/menu_controller.cc     } else if (state_.anchor == MenuItemView::BUBBLE_BELOW) {
anchor           1894 ui/views/controls/menu/menu_controller.cc   if (state_.anchor == MenuItemView::BUBBLE_ABOVE ||
anchor           1895 ui/views/controls/menu/menu_controller.cc       state_.anchor == MenuItemView::BUBBLE_BELOW) {
anchor           1896 ui/views/controls/menu/menu_controller.cc     if (state_.anchor == MenuItemView::BUBBLE_ABOVE)
anchor           1911 ui/views/controls/menu/menu_controller.cc     if (state_.anchor == MenuItemView::BUBBLE_RIGHT)
anchor             90 ui/views/controls/menu/menu_controller.h   MenuItemView::AnchorPosition GetAnchorPosition() { return state_.anchor; }
anchor            198 ui/views/controls/menu/menu_controller.h     MenuItemView::AnchorPosition anchor;
anchor            134 ui/views/controls/menu/menu_delegate.cc                                            MenuItemView::AnchorPosition* anchor,
anchor            216 ui/views/controls/menu/menu_delegate.h                                        MenuItemView::AnchorPosition* anchor,
anchor            187 ui/views/controls/menu/menu_item_view.cc bool MenuItemView::IsBubble(MenuItemView::AnchorPosition anchor) {
anchor            188 ui/views/controls/menu/menu_item_view.cc   return anchor == MenuItemView::BUBBLE_LEFT ||
anchor            189 ui/views/controls/menu/menu_item_view.cc          anchor == MenuItemView::BUBBLE_RIGHT ||
anchor            190 ui/views/controls/menu/menu_item_view.cc          anchor == MenuItemView::BUBBLE_ABOVE ||
anchor            191 ui/views/controls/menu/menu_item_view.cc          anchor == MenuItemView::BUBBLE_BELOW;
anchor            146 ui/views/controls/menu/menu_item_view.h   static bool IsBubble(MenuItemView::AnchorPosition anchor);
anchor             46 ui/views/controls/menu/menu_runner.cc                                   MenuItemView::AnchorPosition anchor,
anchor            147 ui/views/controls/menu/menu_runner.cc     MenuItemView::AnchorPosition anchor,
anchor            198 ui/views/controls/menu/menu_runner.cc   MenuItemView* result = controller->Run(parent, button, menu_, bounds, anchor,
anchor            303 ui/views/controls/menu/menu_runner.cc                                             MenuItemView::AnchorPosition anchor,
anchor            307 ui/views/controls/menu/menu_runner.cc     return runner_handler_->RunMenuAt(parent, button, bounds, anchor,
anchor            324 ui/views/controls/menu/menu_runner.cc         anchor = MenuItemView::TOPLEFT;
anchor            328 ui/views/controls/menu/menu_runner.cc         anchor = MenuItemView::BOTTOMCENTER;
anchor            335 ui/views/controls/menu/menu_runner.cc   return holder_->RunMenuAt(parent, button, bounds, anchor, types);
anchor            106 ui/views/controls/menu/menu_runner.h                       MenuItemView::AnchorPosition anchor,
anchor             24 ui/views/controls/menu/menu_runner_handler.h                                           MenuItemView::AnchorPosition anchor,
anchor            318 ui/views/controls/menu/menu_scroll_view_container.cc     MenuItemView::AnchorPosition anchor) {
anchor            319 ui/views/controls/menu/menu_scroll_view_container.cc   switch (anchor) {
anchor             51 ui/views/controls/menu/menu_scroll_view_container.h       MenuItemView::AnchorPosition anchor);
anchor            815 ui/views/controls/table/table_view.cc   if (selection_model_.anchor() == -1 ||
anchor            831 ui/views/controls/table/table_view.cc       model->set_anchor(selection_model_.anchor());
anchor            832 ui/views/controls/table/table_view.cc     for (int i = std::min(view_index, ModelToView(model->anchor())),
anchor            833 ui/views/controls/table/table_view.cc              end = std::max(view_index, ModelToView(model->anchor()));
anchor            213 ui/views/controls/table/table_view_unittest.cc         " anchor=" + base::IntToString(model.anchor()) +
anchor           1027 ui/views/controls/textfield/textfield.cc void Textfield::OpenContextMenu(const gfx::Point& anchor) {
anchor           1029 ui/views/controls/textfield/textfield.cc   ShowContextMenu(anchor, ui::MENU_SOURCE_TOUCH_EDIT_MENU);
anchor            241 ui/views/controls/textfield/textfield.h   virtual void OpenContextMenu(const gfx::Point& anchor) OVERRIDE;
anchor             53 ui/views/examples/bubble_example.cc    ExampleBubble(View* anchor, BubbleBorder::Arrow arrow)
anchor             54 ui/views/examples/bubble_example.cc        : BubbleDelegateView(anchor, arrow) {}
anchor            474 ui/views/touchui/touch_selection_controller_impl.cc   const gfx::Point anchor(rect.CenterPoint().x(), rect.y());
anchor            476 ui/views/touchui/touch_selection_controller_impl.cc   client_view_->OpenContextMenu(anchor);
anchor            798 ui/views/widget/widget_unittest.cc   Widget* anchor = CreateTopLevelPlatformWidget();
anchor            799 ui/views/widget/widget_unittest.cc   anchor->Show();
anchor            802 ui/views/widget/widget_unittest.cc       new BubbleDelegateView(anchor->client_view(), BubbleBorder::NONE);
anchor            807 ui/views/widget/widget_unittest.cc   anchor->Hide();
anchor            808 ui/views/widget/widget_unittest.cc   anchor->CloseNow();
anchor            962 ui/views/widget/widget_unittest.cc   TestBubbleDelegateView(View* anchor)
anchor            963 ui/views/widget/widget_unittest.cc       : BubbleDelegateView(anchor, BubbleBorder::NONE),
anchor            976 ui/views/widget/widget_unittest.cc   Widget* anchor = CreateTopLevelPlatformWidget();
anchor            977 ui/views/widget/widget_unittest.cc   anchor->Show();
anchor            980 ui/views/widget/widget_unittest.cc       new TestBubbleDelegateView(anchor->client_view());
anchor            986 ui/views/widget/widget_unittest.cc   anchor->Hide();
anchor            987 ui/views/widget/widget_unittest.cc   anchor->CloseNow();