/external/chromium/chrome/browser/ui/webui/chromeos/login/ |
H A D | login_ui_helpers.cc | 34 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 D | login_ui.cc | 43 std::string full_html = html_operations_->GetFullHTML(login_html, local 46 html_operations_->CreateHTMLBytes(full_html));
|
/external/chromium/chrome/browser/ui/webui/ |
H A D | remoting_ui.cc | 48 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 D | downloads_ui.cc | 113 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 D | print_preview_ui_html_source.cc | 123 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 D | textfields_ui.cc | 31 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 D | crashes_ui.cc | 85 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 D | history2_ui.cc | 101 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 D | history_ui.cc | 101 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 D | slideshow_ui.cc | 122 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 D | active_downloads_ui.cc | 180 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());
|
H A D | ntp_resource_cache.cc | 250 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 D | bug_report_ui.cc | 370 const std::string full_html = jstemplate_builder::GetI18nTemplateHtml( local 374 html_bytes->data.resize(full_html.size()); 375 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin());
|
H A D | mediaplayer_ui.cc | 173 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());
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
H A D | proxy_settings_ui.cc | 55 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 D | keyboard_overlay_ui.cc | 251 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());
|
H A D | system_info_ui.cc | 142 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 D | choose_mobile_network_ui.cc | 121 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 D | sim_unlock_ui.cc | 298 const std::string& full_html = jstemplate_builder::GetI18nTemplateHtml( local 302 html_bytes->data.resize(full_html.size()); 303 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin());
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
H A D | proxy_settings_ui.cc | 77 std::string full_html = webui::GetI18nTemplateHtml( local 80 callback.Run(base::RefCountedString::TakeString(&full_html));
|
H A D | system_info_ui.cc | 157 std::string full_html = webui::GetTemplatesHtml( local 159 callback_.Run(base::RefCountedString::TakeString(&full_html));
|
H A D | mobile_setup_ui.cc | 271 std::string full_html; local 276 full_html = webui::GetI18nTemplateHtml(html_for_activated, &strings); 281 full_html = webui::GetI18nTemplateHtml(html_for_non_activated, &strings); 284 callback.Run(base::RefCountedString::TakeString(&full_html));
|
/external/chromium_org/chrome/browser/ui/webui/ntp/android/ |
H A D | ntp_resource_cache_android.cc | 129 std::string full_html; local 141 full_html.assign(new_tab_html.data(), pos); 142 full_html.append(json_html); 144 full_html.append(new_tab_html.data() + after_offset, 148 full_html.assign(new_tab_html.data(), new_tab_html.size()); 151 new_tab_html_ = base::RefCountedString::TakeString(&full_html);
|
/external/chromium/chrome/browser/ui/webui/options/ |
H A D | options_ui.cc | 118 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_org/chrome/browser/ui/webui/ntp/ |
H A D | ntp_resource_cache.cc | 328 std::string full_html = webui::GetI18nTemplateHtml( local 331 new_tab_incognito_html_ = base::RefCountedString::TakeString(&full_html); 505 std::string full_html = local 507 new_tab_html_ = base::RefCountedString::TakeString(&full_html);
|