/external/chromium_org/chrome/browser/ui/gtk/autofill/ |
D | autofill_popup_view_gtk.cc | 96 controller_->popup_bounds().width(), in UpdateBoundsAndRedrawPopup() 97 controller_->popup_bounds().height()); in UpdateBoundsAndRedrawPopup() 99 controller_->popup_bounds().x(), in UpdateBoundsAndRedrawPopup() 100 controller_->popup_bounds().y()); in UpdateBoundsAndRedrawPopup() 103 GdkRectangle popup_rect = controller_->popup_bounds().ToGdkRectangle(); in UpdateBoundsAndRedrawPopup()
|
/external/chromium_org/chrome/browser/ui/autofill/ |
D | autofill_popup_controller_unittest.cc | 96 using AutofillPopupControllerImpl::popup_bounds; 176 gfx::Rect popup_bounds(10, 10, 100, 100); in TEST_F() local 181 popup_controller()->SetPopupBounds(popup_bounds); in TEST_F() 183 EXPECT_EQ(popup_bounds, popup_controller()->popup_bounds()); in TEST_F() 521 gfx::Rect popup_bounds = gfx::Rect(0, 0, popup_max_width, 0); in TEST_F() local 522 autofill_popup_controller_->set_display(gfx::Display(0, popup_bounds)); in TEST_F() 602 autofill_popup_controller->popup_bounds().ToString()) << in TEST_F()
|
D | autofill_popup_controller.h | 76 virtual const gfx::Rect& popup_bounds() const = 0;
|
D | autofill_popup_controller_impl.h | 102 virtual const gfx::Rect& popup_bounds() const OVERRIDE;
|
D | autofill_popup_controller_impl.cc | 138 int popup_width = popup_bounds().width(); in Show() 383 const gfx::Rect& AutofillPopupControllerImpl::popup_bounds() const { in popup_bounds() function in autofill::AutofillPopupControllerImpl
|
/external/chromium_org/chrome/browser/ui/views/ |
D | status_bubble_views.cc | 360 gfx::Rect popup_bounds = popup_->GetWindowBoundsInScreen(); in OnPaint() local 420 int width = popup_bounds.width(); in OnPaint() 421 int height = popup_bounds.height(); in OnPaint() 422 SkRect rect(gfx::RectToSkRect(gfx::Rect(popup_bounds.size()))); in OnPaint() 665 gfx::Rect popup_bounds = popup_->GetWindowBoundsInScreen(); in SetURL() local 666 int text_width = static_cast<int>(popup_bounds.width() - in SetURL() 824 gfx::Rect popup_bounds = popup_->GetWindowBoundsInScreen(); in ExpandBubble() local 834 expand_view_->StartExpansion(url_text_, popup_bounds.width(), in ExpandBubble()
|
/external/chromium/chrome/browser/ui/views/ |
D | status_bubble_views.cc | 346 gfx::Rect popup_bounds = popup_->GetWindowScreenBounds(); in OnPaint() local 406 int width = popup_bounds.width(); in OnPaint() 407 int height = popup_bounds.height(); in OnPaint() 649 gfx::Rect popup_bounds = popup_->GetWindowScreenBounds(); in SetURL() local 650 int text_width = static_cast<int>(popup_bounds.width() - in SetURL() 804 gfx::Rect popup_bounds = popup_->GetWindowScreenBounds(); in ExpandBubble() local 814 expand_view_->StartExpansion(url_text_, popup_bounds.width(), in ExpandBubble()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_tabs_module.cc | 412 gfx::Rect popup_bounds; in RunImpl() local 414 popup_bounds = window_bounds; // Use window size as default for popups in RunImpl() 428 popup_bounds.set_x(bounds_val); in RunImpl() 435 popup_bounds.set_y(bounds_val); in RunImpl() 442 popup_bounds.set_width(bounds_val); in RunImpl() 449 popup_bounds.set_height(bounds_val); in RunImpl() 503 new_window->window()->SetBounds(popup_bounds); in RunImpl()
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
D | autofill_popup_view_bridge.mm | 61 NSRect frame = NSRectFromCGRect(controller_->popup_bounds().ToCGRect());
|
/external/chromium_org/chrome/browser/apps/ |
D | web_view_interactive_browsertest.cc | 335 gfx::Rect popup_bounds = popup_rwh->GetView()->GetViewBounds(); in PopupTestHelper() local 342 gfx::Vector2d diff = popup_bounds.origin() - embedder_bounds.origin(); in PopupTestHelper()
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
D | autofill_popup_view_views.cc | 240 GetWidget()->SetBounds(controller_->popup_bounds()); in UpdateBoundsAndRedrawPopup()
|