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

  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_current_page_delegate.h 32 virtual bool CurrentPageExists() const = 0;
omnibox_current_page_delegate_impl.h 21 virtual bool CurrentPageExists() const OVERRIDE;
omnibox_current_page_delegate_impl.cc 34 bool OmniboxCurrentPageDelegateImpl::CurrentPageExists() const {
omnibox_edit_model.cc 303 if (search_provider && delegate_->CurrentPageExists())
409 if (!delegate_->CurrentPageExists())
583 (delegate_->CurrentPageExists() && view_->IsIndicatingQueryRefinement()) ?
    [all...]

Completed in 58 milliseconds