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

/external/chromium_org/base/prefs/
H A Dpref_value_store.cc167 PrefStoreType effective_store = ControllingPrefStoreForPref(name); local
168 return effective_store >= USER_STORE ||
169 effective_store == INVALID_STORE;
173 PrefStoreType effective_store = ControllingPrefStoreForPref(name); local
174 return effective_store >= EXTENSION_STORE ||
175 effective_store == INVALID_STORE;

Completed in 61 milliseconds