Home | History | Annotate | Download | only in browser

Lines Matching refs:html_bytes

1075   scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes);
1076 html_bytes->data.resize(response.size());
1077 std::copy(response.begin(), response.end(), html_bytes->data.begin());
1078 SendResponse(request_id, html_bytes);