OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invalid_store
(Results
1 - 10
of
10
) 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/chrome/browser/sync/sessions/
status_controller.cc
96
void StatusController::set_invalid_store(bool
invalid_store
) {
97
if (shared_.syncer_status.value().
invalid_store
!=
invalid_store
)
98
shared_.syncer_status.mutate()->
invalid_store
=
invalid_store
;
session_state_unittest.cc
46
status.
invalid_store
= true;
56
ExpectBooleanValue(status.
invalid_store
, *value, "invalidStore");
status_controller_unittest.cc
130
EXPECT_FALSE(status.syncer_status().
invalid_store
);
132
EXPECT_TRUE(status.syncer_status().
invalid_store
);
session_state.cc
46
:
invalid_store
(false),
60
value->SetBoolean("invalidStore",
invalid_store
);
session_state.h
67
// True when we get such an
INVALID_STORE
error from the server.
68
bool
invalid_store
;
member in struct:browser_sync::sessions::SyncerStatus
status_controller.h
207
void set_invalid_store(bool
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 218 milliseconds