HomeSort by relevance Sort by last modified time
    Searched refs:GetOmniboxView (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/search/
search_tab_helper_delegate.cc 17 OmniboxView* SearchTabHelperDelegate::GetOmniboxView() {
search_tab_helper_delegate.h 41 virtual OmniboxView* GetOmniboxView();
instant_test_utils.h 60 return browser_->window()->GetLocationBar()->GetOmniboxView();
search_tab_helper.cc 265 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 {
636 return delegate_ ? delegate_->GetOmniboxView() : NULL;
search_tab_helper.h 212 OmniboxView* GetOmniboxView() const;
  /external/chromium_org/chrome/browser/ui/location_bar/
location_bar.h 89 virtual const OmniboxView* GetOmniboxView() const = 0;
90 virtual OmniboxView* GetOmniboxView() = 0;
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_icon_view.cc 30 page_info_helper_.location_bar()->GetOmniboxView()->model();
55 page_info_helper_.location_bar()->GetOmniboxView()->CloseOmniboxPopup();
69 if (page_info_helper_.location_bar()->GetOmniboxView()->IsEditingOrEmpty())
location_bar_view.h 244 virtual OmniboxView* GetOmniboxView() OVERRIDE;
358 virtual const OmniboxView* GetOmniboxView() const OVERRIDE;
location_bar_view.cc 563 OmniboxView* LocationBarView::GetOmniboxView() {
    [all...]
  /external/chromium_org/chrome/test/base/
test_browser_window.cc 74 const OmniboxView* TestBrowserWindow::TestLocationBar::GetOmniboxView() const {
78 OmniboxView* TestBrowserWindow::TestLocationBar::GetOmniboxView() {
test_browser_window.h 186 virtual const OmniboxView* GetOmniboxView() const OVERRIDE;
187 virtual OmniboxView* GetOmniboxView() OVERRIDE;
ui_test_utils.cc 394 OmniboxView* omnibox = location_bar->GetOmniboxView();
  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api_interactive_test.cc 25 OmniboxView* omnibox_view = location_bar->GetOmniboxView();
omnibox_api_testbase.h 32 return GetLocationBar(browser)->GetOmniboxView()->model()->popup_model()->
omnibox_api_browsertest.cc 149 OmniboxView* omnibox_view = location_bar->GetOmniboxView();
168 OmniboxView* omnibox_view = location_bar->GetOmniboxView();
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_browsertest.cc 66 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/ui/cocoa/location_bar/
location_bar_view_mac.h 77 virtual const OmniboxView* GetOmniboxView() const OVERRIDE;
78 virtual OmniboxView* GetOmniboxView() OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/
extension_url_rewrite_browsertest.cc 37 browser()->window()->GetLocationBar()->GetOmniboxView()->GetText());
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_view_browsertest.cc 156 *omnibox_view = location_bar->GetOmniboxView();
160 void GetOmniboxView(OmniboxView** omnibox_view) {
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(&omnibox_view))
    [all...]
  /external/chromium_org/chrome/browser/ui/blocked_content/
popup_blocker_browsertest.cc 377 OmniboxEditModel* model = location_bar->GetOmniboxView()->model();
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views_browsertest.cc 41 *omnibox_view = location_bar->GetOmniboxView();
  /external/chromium_org/chrome/browser/ui/
browser.h 684 virtual OmniboxView* GetOmniboxView() OVERRIDE;
    [all...]
browser_focus_uitest.cc 638 GetOmniboxView()->model()->controller();
browser.cc     [all...]

Completed in 655 milliseconds

1 2