Searched refs:store_type (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/prefs/
H A Dpref_value_store.cc209 PrefValueStore::PrefStoreType store_type,
213 const PrefStore* store = GetPrefStore(static_cast<PrefStoreType>(store_type));
208 GetValueFromStore(const char* name, PrefValueStore::PrefStoreType store_type, const Value** out_value) const argument
/external/chromium/chrome/browser/profiles/
H A Dprofile_impl.cc1073 std::string store_type = local
1076 if (store_type == "kwallet") {
1078 } else if (store_type == "gnome") {
1080 } else if (store_type == "basic") {

Completed in 322 milliseconds