Searched defs:popup_bounds (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller_unittest.cc114 const gfx::Rect& popup_bounds() const { function in class:autofill::__anon6021::TestAutofillPopupController
115 return AutofillPopupControllerImpl::popup_bounds();
209 gfx::Rect popup_bounds(10, 10, 100, 100);
214 popup_controller()->SetPopupBounds(popup_bounds);
216 EXPECT_EQ(popup_bounds, popup_controller()->popup_bounds());
548 gfx::Rect popup_bounds = gfx::Rect(0, 0, popup_max_width, 0); local
549 autofill_popup_controller_->set_display(gfx::Display(0, popup_bounds));
629 autofill_popup_controller->popup_bounds().ToString()) <<
H A Dautofill_popup_controller_impl.cc124 int popup_width = popup_bounds().width();
350 const gfx::Rect& AutofillPopupControllerImpl::popup_bounds() const { function in class:autofill::AutofillPopupControllerImpl
/external/chromium/chrome/browser/extensions/
H A Dextension_tabs_module.cc412 gfx::Rect popup_bounds; local
414 popup_bounds = window_bounds; // Use window size as default for popups
428 popup_bounds.set_x(bounds_val);
435 popup_bounds.set_y(bounds_val);
442 popup_bounds.set_width(bounds_val);
449 popup_bounds.set_height(bounds_val);
503 new_window->window()->SetBounds(popup_bounds);
/external/chromium_org/chrome/browser/extensions/
H A Dweb_view_interactive_browsertest.cc305 gfx::Rect popup_bounds = popup_rwh->GetView()->GetViewBounds(); local
312 gfx::Vector2d diff = popup_bounds.origin() - embedder_bounds.origin();
/external/chromium/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc346 gfx::Rect popup_bounds = popup_->GetWindowScreenBounds(); local
406 int width = popup_bounds.width();
407 int height = popup_bounds.height();
649 gfx::Rect popup_bounds = popup_->GetWindowScreenBounds(); local
650 int text_width = static_cast<int>(popup_bounds.width() -
804 gfx::Rect popup_bounds = popup_->GetWindowScreenBounds(); local
814 expand_view_->StartExpansion(url_text_, popup_bounds.width(),
/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc355 gfx::Rect popup_bounds = popup_->GetWindowBoundsInScreen(); local
415 int width = popup_bounds.width();
416 int height = popup_bounds.height();
417 SkRect rect(gfx::RectToSkRect(gfx::Rect(popup_bounds.size())));
663 gfx::Rect popup_bounds = popup_->GetWindowBoundsInScreen(); local
664 int text_width = static_cast<int>(popup_bounds.width() -
821 gfx::Rect popup_bounds = popup_->GetWindowBoundsInScreen(); local
831 expand_view_->StartExpansion(url_text_, popup_bounds.width(),

Completed in 72 milliseconds