Searched refs:SetFocusToLocationBar (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/athena/content/
H A Dweb_contents_view_delegate_factory_impl.cc136 web_contents_->GetDelegate()->SetFocusToLocationBar(false);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_android.cc94 web_contents_->SetFocusToLocationBar(false);
H A Dweb_contents_impl.h586 virtual void SetFocusToLocationBar(bool select_all) OVERRIDE;
H A Dweb_contents_view_aura.cc1040 web_contents_->SetFocusToLocationBar(false);
H A Dweb_contents_impl.cc2489 void WebContentsImpl::SetFocusToLocationBar(bool select_all) { function in class:content::WebContentsImpl
2491 delegate_->SetFocusToLocationBar(select_all);
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_window.h158 virtual void SetFocusToLocationBar(bool select_all) = 0;
H A Dbrowser.cc1507 void Browser::SetFocusToLocationBar(bool select_all) { function in class:Browser
1515 window_->SetFocusToLocationBar(select_all);
H A Dbrowser.h577 virtual void SetFocusToLocationBar(bool select_all) OVERRIDE;
H A Dbrowser_commands.cc995 browser->window()->SetFocusToLocationBar(true);
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dbrowser_window_cocoa.h88 virtual void SetFocusToLocationBar(bool select_all) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/tab_contents/
H A Dchrome_web_contents_view_delegate_views.cc219 web_contents_->GetDelegate()->SetFocusToLocationBar(false);
/external/chromium_org/chrome/test/base/
H A Dtest_browser_window.h80 virtual void SetFocusToLocationBar(bool select_all) OVERRIDE {}
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_manager.h119 virtual void SetFocusToLocationBar(bool select_all) = 0;
H A Drender_frame_host_manager.cc1294 delegate_->SetFocusToLocationBar(false);
1354 delegate_->SetFocusToLocationBar(false);
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.h213 virtual void SetFocusToLocationBar(bool select_all) {} function in class:content::WebContentsDelegate
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.h298 virtual void SetFocusToLocationBar(bool select_all) OVERRIDE;
705 // If this flag is set then SetFocusToLocationBar() will set focus to the
H A Dbrowser_view.cc613 // This can cause SetFocusToLocationBar() to skip setting focus to the
614 // location bar. To avoid this we explicilty let SetFocusToLocationBar()
983 void BrowserView::SetFocusToLocationBar(bool select_all) { function in class:BrowserView

Completed in 4534 milliseconds