Home | History | Annotate | Download | only in chromeos

Lines Matching defs:full_html

428   const std::string full_html = jstemplate_builder::GetI18nTemplateHtml(
432 html_bytes->data.resize(full_html.size());
433 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin());