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

  /external/chromium_org/base/json/
json_string_value_serializer.h 23 pretty_print_(false),
32 pretty_print_(false),
57 void set_pretty_print(bool new_value) { pretty_print_ = new_value; }
58 bool pretty_print() { return pretty_print_; }
69 bool pretty_print_; // If true, serialization will span multiple lines. member in class:JSONStringValueSerializer
json_writer.cc 48 pretty_print_((options & OPTIONS_PRETTY_PRINT) != 0),
118 if (pretty_print_)
133 if (pretty_print_)
143 if (pretty_print_)
151 if (pretty_print_)
167 if (pretty_print_)
171 if (pretty_print_)
176 if (pretty_print_)
185 if (pretty_print_) {
json_writer.h 60 bool pretty_print_; member in class:base::JSONWriter
json_string_value_serializer.cc 32 if (pretty_print_)

Completed in 340 milliseconds