HomeSort by relevance Sort by last modified time
    Searched refs:OmniboxCurrentPageDelegateImpl (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_current_page_delegate_impl.cc 25 OmniboxCurrentPageDelegateImpl::OmniboxCurrentPageDelegateImpl(
31 OmniboxCurrentPageDelegateImpl::~OmniboxCurrentPageDelegateImpl() {}
33 bool OmniboxCurrentPageDelegateImpl::CurrentPageExists() const {
37 const GURL& OmniboxCurrentPageDelegateImpl::GetURL() const {
41 bool OmniboxCurrentPageDelegateImpl::IsInstantNTP() const {
45 bool OmniboxCurrentPageDelegateImpl::IsSearchResultsPage() const {
52 bool OmniboxCurrentPageDelegateImpl::IsLoading() const {
57 OmniboxCurrentPageDelegateImpl::GetNavigationController() const
    [all...]
omnibox_current_page_delegate_impl.h 14 class OmniboxCurrentPageDelegateImpl : public OmniboxCurrentPageDelegate {
16 explicit OmniboxCurrentPageDelegateImpl(OmniboxEditController* controller,
18 virtual ~OmniboxCurrentPageDelegateImpl();
41 DISALLOW_COPY_AND_ASSIGN(OmniboxCurrentPageDelegateImpl);
omnibox_edit_model.cc 184 delegate_.reset(new OmniboxCurrentPageDelegateImpl(controller, profile));
    [all...]

Completed in 216 milliseconds