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

  /external/chromium_org/base/json/
json_string_value_serializer.cc 25 bool omit_binary_values) {
30 if (omit_binary_values)
json_writer.h 47 JSONWriter(bool omit_binary_values,
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);
json_writer.cc 36 bool omit_binary_values = !!(options & OPTIONS_OMIT_BINARY_VALUES); local
41 JSONWriter writer(omit_binary_values, omit_double_type_preservation,
49 JSONWriter::JSONWriter(bool omit_binary_values,
52 : omit_binary_values_(omit_binary_values),
json_file_value_serializer.cc 28 bool omit_binary_values) {
32 bool result = omit_binary_values ?

Completed in 79 milliseconds