Searched refs:GetPopupBounds (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dbrowser_action_test_util.h61 gfx::Rect GetPopupBounds();
/external/chromium_org/chrome/browser/ui/autofill/
H A Dpopup_controller_common.h45 gfx::Rect GetPopupBounds(int desired_width, int desired_height) const;
H A Dpopup_controller_common_unittest.cc77 popup_controller->GetPopupBounds(desired_width, desired_height);
H A Dpassword_generation_popup_controller_impl.cc169 popup_bounds_ = controller_common_.GetPopupBounds(bounds.width(),
H A Dpopup_controller_common.cc125 gfx::Rect PopupControllerCommon::GetPopupBounds(int desired_width, function in class:autofill::PopupControllerCommon
H A Dautofill_popup_controller_impl.cc611 popup_bounds_ = controller_common_->GetPopupBounds(popup_width,
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_action_test_util_views.cc84 gfx::Rect BrowserActionTestUtil::GetPopupBounds() { function in class:BrowserActionTestUtil
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_popup_contents_view.cc96 gfx::Rect OmniboxPopupContentsView::GetPopupBounds() const { function in class:OmniboxPopupContentsView
207 params.bounds = GetPopupBounds();
237 popup_->SetBounds(GetPopupBounds());
285 popup_->SetBounds(GetPopupBounds());
H A Domnibox_popup_contents_view.h39 gfx::Rect GetPopupBounds() const;
/external/chromium_org/chrome/browser/extensions/api/extension_action/
H A Dbrowser_action_apitest.cc357 EXPECT_EQ(minSize, actions_bar.GetPopupBounds().size());
361 EXPECT_EQ(middleSize, actions_bar.GetPopupBounds().size());
366 EXPECT_EQ(maxSize, actions_bar.GetPopupBounds().size());

Completed in 3957 milliseconds