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

  /external/libchrome/base/json/
json_writer.h 63 bool omit_binary_values_; member in class:base::JSONWriter
json_writer.cc 50 : omit_binary_values_((options & OPTIONS_OMIT_BINARY_VALUES) != 0),
131 if (omit_binary_values_ && value->GetType() == Value::Type::BINARY)
163 if (omit_binary_values_ &&
199 DLOG_IF(ERROR, !omit_binary_values_) << "Cannot serialize binary value.";
200 return omit_binary_values_;

Completed in 412 milliseconds