HomeSort by relevance Sort by last modified time
    Searched defs:SerializeInternal (Results 1 - 2 of 2) 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,

Completed in 51 milliseconds