Searched defs:PrefValueInStore (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/prefs/
H A Dpref_value_store.cc137 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( function in class:PrefValueStore
193 if (PrefValueInStore(name, static_cast<PrefStoreType>(i)))
202 if (PrefValueInStore(name, static_cast<PrefStoreType>(i)))

Completed in 42 milliseconds