OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INVALID_STORE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/prefs/
pref_value_store.cc
13
type_(PrefValueStore::
INVALID_STORE
) {
129
DCHECK(new_store !=
INVALID_STORE
);
169
effective_store ==
INVALID_STORE
;
175
effective_store ==
INVALID_STORE
;
214
return
INVALID_STORE
;
pref_value_store.h
132
//
INVALID_STORE
is not associated with an actual PrefStore but used as
134
INVALID_STORE
= -1,
203
//
INVALID_STORE
is returned. In practice, the default PrefStore
204
// should always have a value for any registered preferencem, so
INVALID_STORE
Completed in 851 milliseconds