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

  /external/libchrome/base/json/
string_escape.h 26 // If |put_in_quotes| is true, then a leading and trailing double-quote mark
29 bool put_in_quotes,
36 bool put_in_quotes,
40 // instead of appending. |put_in_quotes| is always true.
56 bool put_in_quotes);
string_escape.cc 81 bool EscapeJSONStringImpl(const S& str, bool put_in_quotes, std::string* dest) {
84 if (put_in_quotes)
109 if (put_in_quotes)
118 bool put_in_quotes,
120 return EscapeJSONStringImpl(str, put_in_quotes, dest);
124 bool put_in_quotes,
126 return EscapeJSONStringImpl(str, put_in_quotes, dest);
144 bool put_in_quotes) {
147 if (put_in_quotes)
161 if (put_in_quotes)
    [all...]
  /external/libweave/third_party/chromium/base/json/
string_escape.h 26 // If |put_in_quotes| is true, then a leading and trailing double-quote mark
29 bool put_in_quotes,
33 // instead of appending. |put_in_quotes| is always true.
48 bool put_in_quotes);
string_escape.cc 81 bool EscapeJSONStringImpl(const S& str, bool put_in_quotes, std::string* dest) {
84 if (put_in_quotes)
109 if (put_in_quotes)
118 bool put_in_quotes,
120 return EscapeJSONStringImpl(str, put_in_quotes, dest);
131 bool put_in_quotes) {
134 if (put_in_quotes)
148 if (put_in_quotes)
  /external/libchrome/base/trace_event/
heap_profiler_type_name_deduplicator.cc 57 bool put_in_quotes = true; local
58 EscapeJSONString(it->first, put_in_quotes, &buffer);

Completed in 137 milliseconds