Home | History | Annotate | Download | only in extensions

Lines Matching refs:html_bytes

189   scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
190 html_bytes->data.resize(full_html.size());
191 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin());
193 SendResponse(request_id, html_bytes);