OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResetFromValue
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/sync/internal_api/public/base/
ack_handle.h
31
bool
ResetFromValue
(const base::DictionaryValue& value);
ack_handle.cc
43
bool AckHandle::
ResetFromValue
(const base::DictionaryValue& value) {
/external/chromium_org/sync/notifier/
single_object_invalidation_set.h
55
bool
ResetFromValue
(const base::ListValue& list);
object_id_invalidation_map_unittest.cc
82
deserialized.
ResetFromValue
(*value.get());
90
deserialized.
ResetFromValue
(*value.get());
98
deserialized.
ResetFromValue
(*value.get());
single_object_invalidation_set_unittest.cc
81
deserialized.
ResetFromValue
(*value.get());
92
deserialized.
ResetFromValue
(*value.get());
104
deserialized.
ResetFromValue
(*value.get());
object_id_invalidation_map.h
59
bool
ResetFromValue
(const base::ListValue& value);
unacked_invalidation_set.h
91
bool
ResetFromValue
(const base::DictionaryValue& value);
single_object_invalidation_set.cc
93
bool SingleObjectInvalidationSet::
ResetFromValue
(
object_id_invalidation_map.cc
94
bool ObjectIdInvalidationMap::
ResetFromValue
(const base::ListValue& value) {
unacked_invalidation_set.cc
136
bool UnackedInvalidationSet::
ResetFromValue
(
p2p_invalidator.cc
132
!invalidation_map_.
ResetFromValue
(*invalidation_map_list)) {
unacked_invalidation_set_unittest.cc
187
deserialized.
ResetFromValue
(*value.get());
/external/chromium_org/chrome/browser/invalidation/
invalidator_storage.cc
33
if (!value.GetDictionary(i, &dict) || !storage.
ResetFromValue
(*dict)) {
Completed in 848 milliseconds