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

  /external/chromium_org/chrome/browser/ui/search/
search_model.cc 11 : instant_support(INSTANT_SUPPORT_UNKNOWN),
16 InstantSupportState instant_support,
19 instant_support(instant_support),
24 return mode == rhs.mode && instant_support == rhs.instant_support &&
64 void SearchModel::SetInstantSupportState(InstantSupportState instant_support) {
69 if (state_.instant_support == instant_support)
73 state_.instant_support = instant_support
    [all...]
search_model.h 28 InstantSupportState instant_support,
37 InstantSupportState instant_support; member in struct:SearchModel::State
60 void SetInstantSupportState(InstantSupportState instant_support);
63 InstantSupportState instant_support() const { function in class:SearchModel
64 return state_.instant_support;
instant_page.cc 64 if (model->instant_support() != INSTANT_SUPPORT_UNKNOWN)
65 InstantSupportDetermined(model->instant_support() == INSTANT_SUPPORT_YES);
107 if (old_state.instant_support != new_state.instant_support)
108 InstantSupportDetermined(new_state.instant_support == INSTANT_SUPPORT_YES);
search_model_unittest.cc 93 EXPECT_TRUE(model->instant_support() == INSTANT_SUPPORT_UNKNOWN);
96 expected_new_state.instant_support = INSTANT_SUPPORT_YES;
101 EXPECT_TRUE(model->instant_support() == INSTANT_SUPPORT_YES);
104 expected_new_state.instant_support = INSTANT_SUPPORT_NO;
112 EXPECT_TRUE(model->instant_support() == INSTANT_SUPPORT_NO);
138 expected_new_state.instant_support = INSTANT_SUPPORT_NO;
search_tab_helper.cc 176 void SearchTabHelper::InstantSupportChanged(bool instant_support) {
180 InstantSupportState new_state = instant_support ? INSTANT_SUPPORT_YES :
189 if (!instant_support)
195 return model_.instant_support() == INSTANT_SUPPORT_YES;
339 chrome::SetInstantSupportStateInNavigationEntry(model_.instant_support(),
341 if (model_.instant_support() == INSTANT_SUPPORT_NO)
348 chrome::SetInstantSupportStateInNavigationEntry(model_.instant_support(),
instant_controller.h 105 void InstantSupportChanged(InstantSupportState instant_support);
instant_controller.cc 230 InstantSupportState instant_support) {
234 if (instant_support != INSTANT_SUPPORT_YES)
search_ipc_router.cc 132 bool instant_support) const {
136 delegate_->OnInstantSupportDetermined(instant_support);
  /external/chromium_org/chrome/browser/ui/
browser_instant_controller.cc 210 if (old_state.instant_support != new_state.instant_support)
211 instant_.InstantSupportChanged(new_state.instant_support);

Completed in 707 milliseconds