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

  /external/chromium_org/chrome/browser/ui/search/
instant_page.cc 67 InstantSupportDetermined(model->instant_support() == INSTANT_SUPPORT_YES);
86 InstantSupportDetermined(new_state.instant_support == INSTANT_SUPPORT_YES);
89 void InstantPage::InstantSupportDetermined(bool supports_instant) {
90 delegate_->InstantSupportDetermined(web_contents(), supports_instant);
instant_page.h 45 virtual void InstantSupportDetermined(const content::WebContents* contents,
112 void InstantSupportDetermined(bool supports_instant);
instant_page_unittest.cc 32 MOCK_METHOD2(InstantSupportDetermined,
84 EXPECT_CALL(delegate, InstantSupportDetermined(web_contents(), true))
118 EXPECT_CALL(delegate, InstantSupportDetermined(web_contents(), false))
144 EXPECT_CALL(delegate, InstantSupportDetermined(web_contents(), true))
instant_controller.h 117 virtual void InstantSupportDetermined(
instant_controller.cc 151 void InstantController::InstantSupportDetermined(

Completed in 63 milliseconds