Home
last modified time | relevance | path

Searched refs:full_html (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium/chrome/browser/ui/webui/
Dconflicts_ui.cc95 std::string full_html(flags_html.data(), flags_html.size()); in StartDataRequest() local
96 jstemplate_builder::AppendJsonHtml(&localized_strings, &full_html); in StartDataRequest()
97 jstemplate_builder::AppendI18nTemplateSourceHtml(&full_html); in StartDataRequest()
98 jstemplate_builder::AppendI18nTemplateProcessHtml(&full_html); in StartDataRequest()
99 jstemplate_builder::AppendJsTemplateSourceHtml(&full_html); in StartDataRequest()
102 html_bytes->data.resize(full_html.size()); in StartDataRequest()
103 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
Dflags_ui.cc110 std::string full_html(flags_html.data(), flags_html.size()); in StartDataRequest() local
111 jstemplate_builder::AppendJsonHtml(&localized_strings, &full_html); in StartDataRequest()
112 jstemplate_builder::AppendI18nTemplateSourceHtml(&full_html); in StartDataRequest()
113 jstemplate_builder::AppendI18nTemplateProcessHtml(&full_html); in StartDataRequest()
114 jstemplate_builder::AppendJsTemplateSourceHtml(&full_html); in StartDataRequest()
117 html_bytes->data.resize(full_html.size()); in StartDataRequest()
118 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
Dremoting_ui.cc48 std::string full_html = "remoting"; in StartDataRequest() local
51 html_bytes->data.resize(full_html.size()); in StartDataRequest()
52 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
Dtextfields_ui.cc31 const std::string full_html = ResourceBundle::GetSharedInstance() in StartDataRequest() local
35 html_bytes->data.resize(full_html.size()); in StartDataRequest()
36 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
Dplugins_ui.cc116 std::string full_html(plugins_html.data(), plugins_html.size()); in StartDataRequest() local
117 jstemplate_builder::AppendJsonHtml(&localized_strings, &full_html); in StartDataRequest()
118 jstemplate_builder::AppendI18nTemplateSourceHtml(&full_html); in StartDataRequest()
119 jstemplate_builder::AppendI18nTemplateProcessHtml(&full_html); in StartDataRequest()
120 jstemplate_builder::AppendJsTemplateSourceHtml(&full_html); in StartDataRequest()
123 html_bytes->data.resize(full_html.size()); in StartDataRequest()
124 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
Dntp_resource_cache.cc250 std::string full_html = jstemplate_builder::GetI18nTemplateHtml( in CreateNewTabIncognitoHTML() local
254 new_tab_incognito_html_->data.resize(full_html.size()); in CreateNewTabIncognitoHTML()
255 std::copy(full_html.begin(), full_html.end(), in CreateNewTabIncognitoHTML()
392 std::string full_html; in CreateNewTabHTML() local
396 full_html = jstemplate_builder::GetI18nTemplateHtml(new_tab_html, in CreateNewTabHTML()
412 full_html.assign(new_tab_html.data(), pos); in CreateNewTabHTML()
413 full_html.append(json_html); in CreateNewTabHTML()
415 full_html.append(new_tab_html.data() + after_offset, in CreateNewTabHTML()
419 full_html.assign(new_tab_html.data(), new_tab_html.size()); in CreateNewTabHTML()
424 new_tab_html_->data.resize(full_html.size()); in CreateNewTabHTML()
[all …]
Dcrashes_ui.cc85 std::string full_html = in StartDataRequest() local
87 jstemplate_builder::AppendJsTemplateSourceHtml(&full_html); in StartDataRequest()
90 html_bytes->data.resize(full_html.size()); in StartDataRequest()
91 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
Ddownloads_ui.cc113 const std::string full_html = jstemplate_builder::GetI18nTemplateHtml( in StartDataRequest() local
117 html_bytes->data.resize(full_html.size()); in StartDataRequest()
118 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
Dprint_preview_ui_html_source.cc123 const std::string full_html = jstemplate_builder::GetI18nTemplateHtml( in StartDataRequest() local
127 html_bytes->data.resize(full_html.size()); in StartDataRequest()
128 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
Dslideshow_ui.cc122 const std::string full_html = jstemplate_builder::GetI18nTemplateHtml( in StartDataRequest() local
126 html_bytes->data.resize(full_html.size()); in StartDataRequest()
127 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
Dgpu_internals_ui.cc171 std::string full_html(gpu_html.data(), gpu_html.size()); in StartDataRequest() local
172 jstemplate_builder::AppendJsonHtml(&localized_strings, &full_html); in StartDataRequest()
173 jstemplate_builder::AppendI18nTemplateSourceHtml(&full_html); in StartDataRequest()
174 jstemplate_builder::AppendI18nTemplateProcessHtml(&full_html); in StartDataRequest()
175 jstemplate_builder::AppendJsTemplateSourceHtml(&full_html); in StartDataRequest()
179 html_bytes->data.resize(full_html.size()); in StartDataRequest()
180 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
Dmediaplayer_ui.cc173 std::string full_html; in StartDataRequest() local
184 full_html = jstemplate_builder::GetI18nTemplateHtml( in StartDataRequest()
187 full_html = jstemplate_builder::GetI18nTemplateHtml( in StartDataRequest()
192 html_bytes->data.resize(full_html.size()); in StartDataRequest()
193 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
Dhistory_ui.cc101 const std::string full_html = jstemplate_builder::GetI18nTemplateHtml( in StartDataRequest() local
105 html_bytes->data.resize(full_html.size()); in StartDataRequest()
106 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
Dhistory2_ui.cc101 const std::string full_html = jstemplate_builder::GetI18nTemplateHtml( in StartDataRequest() local
105 html_bytes->data.resize(full_html.size()); in StartDataRequest()
106 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
Dactive_downloads_ui.cc180 const std::string full_html = jstemplate_builder::GetI18nTemplateHtml( in StartDataRequest() local
184 html_bytes->data.resize(full_html.size()); in StartDataRequest()
185 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
/external/chromium/chrome/browser/ui/webui/chromeos/login/
Dlogin_ui_helpers.cc34 std::string full_html) { in CreateHTMLBytes() argument
36 html_bytes->data.resize(full_html.size()); in CreateHTMLBytes()
37 std::copy(full_html.begin(), in CreateHTMLBytes()
38 full_html.end(), in CreateHTMLBytes()
Dlogin_ui.cc43 std::string full_html = html_operations_->GetFullHTML(login_html, in StartDataRequest() local
46 html_operations_->CreateHTMLBytes(full_html)); in StartDataRequest()
Dlogin_ui_helpers.h32 virtual RefCountedBytes* CreateHTMLBytes(std::string full_html);
/external/chromium/chrome/browser/ui/webui/chromeos/
Dproxy_settings_ui.cc55 const std::string full_html = jstemplate_builder::GetI18nTemplateHtml( in StartDataRequest() local
59 html_bytes->data.resize(full_html.size()); in StartDataRequest()
60 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
Dsystem_info_ui.cc142 const std::string full_html = jstemplate_builder::GetTemplatesHtml( in SyslogsComplete() local
146 html_bytes->data.resize(full_html.size()); in SyslogsComplete()
147 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in SyslogsComplete()
Dchoose_mobile_network_ui.cc121 const std::string& full_html = jstemplate_builder::GetI18nTemplateHtml( in StartDataRequest() local
125 html_bytes->data.resize(full_html.size()); in StartDataRequest()
126 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
Dkeyboard_overlay_ui.cc251 const std::string full_html = jstemplate_builder::GetI18nTemplateHtml( in StartDataRequest() local
255 html_bytes->data.resize(full_html.size()); in StartDataRequest()
256 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
/external/chromium/chrome/browser/ui/webui/options/
Doptions_ui.cc118 const std::string full_html = jstemplate_builder::GetI18nTemplateHtml( in StartDataRequest() local
122 html_bytes->data.resize(full_html.size()); in StartDataRequest()
123 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
Dextension_settings_handler.cc182 std::string full_html(extensions_html.data(), extensions_html.size()); in StartDataRequest() local
183 jstemplate_builder::AppendJsonHtml(&localized_strings, &full_html); in StartDataRequest()
184 jstemplate_builder::AppendI18nTemplateSourceHtml(&full_html); in StartDataRequest()
185 jstemplate_builder::AppendI18nTemplateProcessHtml(&full_html); in StartDataRequest()
186 jstemplate_builder::AppendJsTemplateSourceHtml(&full_html); in StartDataRequest()
189 html_bytes->data.resize(full_html.size()); in StartDataRequest()
190 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
/external/chromium/chrome/browser/extensions/
Dextensions_ui.cc183 std::string full_html(extensions_html.data(), extensions_html.size()); in StartDataRequest() local
184 jstemplate_builder::AppendJsonHtml(&localized_strings, &full_html); in StartDataRequest()
185 jstemplate_builder::AppendI18nTemplateSourceHtml(&full_html); in StartDataRequest()
186 jstemplate_builder::AppendI18nTemplateProcessHtml(&full_html); in StartDataRequest()
187 jstemplate_builder::AppendJsTemplateSourceHtml(&full_html); in StartDataRequest()
190 html_bytes->data.resize(full_html.size()); in StartDataRequest()
191 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()

12