OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BuildJSONString
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/json/
json_writer.cc
41
writer.
BuildJSONString
(node, 0, escape);
52
void JSONWriter::
BuildJSONString
(const Value* const node,
134
BuildJSONString
(value, depth, escape);
172
BuildJSONString
(value, depth + 1, escape);
/external/chromium_org/base/json/
json_writer.cc
47
writer.
BuildJSONString
(node, 0);
64
void JSONWriter::
BuildJSONString
(const Value* const node, int depth) {
156
BuildJSONString
(value, depth);
195
BuildJSONString
(&itr.value(), depth + 1);
Completed in 24 milliseconds