Searched defs:supports_instant (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_page.cc32 bool InstantPage::supports_instant() const { function in class:InstantPage
89 void InstantPage::InstantSupportDetermined(bool supports_instant) { argument
90 delegate_->InstantSupportDetermined(web_contents(), supports_instant); local
93 if (!supports_instant)
H A Dinstant_controller.cc83 if (instant_tab_ && instant_tab_->supports_instant() &&
153 bool supports_instant) {
156 if (!supports_instant)
151 InstantSupportDetermined( const content::WebContents* contents, bool supports_instant) argument
H A Dsearch_tab_helper.cc419 void SearchTabHelper::OnInstantSupportDetermined(bool supports_instant) { argument
420 InstantSupportChanged(supports_instant);

Completed in 387 milliseconds