Searched refs:GetPopupBounds (Results 1 - 6 of 6) 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/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;

Completed in 259 milliseconds