HomeSort by relevance Sort by last modified time
    Searched refs:SerializeInternal (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/json/
json_string_value_serializer.cc 21 return SerializeInternal(root, false);
26 return SerializeInternal(root, true);
29 bool JSONStringValueSerializer::SerializeInternal(const Value& root,
json_file_value_serializer.cc 28 return SerializeInternal(root, false);
33 return SerializeInternal(root, true);
36 bool JSONFileValueSerializer::SerializeInternal(const base::Value& root,
json_string_value_serializer.h 38 bool SerializeInternal(const base::Value& root, bool omit_binary_values);
json_file_value_serializer.h 41 bool SerializeInternal(const base::Value& root, bool omit_binary_values);

Completed in 54 milliseconds