OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PrefStoreType
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/prefs/
pref_value_store.h
120
enum
PrefStoreType
{
147
PrefStoreType
type);
164
PrefStoreType
type_;
179
// given
PrefStoreType
, of the same value type as the preference was
181
bool PrefValueInStore(const char* name,
PrefStoreType
store) const;
188
PrefStoreType
first_checked_store,
189
PrefStoreType
last_checked_store) const;
196
PrefStoreType
ControllingPrefStoreForPref(const char* name) const;
200
PrefStoreType
store,
207
void NotifyPrefChanged(const char* path,
PrefStoreType
new_store)
[
all
...]
/external/chromium_org/base/prefs/
pref_value_store.h
125
enum
PrefStoreType
{
150
PrefStoreType
type);
167
PrefStoreType
type_;
182
// given
PrefStoreType
, of the same value type as the preference was
184
bool PrefValueInStore(const char* name,
PrefStoreType
store) const;
191
PrefStoreType
first_checked_store,
192
PrefStoreType
last_checked_store) const;
199
PrefStoreType
ControllingPrefStoreForPref(const char* name) const;
203
PrefStoreType
store,
209
PrefStoreType
store
[
all
...]
Completed in 430 milliseconds