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

  /external/chromium_org/chrome/browser/ui/search/
search_model.h 17 INSTANT_SUPPORT_YES,
search_model_unittest.cc 96 expected_new_state.instant_support = INSTANT_SUPPORT_YES;
98 model->SetInstantSupportState(INSTANT_SUPPORT_YES);
101 EXPECT_TRUE(model->instant_support() == INSTANT_SUPPORT_YES);
instant_page.cc 65 InstantSupportDetermined(model->instant_support() == INSTANT_SUPPORT_YES);
108 InstantSupportDetermined(new_state.instant_support == INSTANT_SUPPORT_YES);
search_tab_helper.cc 180 InstantSupportState new_state = instant_support ? INSTANT_SUPPORT_YES :
195 return model_.instant_support() == INSTANT_SUPPORT_YES;
instant_controller.cc 231 // Handle INSTANT_SUPPORT_YES here because InstantPage is not hooked up to the
234 if (instant_support != INSTANT_SUPPORT_YES)
  /external/chromium_org/chrome/browser/search/
search.cc 100 return INSTANT_SUPPORT_YES;
111 case INSTANT_SUPPORT_YES:

Completed in 459 milliseconds