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 247 OmniboxView* omnibox_view = GetOmniboxView();
446 OmniboxView* omnibox = GetOmniboxView();
542 OmniboxView* omnibox = GetOmniboxView();
591 OmniboxView* omnibox = GetOmniboxView();
633 OmniboxView* omnibox = GetOmniboxView();
638 OmniboxView* SearchTabHelper::GetOmniboxView() const {
639 return delegate_ ? delegate_->GetOmniboxView() : NULL;
search_tab_helper.h 221 OmniboxView* GetOmniboxView() const;
  /external/chromium_org/chrome/browser/ui/omnibox/
location_bar.h 80 virtual const OmniboxView* GetOmniboxView() const = 0;
81 virtual OmniboxView* GetOmniboxView() = 0;
omnibox_view_browsertest.cc 147 *omnibox_view = location_bar->GetOmniboxView();
151 void GetOmniboxView(OmniboxView** omnibox_view) {
217 ASSERT_NO_FATAL_FAILURE(GetOmniboxView(&omnibox_view));
356 ASSERT_NO_FATAL_FAILURE(GetOmniboxView(&omnibox_view));
479 ASSERT_NO_FATAL_FAILURE(GetOmniboxView(&omnibox_view));
542 ASSERT_NO_FATAL_FAILURE(GetOmniboxView(&omnibox_view));
561 ASSERT_NO_FATAL_FAILURE(GetOmniboxView(&omnibox_view));
585 ASSERT_NO_FATAL_FAILURE(GetOmniboxView(&omnibox_view));
633 ASSERT_NO_FATAL_FAILURE(GetOmniboxView(&omnibox_view));
645 ASSERT_NO_FATAL_FAILURE(GetOmniboxView(&omnibox_view))
    [all...]
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_icon_view.cc 28 page_info_helper_.location_bar()->GetOmniboxView()->model();
44 page_info_helper_.location_bar()->GetOmniboxView()->CloseOmniboxPopup();
58 if (page_info_helper_.location_bar()->GetOmniboxView()->IsEditingOrEmpty())
location_bar_view.h 249 virtual OmniboxView* GetOmniboxView() OVERRIDE;
368 virtual const OmniboxView* GetOmniboxView() const OVERRIDE;
location_bar_view.cc 627 OmniboxView* LocationBarView::GetOmniboxView() {
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api_interactive_test.cc 23 OmniboxView* omnibox_view = location_bar->GetOmniboxView();
omnibox_api_testbase.h 32 return GetLocationBar(browser)->GetOmniboxView()->model()->popup_model()->
omnibox_api_browsertest.cc 144 OmniboxView* omnibox_view = location_bar->GetOmniboxView();
162 OmniboxView* omnibox_view = location_bar->GetOmniboxView();
  /external/chromium_org/chrome/test/base/
test_browser_window.cc 69 const OmniboxView* TestBrowserWindow::TestLocationBar::GetOmniboxView() const {
73 OmniboxView* TestBrowserWindow::TestLocationBar::GetOmniboxView() {
test_browser_window.h 188 virtual const OmniboxView* GetOmniboxView() const OVERRIDE;
189 virtual OmniboxView* GetOmniboxView() OVERRIDE;
ui_test_utils.cc 403 OmniboxView* omnibox = location_bar->GetOmniboxView();
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_browsertest.cc 65 return GetLocationBar()->GetOmniboxView()->model()->popup_model()->
79 OmniboxView* omnibox_view = location_bar->GetOmniboxView();
135 OmniboxView* omnibox_view = location_bar->GetOmniboxView();
180 OmniboxView* omnibox_view = location_bar->GetOmniboxView();
205 OmniboxView* omnibox_view = location_bar->GetOmniboxView();
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h 74 virtual const OmniboxView* GetOmniboxView() const OVERRIDE;
75 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/blocked_content/
popup_blocker_browsertest.cc 367 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 667 virtual OmniboxView* GetOmniboxView() OVERRIDE;
    [all...]
browser_focus_uitest.cc 633 GetOmniboxView()->model()->controller();
browser.cc     [all...]

Completed in 435 milliseconds

1 2