HomeSort by relevance Sort by last modified time
    Searched refs:AppendJsonHtml (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/base/webui/
jstemplate_builder.cc 39 AppendJsonHtml(json, &output);
48 AppendJsonHtml(json, &output);
60 AppendJsonHtml(json, &output);
66 void AppendJsonHtml(const base::DictionaryValue* json, std::string* output) {
jstemplate_builder.h 67 UI_BASE_EXPORT void AppendJsonHtml(const base::DictionaryValue* json,
70 // Same as AppendJsonHtml(), except does not include the <script></script>
79 // call AppendJsTemplateSourceHtml and AppendJsonHtml before calling this.
88 // should call AppendJsTemplateSourceHtml and AppendJsonHtml before calling

Completed in 1920 milliseconds