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

  /external/chromium/chrome/browser/prefs/
pref_value_store.cc 137 return PrefValueInStore(name, MANAGED_PLATFORM_STORE) ||
138 PrefValueInStore(name, MANAGED_CLOUD_STORE);
142 return PrefValueInStore(name, EXTENSION_STORE);
146 return PrefValueInStore(name, USER_STORE);
173 bool PrefValueStore::PrefValueInStore(
193 if (PrefValueInStore(name, static_cast<PrefStoreType>(i)))
202 if (PrefValueInStore(name, static_cast<PrefStoreType>(i)))
pref_value_store.h 181 bool PrefValueInStore(const char* name, PrefStoreType store) const;
  /external/chromium_org/base/prefs/
pref_value_store.cc 134 return PrefValueInStore(name, MANAGED_STORE);
138 return PrefValueInStore(name, EXTENSION_STORE);
142 return PrefValueInStore(name, USER_STORE);
177 bool PrefValueStore::PrefValueInStore(
197 if (PrefValueInStore(name, static_cast<PrefStoreType>(i)))
206 if (PrefValueInStore(name, static_cast<PrefStoreType>(i)))
pref_value_store.h 184 bool PrefValueInStore(const char* name, PrefStoreType store) const;

Completed in 108 milliseconds