Home | History | Annotate | Download | only in common

Lines Matching refs:json

19                             const DictionaryValue* json,
22 AppendJsonHtml(json, &output);
29 const DictionaryValue* json) {
31 AppendJsonHtml(json, &output);
38 const DictionaryValue* json,
43 AppendJsonHtml(json, &output);
49 void AppendJsonHtml(const DictionaryValue* json, std::string* output) {
50 // Convert the template data to a json string.
51 DCHECK(json) << "must include json data structure";
55 serializer.Serialize(*json);