Searched refs:GetOmniboxView (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_tab_helper_delegate.cc17 OmniboxView* SearchTabHelperDelegate::GetOmniboxView() { function in class:SearchTabHelperDelegate
H A Dsearch_tab_helper_delegate.h41 virtual OmniboxView* GetOmniboxView();
H A Dsearch_tab_helper.cc265 OmniboxView* omnibox_view = GetOmniboxView();
443 OmniboxView* omnibox = GetOmniboxView();
539 OmniboxView* omnibox = GetOmniboxView();
588 OmniboxView* omnibox = GetOmniboxView();
630 OmniboxView* omnibox = GetOmniboxView();
635 OmniboxView* SearchTabHelper::GetOmniboxView() const { function in class:SearchTabHelper
636 return delegate_ ? delegate_->GetOmniboxView() : NULL;
H A Dinstant_test_utils.h60 return browser_->window()->GetLocationBar()->GetOmniboxView();
H A Dsearch_tab_helper.h212 OmniboxView* GetOmniboxView() const;
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_icon_view.cc30 page_info_helper_.location_bar()->GetOmniboxView()->model();
55 page_info_helper_.location_bar()->GetOmniboxView()->CloseOmniboxPopup();
69 if (page_info_helper_.location_bar()->GetOmniboxView()->IsEditingOrEmpty())
H A Dlocation_bar_view.h244 virtual OmniboxView* GetOmniboxView() OVERRIDE;
358 virtual const OmniboxView* GetOmniboxView() const OVERRIDE;
H A Dlocation_bar_view.cc563 OmniboxView* LocationBarView::GetOmniboxView() { function in class:LocationBarView
1341 const OmniboxView* LocationBarView::GetOmniboxView() const { function in class:LocationBarView
1542 (!GetOmniboxView()->IsEditingOrEmpty() ||
1560 location_icon_view_->ShowTooltip(!GetOmniboxView()->IsEditingOrEmpty());
/external/chromium_org/chrome/browser/ui/location_bar/
H A Dlocation_bar.h89 virtual const OmniboxView* GetOmniboxView() const = 0;
90 virtual OmniboxView* GetOmniboxView() = 0;
/external/chromium_org/chrome/test/base/
H A Dtest_browser_window.cc74 const OmniboxView* TestBrowserWindow::TestLocationBar::GetOmniboxView() const { function in class:TestBrowserWindow::TestLocationBar
78 OmniboxView* TestBrowserWindow::TestLocationBar::GetOmniboxView() { function in class:TestBrowserWindow::TestLocationBar
H A Dtest_browser_window.h186 virtual const OmniboxView* GetOmniboxView() const OVERRIDE;
187 virtual OmniboxView* GetOmniboxView() OVERRIDE;
H A Dui_test_utils.cc394 OmniboxView* omnibox = location_bar->GetOmniboxView();
/external/chromium_org/chrome/browser/extensions/api/omnibox/
H A Domnibox_api_interactive_test.cc25 OmniboxView* omnibox_view = location_bar->GetOmniboxView();
H A Domnibox_api_testbase.h32 return GetLocationBar(browser)->GetOmniboxView()->model()->popup_model()->
H A Domnibox_api_browsertest.cc149 OmniboxView* omnibox_view = location_bar->GetOmniboxView();
168 OmniboxView* omnibox_view = location_bar->GetOmniboxView();
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_browsertest.cc66 return GetLocationBar()->GetOmniboxView()->model()->popup_model()->
80 OmniboxView* omnibox_view = location_bar->GetOmniboxView();
136 OmniboxView* omnibox_view = location_bar->GetOmniboxView();
179 OmniboxView* omnibox_view = location_bar->GetOmniboxView();
204 OmniboxView* omnibox_view = location_bar->GetOmniboxView();
/external/chromium_org/chrome/browser/extensions/
H A Dextension_url_rewrite_browsertest.cc37 browser()->window()->GetLocationBar()->GetOmniboxView()->GetText());
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_view_browsertest.cc156 *omnibox_view = location_bar->GetOmniboxView();
160 void GetOmniboxView(OmniboxView** omnibox_view) { function in class:OmniboxViewTest
226 ASSERT_NO_FATAL_FAILURE(GetOmniboxView(&omnibox_view));
365 ASSERT_NO_FATAL_FAILURE(GetOmniboxView(&omnibox_view));
489 ASSERT_NO_FATAL_FAILURE(GetOmniboxView(&omnibox_view));
553 ASSERT_NO_FATAL_FAILURE(GetOmniboxView(&omnibox_view));
572 ASSERT_NO_FATAL_FAILURE(GetOmniboxView(&omnibox_view));
598 ASSERT_NO_FATAL_FAILURE(GetOmniboxView(&omnibox_view));
648 ASSERT_NO_FATAL_FAILURE(GetOmniboxView(&omnibox_view));
660 ASSERT_NO_FATAL_FAILURE(GetOmniboxView(
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dlocation_bar_view_mac.h77 virtual const OmniboxView* GetOmniboxView() const OVERRIDE;
78 virtual OmniboxView* GetOmniboxView() OVERRIDE;
/external/chromium_org/chrome/browser/ui/blocked_content/
H A Dpopup_blocker_browsertest.cc377 OmniboxEditModel* model = location_bar->GetOmniboxView()->model();
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc1088 GetLocationBar()->GetOmniboxView()->model()->popup_model()->RemoveObserver(
1710 location_bar_view->GetOmniboxView()->CloseOmniboxPopup();
1995 GetLocationBar()->GetOmniboxView()->model()->popup_model()->AddObserver(this);
2521 !GetLocationBar()->GetOmniboxView()->model()->popup_model()->IsOpen()) {
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views_browsertest.cc41 *omnibox_view = location_bar->GetOmniboxView();
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_focus_uitest.cc638 GetOmniboxView()->model()->controller();
H A Dbrowser.cc1854 OmniboxView* Browser::GetOmniboxView() { function in class:Browser
1855 return window_->GetLocationBar()->GetOmniboxView();
H A Dbrowser.h684 virtual OmniboxView* GetOmniboxView() OVERRIDE;

Completed in 270 milliseconds

12