Searched refs:OPTIONS_PRETTY_PRINT (Results 1 – 6 of 6) sorted by relevance
43 if (options & OPTIONS_PRETTY_PRINT) in WriteWithOptions()53 pretty_print_((options & OPTIONS_PRETTY_PRINT) != 0), in JSONWriter()
36 OPTIONS_PRETTY_PRINT = 1 << 2, enumerator
38 options |= base::JSONWriter::OPTIONS_PRETTY_PRINT; in SerializeInternal()
72 root_dict, JSONWriter::OPTIONS_PRETTY_PRINT, &output_js)); in TEST()
257 *json, base::JSONWriter::OPTIONS_PRETTY_PRINT, &text); in ReplyJson()
1392 JSONWriter::WriteWithOptions(value, JSONWriter::OPTIONS_PRETTY_PRINT, &json); in operator <<()