Searched refs:template_html (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/components/plugins/renderer/ |
D | mobile_youtube_plugin.cc | 38 base::StringPiece template_html) { in HtmlData() argument 41 return webui::GetI18nTemplateHtml(template_html, &values); in HtmlData() 76 base::StringPiece& template_html, in MobileYouTubePlugin() argument 81 HtmlData(params, template_html), in MobileYouTubePlugin()
|
D | mobile_youtube_plugin.h | 22 base::StringPiece& template_html,
|
/external/chromium_org/chrome/renderer/plugins/ |
D | chrome_plugin_placeholder.cc | 118 const base::StringPiece template_html( in CreateMissingPlugin() local 130 std::string html_data = webui::GetI18nTemplateHtml(template_html, &values); in CreateMissingPlugin() 153 const base::StringPiece template_html( in CreateErrorPlugin() local 156 std::string html_data = webui::GetI18nTemplateHtml(template_html, &values); in CreateErrorPlugin() 183 const base::StringPiece template_html( in CreateBlockedPlugin() local 186 DCHECK(!template_html.empty()) << "unable to load template. ID: " in CreateBlockedPlugin() 188 std::string html_data = webui::GetI18nTemplateHtml(template_html, &values); in CreateBlockedPlugin()
|
/external/chromium_org/chrome/browser/chromeos/offline/ |
D | offline_load_page.cc | 104 const base::StringPiece template_html( in GetHTMLContents() local 108 return webui::GetTemplatesHtml(template_html, &error_strings, "t"); in GetHTMLContents()
|
/external/chromium/chrome/browser/notifications/ |
D | desktop_notification_service.cc | 245 const base::StringPiece template_html( in CreateDataUrl() local 249 if (template_html.empty()) { in CreateDataUrl() 254 std::string data = ReplaceStringPlaceholders(template_html, subst, NULL); in CreateDataUrl()
|
/external/chromium_org/chrome/browser/notifications/ |
D | desktop_notification_service.cc | 251 const base::StringPiece template_html( in CreateDataUrl() local 255 if (template_html.empty()) { in CreateDataUrl() 260 std::string data = ReplaceStringPlaceholders(template_html, subst, NULL); in CreateDataUrl()
|
/external/chromium_org/chrome/renderer/ |
D | chrome_content_renderer_client.cc | 506 base::StringPiece template_html( in CreatePlugin() local 513 template_html, in CreatePlugin() 970 const base::StringPiece template_html( in GetNavigationErrorStrings() local 973 if (template_html.empty()) { in GetNavigationErrorStrings() 977 *error_html = webui::GetTemplatesHtml(template_html, &error_strings, "t"); in GetNavigationErrorStrings()
|
/external/chromium/chrome/browser/ |
D | browser_about_handler.cc | 1208 std::string template_html = jstemplate_builder::GetTemplateHtml( in OnDetailsAvailable() local 1211 source_->FinishDataRequest(template_html, request_id_); in OnDetailsAvailable()
|