Home
last modified time | relevance | path

Searched refs:pretty_print_ (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/json/
Djson_writer.cc53 pretty_print_((options & OPTIONS_PRETTY_PRINT) != 0), in JSONWriter()
123 if (pretty_print_) in BuildJSONString()
136 if (pretty_print_) in BuildJSONString()
146 if (pretty_print_) in BuildJSONString()
154 if (pretty_print_) in BuildJSONString()
169 if (pretty_print_) in BuildJSONString()
173 if (pretty_print_) in BuildJSONString()
178 if (pretty_print_) in BuildJSONString()
187 if (pretty_print_) { in BuildJSONString()
Djson_string_value_serializer.h34 void set_pretty_print(bool new_value) { pretty_print_ = new_value; } in set_pretty_print()
35 bool pretty_print() { return pretty_print_; } in pretty_print()
42 bool pretty_print_; // If true, serialization will span multiple lines. variable
Djson_string_value_serializer.cc15 pretty_print_(false) { in JSONStringValueSerializer()
37 if (pretty_print_) in SerializeInternal()
Djson_writer.h65 bool pretty_print_; variable