Home
last modified time | relevance | path

Searched refs:MightSupportInstant (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/instant/
Dinstant_controller.h169 bool MightSupportInstant();
Dinstant_browsertest.cc480 EXPECT_TRUE(browser()->instant()->MightSupportInstant()); in IN_PROC_BROWSER_TEST_F()
590 EXPECT_TRUE(browser()->instant()->MightSupportInstant()); in IN_PROC_BROWSER_TEST_F()
Dinstant_controller.cc399 bool InstantController::MightSupportInstant() { in MightSupportInstant() function in InstantController
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit.cc229 might_support_instant = instant->MightSupportInstant(); in OnChanged()