HomeSort by relevance Sort by last modified time
    Searched full:effective_store (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/prefs/
pref_value_store.cc 162 PrefStoreType effective_store = ControllingPrefStoreForPref(name); local
163 return effective_store >= USER_STORE ||
164 effective_store == INVALID_STORE;
168 PrefStoreType effective_store = ControllingPrefStoreForPref(name); local
169 return effective_store >= EXTENSION_STORE ||
170 effective_store == INVALID_STORE;

Completed in 36 milliseconds