EscapeJSONStringImpl 107 base/json/string_escape.cc return EscapeJSONStringImpl(str, put_in_quotes, dest); EscapeJSONStringImpl 113 base/json/string_escape.cc return EscapeJSONStringImpl(str, put_in_quotes, dest); EscapeJSONStringImpl 118 base/json/string_escape.cc bool ok = EscapeJSONStringImpl(str, true, &dest); EscapeJSONStringImpl 125 base/json/string_escape.cc bool ok = EscapeJSONStringImpl(str, true, &dest);