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

  /external/chromium_org/base/json/
json_string_value_serializer.cc 16 return SerializeInternal(root, false);
21 return SerializeInternal(root, true);
24 bool JSONStringValueSerializer::SerializeInternal(const Value& root,
json_file_value_serializer.cc 19 return SerializeInternal(root, false);
24 return SerializeInternal(root, true);
27 bool JSONFileValueSerializer::SerializeInternal(const base::Value& root,
json_file_value_serializer.h 75 bool SerializeInternal(const base::Value& root, bool omit_binary_values);
json_string_value_serializer.h 65 bool SerializeInternal(const base::Value& root, bool omit_binary_values);

Completed in 2865 milliseconds