HomeSort by relevance Sort by last modified time
    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/
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);
single_object_invalidation_set.h 56 bool ResetFromValue(const base::ListValue& list);
unacked_invalidation_set.h 92 bool ResetFromValue(const base::DictionaryValue& value);
single_object_invalidation_set.cc 97 bool SingleObjectInvalidationSet::ResetFromValue(
object_id_invalidation_map.cc 94 bool ObjectIdInvalidationMap::ResetFromValue(const base::ListValue& value) {
unacked_invalidation_set.cc 142 bool UnackedInvalidationSet::ResetFromValue(
unacked_invalidation_set_unittest.cc 187 deserialized.ResetFromValue(*value.get());
  /external/chromium_org/components/invalidation/
invalidator_storage.cc 33 if (!value.GetDictionary(i, &dict) || !storage.ResetFromValue(*dict)) {
p2p_invalidator.cc 133 !invalidation_map_.ResetFromValue(*invalidation_map_list)) {

Completed in 146 milliseconds