/external/chromium/chrome/browser/ui/webui/ |
D | conflicts_ui.cc | 95 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()
|
D | flags_ui.cc | 110 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()
|
D | remoting_ui.cc | 48 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()
|
D | textfields_ui.cc | 31 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()
|
D | plugins_ui.cc | 116 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()
|
D | ntp_resource_cache.cc | 250 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 …]
|
D | crashes_ui.cc | 85 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()
|
D | downloads_ui.cc | 113 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()
|
D | print_preview_ui_html_source.cc | 123 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()
|
D | slideshow_ui.cc | 122 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()
|
D | gpu_internals_ui.cc | 171 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()
|
D | mediaplayer_ui.cc | 173 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()
|
D | history_ui.cc | 101 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()
|
D | history2_ui.cc | 101 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()
|
D | active_downloads_ui.cc | 180 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/ |
D | login_ui_helpers.cc | 34 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()
|
D | login_ui.cc | 43 std::string full_html = html_operations_->GetFullHTML(login_html, in StartDataRequest() local 46 html_operations_->CreateHTMLBytes(full_html)); in StartDataRequest()
|
D | login_ui_helpers.h | 32 virtual RefCountedBytes* CreateHTMLBytes(std::string full_html);
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
D | proxy_settings_ui.cc | 55 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()
|
D | system_info_ui.cc | 142 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()
|
D | choose_mobile_network_ui.cc | 121 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()
|
D | keyboard_overlay_ui.cc | 251 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/ |
D | options_ui.cc | 118 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()
|
D | extension_settings_handler.cc | 182 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/ |
D | extensions_ui.cc | 183 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()
|