OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:effective_store
(Results
1 - 2
of
2
) 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;
/external/chromium_org/base/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 511 milliseconds