/external/chromium_org/ui/views/touchui/ |
H A D | touch_editing_menu.h | 48 gfx::Rect anchor_rect, 55 gfx::Rect anchor_rect,
|
H A D | touch_editing_menu.cc | 41 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 D | bubble_frame_view.cc | 243 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 D | bubble_frame_view.h | 69 gfx::Rect GetUpdatedWindowBounds(const gfx::Rect& anchor_rect, 83 const gfx::Rect& anchor_rect, 88 void OffsetArrowIfOffScreen(const gfx::Rect& anchor_rect,
|
H A D | bubble_border.cc | 166 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 D | bubble_border.h | 151 virtual gfx::Rect GetBounds(const gfx::Rect& anchor_rect,
|
H A D | bubble_delegate.h | 65 const gfx::Rect& anchor_rect() const { return anchor_rect_; } function in class:views::BubbleDelegateView
|
/external/chromium_org/chrome/browser/ui/gtk/ |
H A D | password_generation_bubble_gtk.h | 26 // passwords to users. It is set in page content, anchored at |anchor_rect|. 31 PasswordGenerationBubbleGtk(const gfx::Rect& anchor_rect,
|
H A D | password_generation_bubble_gtk.cc | 42 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 D | avatar_menu_bubble_view.h | 54 const gfx::Rect& anchor_rect, 92 const gfx::Rect& anchor_rect,
|
H A D | profile_chooser_view.h | 55 const gfx::Rect& anchor_rect, 85 const gfx::Rect& anchor_rect,
|
H A D | password_generation_bubble_view.h | 35 // passwords to users. It is set in the page content, anchored at |anchor_rect|. 43 const gfx::Rect& anchor_rect,
|
H A D | password_generation_bubble_view.cc | 123 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 D | avatar_menu_bubble_view.cc | 488 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 D | profile_chooser_view.cc | 316 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 D | overflow_bubble_view.cc | 196 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 D | maximize_bubble_controller_bubble.cc | 382 gfx::Rect anchor_rect = 384 return anchor_rect;
|
/external/chromium_org/content/browser/renderer_host/ |
H A D | render_widget_host_view_guest.cc | 365 guest_params.anchor_rect = guest_->ToGuestRect(params.anchor_rect);
|
H A D | render_widget_host_view_gtk.cc | 977 gfx::UnionRects(params.anchor_rect, params.focus_rect));
|
H A D | render_widget_host_view_aura.cc | 1045 if (selection_anchor_rect_ == params.anchor_rect && 1049 selection_anchor_rect_ = params.anchor_rect;
|
H A D | render_widget_host_view_win.cc | 714 caret_rect_ = gfx::UnionRects(params.anchor_rect, params.focus_rect);
|
/external/chromium_org/content/renderer/ |
H A D | render_widget.cc | 2558 GetSelectionBounds(¶ms.anchor_rect, ¶ms.focus_rect); 2559 if (selection_anchor_rect_ != params.anchor_rect || 2561 selection_anchor_rect_ = params.anchor_rect;
|
/external/chromium_org/content/common/ |
H A D | view_messages.h | 496 IPC_STRUCT_MEMBER(gfx::Rect, anchor_rect)
|
/external/chromium_org/content/renderer/npapi/ |
H A D | webplugin_delegate_proxy.cc | 933 bounds_params.anchor_rect = bounds_params.focus_rect = caret_rect;
|
/external/chromium_org/content/browser/android/ |
H A D | content_view_core_impl.cc | 555 CreateJavaRect(env, params.anchor_rect));
|