Home | History | Annotate | Download | only in webui

Lines Matching defs:full_html

250   std::string full_html = jstemplate_builder::GetI18nTemplateHtml(
254 new_tab_incognito_html_->data.resize(full_html.size());
255 std::copy(full_html.begin(), full_html.end(),
392 std::string full_html;
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.assign(new_tab_html.data(), new_tab_html.size());
424 new_tab_html_->data.resize(full_html.size());
425 std::copy(full_html.begin(), full_html.end(), new_tab_html_->data.begin());