OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EscapeJSONString
(Results
1 - 11
of
11
) sorted by null
/external/libchrome/base/json/
string_escape.h
28
BASE_EXPORT bool
EscapeJSONString
(const StringPiece& str,
35
BASE_EXPORT bool
EscapeJSONString
(const StringPiece16& str,
string_escape_unittest.cc
36
EscapeJSONString
(in_ptr, false, &out);
41
bool convert_ok =
EscapeJSONString
(in_str, false, &out);
54
EscapeJSONString
(in, false, &out);
59
EscapeJSONString
(in, true, &out_quoted);
71
EscapeJSONString
(in, false, &out);
95
EscapeJSONString
(in, false, &out);
106
EscapeJSONString
(in, false, &out);
111
EscapeJSONString
(in, true, &out_quoted);
123
EscapeJSONString
(in, false, &out);
137
EXPECT_TRUE(
EscapeJSONString
(test, false, &actual))
[
all
...]
string_escape.cc
117
bool
EscapeJSONString
(const StringPiece& str,
123
bool
EscapeJSONString
(const StringPiece16& str,
json_writer.cc
117
EscapeJSONString
(value, true, json_string_);
179
EscapeJSONString
(itr.key(), true, json_string_);
/external/libweave/third_party/chromium/base/json/
string_escape.h
28
bool
EscapeJSONString
(const StringPiece& str,
string_escape_unittest.cc
36
EscapeJSONString
(in_ptr, false, &out);
41
bool convert_ok =
EscapeJSONString
(in_str, false, &out);
54
EscapeJSONString
(in, false, &out);
59
EscapeJSONString
(in, true, &out_quoted);
71
EscapeJSONString
(in, false, &out);
json_writer.cc
117
EscapeJSONString
(value, true, json_string_);
179
EscapeJSONString
(itr.key(), true, json_string_);
string_escape.cc
117
bool
EscapeJSONString
(const StringPiece& str,
/external/libchrome/base/trace_event/
heap_profiler_type_name_deduplicator.cc
56
// |
EscapeJSONString
| appends, it does not overwrite |buffer|.
58
EscapeJSONString
(it->first, put_in_quotes, &buffer);
trace_event_impl.cc
264
EscapeJSONString
(value.as_string ? value.as_string : "NULL", true, out);
/external/libchrome/base/metrics/
statistics_recorder.cc
167
EscapeJSONString
(query, true, &output);
Completed in 427 milliseconds