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

  /external/chromium_org/base/json/
json_writer.cc 45 : omit_binary_values_((options & OPTIONS_OMIT_BINARY_VALUES) != 0),
128 if (omit_binary_values_ && value->GetType() == Value::TYPE_BINARY)
160 if (omit_binary_values_ &&
196 DLOG_IF(ERROR, !omit_binary_values_) << "Cannot serialize binary value.";
197 return omit_binary_values_;
json_writer.h 58 bool omit_binary_values_; member in class:base::JSONWriter

Completed in 96 milliseconds