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

  /external/chromium_org/ui/base/webui/
jstemplate_builder.cc 35 std::string GetTemplateHtml(const base::StringPiece& html_template,
38 std::string output(html_template.data(), html_template.size());
45 std::string GetI18nTemplateHtml(const base::StringPiece& html_template,
47 std::string output(html_template.data(), html_template.size());
54 std::string GetTemplatesHtml(const base::StringPiece& html_template,
57 std::string output(html_template.data(), html_template.size());
jstemplate_builder.h 43 const base::StringPiece& html_template,
51 const base::StringPiece& html_template,
58 const base::StringPiece& html_template,
  /external/chromium_org/components/dom_distiller/core/
viewer.cc 110 base::StringPiece html_template = local
124 return ReplaceStringPlaceholders(html_template, substitutions, NULL);
  /external/chromium_org/chrome/browser/chromeos/login/saml/
saml_browsertest.cc 125 scoped_ptr<HttpResponse> BuildHTMLResponse(const std::string& html_template,
224 const std::string& html_template,
227 std::string response_html = html_template;
    [all...]

Completed in 139 milliseconds