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 56 JSONWriter(bool escape, 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 40 bool omit_binary_values = !!(options & OPTIONS_OMIT_BINARY_VALUES); local
45 JSONWriter writer(escape, omit_binary_values, omit_double_type_preservation,
53 JSONWriter::JSONWriter(bool escape, bool omit_binary_values,
57 omit_binary_values_(omit_binary_values),
json_file_value_serializer.cc 28 bool omit_binary_values) {
32 bool result = omit_binary_values ?

Completed in 244 milliseconds