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

  /external/chromium_org/chrome/browser/ui/search/
search_model.h 15 enum InstantSupportState {
28 InstantSupportState instant_support,
37 InstantSupportState instant_support;
60 void SetInstantSupportState(InstantSupportState instant_support);
63 InstantSupportState instant_support() const {
search_model.cc 16 InstantSupportState instant_support,
64 void SearchModel::SetInstantSupportState(InstantSupportState instant_support) {
instant_controller.h 105 void InstantSupportChanged(InstantSupportState instant_support);
instant_controller.cc 230 InstantSupportState instant_support) {
search_tab_helper.cc 180 InstantSupportState new_state = instant_support ? INSTANT_SUPPORT_YES :
  /external/chromium_org/chrome/browser/search/
search.h 204 void SetInstantSupportStateInNavigationEntry(InstantSupportState state,
209 InstantSupportState GetInstantSupportStateFromNavigationEntry(
search.cc 98 InstantSupportState StringToInstantSupportState(const base::string16& value) {
107 base::string16 InstantSupportStateToString(InstantSupportState state) {
343 InstantSupportState state = GetInstantSupportStateFromNavigationEntry(*entry);
664 void SetInstantSupportStateInNavigationEntry(InstantSupportState state,
673 InstantSupportState GetInstantSupportStateFromNavigationEntry(

Completed in 2119 milliseconds