Home
last modified time | relevance | path

Searched refs:html_bytes (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/interstitials/
Dinterstitial_ui.cc205 scoped_refptr<base::RefCountedString> html_bytes = new base::RefCountedString; in StartDataRequest() local
206 html_bytes->data().assign(html.begin(), html.end()); in StartDataRequest()
207 callback.Run(html_bytes.get()); in StartDataRequest()
/external/chromium_org/chrome/browser/ui/webui/
Dapp_launcher_page_ui.cc110 scoped_refptr<base::RefCountedMemory> html_bytes( in StartDataRequest() local
113 callback.Run(html_bytes.get()); in StartDataRequest()
/external/chromium_org/chrome/browser/ui/webui/ntp/
Dnew_tab_ui.cc346 scoped_refptr<base::RefCountedMemory> html_bytes( in StartDataRequest() local
350 callback.Run(html_bytes.get()); in StartDataRequest()
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Dmobile_setup_ui.cc83 scoped_refptr<base::RefCountedBytes> html_bytes(new base::RefCountedBytes); in DataRequestFailed() local
84 callback.Run(html_bytes.get()); in DataRequestFailed()