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

/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_factory.cc171 std::string store_type = local
174 if (store_type == "kwallet") {
176 } else if (store_type == "gnome") {
178 } else if (store_type == "basic") {
/external/chromium_org/base/prefs/
H A Dpref_value_store.cc218 PrefValueStore::PrefStoreType store_type,
222 const PrefStore* store = GetPrefStore(static_cast<PrefStoreType>(store_type));
217 GetValueFromStore(const char* name, PrefValueStore::PrefStoreType store_type, const base::Value** out_value) const argument

Completed in 2523 milliseconds