Searched defs:template_id (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/common/
H A Djstemplate_builder.cc20 const base::StringPiece& template_id) {
24 AppendJsTemplateProcessHtml(template_id, &output);
39 const base::StringPiece& template_id) {
45 AppendJsTemplateProcessHtml(template_id, &output);
83 void AppendJsTemplateProcessHtml(const base::StringPiece& template_id, argument
87 output->append(template_id.data(), template_id.size());
18 GetTemplateHtml(const base::StringPiece& html_template, const DictionaryValue* json, const base::StringPiece& template_id) argument
37 GetTemplatesHtml(const base::StringPiece& html_template, const DictionaryValue* json, const base::StringPiece& template_id) argument

Completed in 56 milliseconds