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

  /external/libchrome/base/json/
json_writer.h 61 bool omit_binary_values_; member in class:base::JSONWriter
json_writer.cc 50 : omit_binary_values_((options & OPTIONS_OMIT_BINARY_VALUES) != 0),
133 if (omit_binary_values_ && value->GetType() == Value::TYPE_BINARY)
165 if (omit_binary_values_ &&
201 DLOG_IF(ERROR, !omit_binary_values_) << "Cannot serialize binary value.";
202 return omit_binary_values_;
  /external/libweave/third_party/chromium/base/json/
json_writer.h 61 bool omit_binary_values_; member in class:base::JSONWriter
json_writer.cc 50 : omit_binary_values_((options & OPTIONS_OMIT_BINARY_VALUES) != 0),
133 if (omit_binary_values_ && value->GetType() == Value::TYPE_BINARY)
165 if (omit_binary_values_ &&
201 DLOG_IF(ERROR, !omit_binary_values_) << "Cannot serialize binary value.";
202 return omit_binary_values_;

Completed in 246 milliseconds