Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/search/
Dsearch_model_unittest.cc98 model->SetInstantSupportState(INSTANT_SUPPORT_YES); in TEST_F()
105 model->SetInstantSupportState(INSTANT_SUPPORT_NO); in TEST_F()
110 model->SetInstantSupportState(INSTANT_SUPPORT_NO); in TEST_F()
Dsearch_model.h60 void SetInstantSupportState(InstantSupportState instant_support);
Dsearch_model.cc64 void SearchModel::SetInstantSupportState(InstantSupportState instant_support) { in SetInstantSupportState() function in SearchModel
Dsearch_tab_helper.cc238 model_.SetInstantSupportState(new_state); in InstantSupportChanged()
410 model_.SetInstantSupportState(INSTANT_SUPPORT_UNKNOWN); in NavigationEntryCommitted()