OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EscapeJSONStringImpl
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/json/
string_escape.cc
81
bool
EscapeJSONStringImpl
(const S& str, bool put_in_quotes, std::string* dest) {
120
return
EscapeJSONStringImpl
(str, put_in_quotes, dest);
126
return
EscapeJSONStringImpl
(str, put_in_quotes, dest);
131
bool ok =
EscapeJSONStringImpl
(str, true, &dest);
138
bool ok =
EscapeJSONStringImpl
(str, true, &dest);
/external/libweave/third_party/chromium/base/json/
string_escape.cc
81
bool
EscapeJSONStringImpl
(const S& str, bool put_in_quotes, std::string* dest) {
120
return
EscapeJSONStringImpl
(str, put_in_quotes, dest);
125
bool ok =
EscapeJSONStringImpl
(str, true, &dest);
Completed in 1507 milliseconds