Home
last modified time | relevance | path

Searched refs:GetPopupBounds (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dbrowser_action_apitest.cc175 EXPECT_EQ(minSize, actions_bar.GetPopupBounds().size()); in IN_PROC_BROWSER_TEST_F()
179 EXPECT_EQ(middleSize, actions_bar.GetPopupBounds().size()); in IN_PROC_BROWSER_TEST_F()
184 EXPECT_EQ(maxSize, actions_bar.GetPopupBounds().size()); in IN_PROC_BROWSER_TEST_F()
Dbrowser_action_test_util.h53 gfx::Rect GetPopupBounds();
Dbrowser_action_test_util_views.cc69 gfx::Rect BrowserActionTestUtil::GetPopupBounds() { in GetPopupBounds() function in BrowserActionTestUtil
Dbrowser_action_test_util_gtk.cc69 gfx::Rect BrowserActionTestUtil::GetPopupBounds() { in GetPopupBounds() function in BrowserActionTestUtil
Dbrowser_action_test_util_mac.mm56 gfx::Rect BrowserActionTestUtil::GetPopupBounds() { function
/external/chromium/chrome/browser/ui/views/autocomplete/
Dautocomplete_popup_contents_view.cc232 gfx::Rect AutocompletePopupContentsView::GetPopupBounds() const { in GetPopupBounds() function in AutocompletePopupContentsView
336 popup_->Init(location_bar_->GetWidget()->GetNativeView(), GetPopupBounds()); in UpdatePopupAppearance()
349 popup_->SetBounds(GetPopupBounds()); in UpdatePopupAppearance()
392 popup_->SetBounds(GetPopupBounds()); in AnimationProgressed()
Dautocomplete_popup_contents_view.h52 gfx::Rect GetPopupBounds() const;