Searched refs:html_bytes (Results 1 – 4 of 4) sorted by relevance
205 scoped_refptr<base::RefCountedString> html_bytes = new base::RefCountedString; in StartDataRequest() local206 html_bytes->data().assign(html.begin(), html.end()); in StartDataRequest()207 callback.Run(html_bytes.get()); in StartDataRequest()
110 scoped_refptr<base::RefCountedMemory> html_bytes( in StartDataRequest() local113 callback.Run(html_bytes.get()); in StartDataRequest()
346 scoped_refptr<base::RefCountedMemory> html_bytes( in StartDataRequest() local350 callback.Run(html_bytes.get()); in StartDataRequest()
83 scoped_refptr<base::RefCountedBytes> html_bytes(new base::RefCountedBytes); in DataRequestFailed() local84 callback.Run(html_bytes.get()); in DataRequestFailed()