Searched defs:JsonDoubleQuote (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/json/
H A Dstring_escape.cc80 void JsonDoubleQuote(const std::string& str, function in namespace:base
88 JsonDoubleQuote(str, true, &dst);
92 void JsonDoubleQuote(const string16& str, function in namespace:base
100 JsonDoubleQuote(str, true, &dst);

Completed in 52 milliseconds