Searched refs:BuildJSONString (Results 1 – 2 of 2) sorted by relevance
41 writer.BuildJSONString(node, 0, escape); in WriteWithOptionalEscape()52 void JSONWriter::BuildJSONString(const Value* const node, in BuildJSONString() function in base::JSONWriter134 BuildJSONString(value, depth, escape); in BuildJSONString()172 BuildJSONString(value, depth + 1, escape); in BuildJSONString()
47 void BuildJSONString(const Value* const node, int depth, bool escape);