OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INVALID_STORE
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/prefs/
pref_value_store.cc
11
type_(PrefValueStore::
INVALID_STORE
) {
127
DCHECK(new_store !=
INVALID_STORE
);
132
if (controller ==
INVALID_STORE
|| controller >= new_store)
164
effective_store ==
INVALID_STORE
;
170
effective_store ==
INVALID_STORE
;
205
return
INVALID_STORE
;
pref_value_store.h
121
//
INVALID_STORE
is not associated with an actual PrefStore but used as
123
INVALID_STORE
= -1,
193
//
INVALID_STORE
is returned. In practice, the default PrefStore
194
// should always have a value for any registered preferencem, so
INVALID_STORE
/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 134 milliseconds