Home
last modified time | relevance | path

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

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