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 30 virtual bool CurrentPageExists() const = 0;
omnibox_current_page_delegate_impl.h 21 virtual bool CurrentPageExists() const OVERRIDE;
omnibox_current_page_delegate_impl.cc 33 bool OmniboxCurrentPageDelegateImpl::CurrentPageExists() const {
omnibox_edit_model.cc 331 if (!delegate_->CurrentPageExists())
493 (delegate_->CurrentPageExists() && view_->IsIndicatingQueryRefinement()) ?
655 if ((disposition == CURRENT_TAB) && delegate_->CurrentPageExists()) {
    [all...]

Completed in 614 milliseconds