HomeSort by relevance Sort by last modified time
    Searched refs:pretty_print_ (Results 1 - 6 of 6) sorted by null

  /external/libchrome/base/json/
json_string_value_serializer.h 34 void set_pretty_print(bool new_value) { pretty_print_ = new_value; }
35 bool pretty_print() { return pretty_print_; }
42 bool pretty_print_; // If true, serialization will span multiple lines. member in class:JSONStringValueSerializer
json_writer.cc 53 pretty_print_((options & OPTIONS_PRETTY_PRINT) != 0),
123 if (pretty_print_)
138 if (pretty_print_)
148 if (pretty_print_)
156 if (pretty_print_)
172 if (pretty_print_)
176 if (pretty_print_)
181 if (pretty_print_)
190 if (pretty_print_) {
json_string_value_serializer.cc 15 pretty_print_(false) {
37 if (pretty_print_)
json_writer.h 63 bool pretty_print_; member in class:base::JSONWriter
  /external/libweave/third_party/chromium/base/json/
json_writer.cc 53 pretty_print_((options & OPTIONS_PRETTY_PRINT) != 0),
123 if (pretty_print_)
138 if (pretty_print_)
148 if (pretty_print_)
156 if (pretty_print_)
172 if (pretty_print_)
176 if (pretty_print_)
181 if (pretty_print_)
190 if (pretty_print_) {
json_writer.h 63 bool pretty_print_; member in class:base::JSONWriter

Completed in 176 milliseconds