Home
last modified time | relevance | path

Searched refs:put_in_quotes (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/json/
Dstring_escape.cc81 bool EscapeJSONStringImpl(const S& str, bool put_in_quotes, std::string* dest) { in EscapeJSONStringImpl() argument
84 if (put_in_quotes) in EscapeJSONStringImpl()
109 if (put_in_quotes) in EscapeJSONStringImpl()
118 bool put_in_quotes, in EscapeJSONString() argument
120 return EscapeJSONStringImpl(str, put_in_quotes, dest); in EscapeJSONString()
124 bool put_in_quotes, in EscapeJSONString() argument
126 return EscapeJSONStringImpl(str, put_in_quotes, dest); in EscapeJSONString()
144 bool put_in_quotes) { in EscapeBytesAsInvalidJSONString() argument
147 if (put_in_quotes) in EscapeBytesAsInvalidJSONString()
161 if (put_in_quotes) in EscapeBytesAsInvalidJSONString()
Dstring_escape.h29 bool put_in_quotes,
36 bool put_in_quotes,
56 bool put_in_quotes);
/external/libweave/third_party/chromium/base/json/
Dstring_escape.cc81 bool EscapeJSONStringImpl(const S& str, bool put_in_quotes, std::string* dest) { in EscapeJSONStringImpl() argument
84 if (put_in_quotes) in EscapeJSONStringImpl()
109 if (put_in_quotes) in EscapeJSONStringImpl()
118 bool put_in_quotes, in EscapeJSONString() argument
120 return EscapeJSONStringImpl(str, put_in_quotes, dest); in EscapeJSONString()
131 bool put_in_quotes) { in EscapeBytesAsInvalidJSONString() argument
134 if (put_in_quotes) in EscapeBytesAsInvalidJSONString()
148 if (put_in_quotes) in EscapeBytesAsInvalidJSONString()
Dstring_escape.h29 bool put_in_quotes,
48 bool put_in_quotes);
/external/libchrome/base/trace_event/
Dheap_profiler_type_name_deduplicator.cc57 bool put_in_quotes = true; in AppendAsTraceFormat() local
58 EscapeJSONString(it->first, put_in_quotes, &buffer); in AppendAsTraceFormat()