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

/external/chromium/chrome/browser/extensions/
H A Dbrowser_action_test_util.h53 gfx::Rect GetPopupBounds();
H A Dbrowser_action_test_util_gtk.cc69 gfx::Rect BrowserActionTestUtil::GetPopupBounds() { function in class:BrowserActionTestUtil
H A Dbrowser_action_test_util_views.cc69 gfx::Rect BrowserActionTestUtil::GetPopupBounds() { function in class:BrowserActionTestUtil
H A Dbrowser_action_apitest.cc175 EXPECT_EQ(minSize, actions_bar.GetPopupBounds().size());
179 EXPECT_EQ(middleSize, actions_bar.GetPopupBounds().size());
184 EXPECT_EQ(maxSize, actions_bar.GetPopupBounds().size());
/external/chromium_org/chrome/browser/extensions/
H A Dbrowser_action_test_util.h57 gfx::Rect GetPopupBounds();
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_action_test_util_views.cc76 gfx::Rect BrowserActionTestUtil::GetPopupBounds() { function in class:BrowserActionTestUtil
/external/chromium_org/chrome/browser/ui/gtk/extensions/
H A Dbrowser_action_test_util_gtk.cc80 gfx::Rect BrowserActionTestUtil::GetPopupBounds() { function in class:BrowserActionTestUtil
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_popup_contents_view.cc100 gfx::Rect OmniboxPopupContentsView::GetPopupBounds() const { function in class:OmniboxPopupContentsView
206 params.bounds = GetPopupBounds();
238 popup_->SetBounds(GetPopupBounds());
281 popup_->SetBounds(GetPopupBounds());
H A Domnibox_popup_contents_view.h39 gfx::Rect GetPopupBounds() const;
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_popup_contents_view.cc232 gfx::Rect AutocompletePopupContentsView::GetPopupBounds() const { function in class:AutocompletePopupContentsView
336 popup_->Init(location_bar_->GetWidget()->GetNativeView(), GetPopupBounds());
349 popup_->SetBounds(GetPopupBounds());
392 popup_->SetBounds(GetPopupBounds());
H A Dautocomplete_popup_contents_view.h52 gfx::Rect GetPopupBounds() const;
/external/chromium_org/chrome/browser/extensions/api/extension_action/
H A Dbrowser_action_apitest.cc360 EXPECT_EQ(minSize, actions_bar.GetPopupBounds().size());
364 EXPECT_EQ(middleSize, actions_bar.GetPopupBounds().size());
369 EXPECT_EQ(maxSize, actions_bar.GetPopupBounds().size());

Completed in 238 milliseconds