Searched refs:WriteWithOptions (Results 1 – 6 of 6) sorted by relevance
71 EXPECT_TRUE(JSONWriter::WriteWithOptions( in TEST()116 EXPECT_TRUE(JSONWriter::WriteWithOptions( in TEST()127 EXPECT_TRUE(JSONWriter::WriteWithOptions( in TEST()138 EXPECT_TRUE(JSONWriter::WriteWithOptions( in TEST()148 EXPECT_TRUE(JSONWriter::WriteWithOptions( in TEST()
29 return WriteWithOptions(node, 0, json); in Write()33 bool JSONWriter::WriteWithOptions(const Value& node, in WriteWithOptions() function in base::JSONWriter
49 static bool WriteWithOptions(const Value& node,
40 return base::JSONWriter::WriteWithOptions(root, options, json_string_); in SerializeInternal()
256 base::JSONWriter::WriteWithOptions( in ReplyJson()
1392 JSONWriter::WriteWithOptions(value, JSONWriter::OPTIONS_PRETTY_PRINT, &json); in operator <<()