Searched refs:IndentLine (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/json/
H A Djson_writer.h56 void IndentLine(size_t depth);
H A Djson_writer.cc172 IndentLine(depth + 1U);
187 IndentLine(depth);
203 void JSONWriter::IndentLine(size_t depth) { function in class:base::JSONWriter

Completed in 61 milliseconds