Searched refs:anchor_rect (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/ui/views/touchui/
H A Dtouch_editing_menu.h48 gfx::Rect anchor_rect,
55 gfx::Rect anchor_rect,
H A Dtouch_editing_menu.cc41 gfx::Rect anchor_rect,
45 SetAnchorRect(anchor_rect);
65 gfx::Rect anchor_rect,
70 return new TouchEditingMenuView(controller, anchor_rect, context);
39 TouchEditingMenuView( TouchEditingMenuController* controller, gfx::Rect anchor_rect, gfx::NativeView context) argument
63 Create( TouchEditingMenuController* controller, gfx::Rect anchor_rect, gfx::NativeView context) argument
/external/chromium_org/ui/views/bubble/
H A Dbubble_frame_view.cc243 gfx::Rect BubbleFrameView::GetUpdatedWindowBounds(const gfx::Rect& anchor_rect, argument
253 MirrorArrowIfOffScreen(true, anchor_rect, client_size);
254 MirrorArrowIfOffScreen(false, anchor_rect, client_size);
259 anchor_rect, local
261 OffsetArrowIfOffScreen(anchor_rect, client_size);
266 return bubble_border_->GetBounds(anchor_rect, client_size);
278 const gfx::Rect& anchor_rect,
281 gfx::Rect available_bounds(GetAvailableScreenBounds(anchor_rect));
282 gfx::Rect window_bounds(bubble_border_->GetBounds(anchor_rect, client_size));
290 bubble_border_->GetBounds(anchor_rect, client_siz
276 MirrorArrowIfOffScreen( bool vertical, const gfx::Rect& anchor_rect, const gfx::Size& client_size) argument
302 OffsetArrowIfOffScreen(const gfx::Rect& anchor_rect, const gfx::Size& client_size) argument
[all...]
H A Dbubble_frame_view.h69 gfx::Rect GetUpdatedWindowBounds(const gfx::Rect& anchor_rect,
83 const gfx::Rect& anchor_rect,
88 void OffsetArrowIfOffScreen(const gfx::Rect& anchor_rect,
H A Dbubble_border.cc166 gfx::Rect BubbleBorder::GetBounds(const gfx::Rect& anchor_rect,
168 int x = anchor_rect.x();
169 int y = anchor_rect.y();
170 int w = anchor_rect.width();
171 int h = anchor_rect.height();
H A Dbubble_border.h151 virtual gfx::Rect GetBounds(const gfx::Rect& anchor_rect,
H A Dbubble_delegate.h65 const gfx::Rect& anchor_rect() const { return anchor_rect_; } function in class:views::BubbleDelegateView
/external/chromium_org/chrome/browser/ui/gtk/
H A Dpassword_generation_bubble_gtk.h26 // passwords to users. It is set in page content, anchored at |anchor_rect|.
31 PasswordGenerationBubbleGtk(const gfx::Rect& anchor_rect,
H A Dpassword_generation_bubble_gtk.cc42 const gfx::Rect& anchor_rect,
93 &anchor_rect,
41 PasswordGenerationBubbleGtk( const gfx::Rect& anchor_rect, const autofill::PasswordForm& form, content::WebContents* web_contents, autofill::PasswordGenerator* password_generator) argument
/external/chromium_org/chrome/browser/ui/views/
H A Davatar_menu_bubble_view.h54 const gfx::Rect& anchor_rect,
92 const gfx::Rect& anchor_rect,
H A Dprofile_chooser_view.h55 const gfx::Rect& anchor_rect,
85 const gfx::Rect& anchor_rect,
H A Dpassword_generation_bubble_view.h35 // passwords to users. It is set in the page content, anchored at |anchor_rect|.
43 const gfx::Rect& anchor_rect,
H A Dpassword_generation_bubble_view.cc123 const gfx::Rect& anchor_rect,
137 anchor_rect_(anchor_rect),
121 PasswordGenerationBubbleView( const autofill::PasswordForm& form, const gfx::Rect& anchor_rect, views::View* anchor_view, content::RenderViewHost* render_view_host, PasswordManager* password_manager, autofill::PasswordGenerator* password_generator, content::PageNavigator* navigator, ui::ThemeProvider* theme_provider) argument
H A Davatar_menu_bubble_view.cc488 const gfx::Rect& anchor_rect,
495 anchor_view, arrow, anchor_rect, browser);
517 const gfx::Rect& anchor_rect,
520 anchor_rect_(anchor_rect),
484 ShowBubble( views::View* anchor_view, views::BubbleBorder::Arrow arrow, views::BubbleBorder::BubbleAlignment border_alignment, const gfx::Rect& anchor_rect, Browser* browser) argument
514 AvatarMenuBubbleView( views::View* anchor_view, views::BubbleBorder::Arrow arrow, const gfx::Rect& anchor_rect, Browser* browser) argument
H A Dprofile_chooser_view.cc316 const gfx::Rect& anchor_rect,
323 anchor_view, arrow, anchor_rect, browser);
344 const gfx::Rect& anchor_rect,
312 ShowBubble( views::View* anchor_view, views::BubbleBorder::Arrow arrow, views::BubbleBorder::BubbleAlignment border_alignment, const gfx::Rect& anchor_rect, Browser* browser) argument
342 ProfileChooserView(views::View* anchor_view, views::BubbleBorder::Arrow arrow, const gfx::Rect& anchor_rect, Browser* browser) argument
/external/chromium_org/ash/shelf/
H A Doverflow_bubble_view.cc196 const gfx::Rect anchor_rect = GetAnchorRect(); local
198 anchor_rect,
203 anchor_rect.CenterPoint()).work_area();
213 border->set_arrow_offset(anchor_rect.CenterPoint().x() - bubble_rect.x());
221 border->set_arrow_offset(anchor_rect.CenterPoint().y() - bubble_rect.y());
/external/chromium_org/ash/wm/caption_buttons/
H A Dmaximize_bubble_controller_bubble.cc382 gfx::Rect anchor_rect =
384 return anchor_rect;
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_guest.cc365 guest_params.anchor_rect = guest_->ToGuestRect(params.anchor_rect);
H A Drender_widget_host_view_gtk.cc977 gfx::UnionRects(params.anchor_rect, params.focus_rect));
H A Drender_widget_host_view_aura.cc1045 if (selection_anchor_rect_ == params.anchor_rect &&
1049 selection_anchor_rect_ = params.anchor_rect;
H A Drender_widget_host_view_win.cc714 caret_rect_ = gfx::UnionRects(params.anchor_rect, params.focus_rect);
/external/chromium_org/content/renderer/
H A Drender_widget.cc2558 GetSelectionBounds(&params.anchor_rect, &params.focus_rect);
2559 if (selection_anchor_rect_ != params.anchor_rect ||
2561 selection_anchor_rect_ = params.anchor_rect;
/external/chromium_org/content/common/
H A Dview_messages.h496 IPC_STRUCT_MEMBER(gfx::Rect, anchor_rect)
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.cc933 bounds_params.anchor_rect = bounds_params.focus_rect = caret_rect;
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc555 CreateJavaRect(env, params.anchor_rect));

Completed in 755 milliseconds