HomeSort by relevance Sort by last modified time
    Searched refs:PrefValueInStore (Results 1 - 2 of 2) 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;

Completed in 178 milliseconds