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

12

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

Completed in 212 milliseconds

12