Lines Matching refs:full_html
183 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());