Home
last modified time | relevance | path

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

12

/external/chromium/chrome/browser/ui/webui/chromeos/login/
Dlogin_ui_helpers.cc35 RefCountedBytes* html_bytes = new RefCountedBytes(); in CreateHTMLBytes() local
36 html_bytes->data.resize(full_html.size()); in CreateHTMLBytes()
39 html_bytes->data.begin()); in CreateHTMLBytes()
40 return html_bytes; in CreateHTMLBytes()
Dlogin_ui.cc45 scoped_refptr<RefCountedBytes> html_bytes( in StartDataRequest() local
48 (html_bytes.get())); in StartDataRequest()
/external/chromium/chrome/browser/ui/webui/
Dprint_preview_ui_html_source.cc126 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes); in StartDataRequest() local
127 html_bytes->data.resize(full_html.size()); in StartDataRequest()
128 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
130 SendResponse(request_id, html_bytes); in StartDataRequest()
137 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes); in StartDataRequest() local
138 html_bytes->data.resize(preview_data_size); in StartDataRequest()
139 std::vector<unsigned char>::iterator it = html_bytes->data.begin(); in StartDataRequest()
142 SendResponse(request_id, html_bytes); in StartDataRequest()
Dremoting_ui.cc50 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes()); in StartDataRequest() local
51 html_bytes->data.resize(full_html.size()); in StartDataRequest()
52 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
54 SendResponse(request_id, html_bytes); in StartDataRequest()
Dtextfields_ui.cc34 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes); in StartDataRequest() local
35 html_bytes->data.resize(full_html.size()); in StartDataRequest()
36 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
38 SendResponse(request_id, html_bytes); in StartDataRequest()
Ddownloads_ui.cc116 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes); in StartDataRequest() local
117 html_bytes->data.resize(full_html.size()); in StartDataRequest()
118 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
120 SendResponse(request_id, html_bytes); in StartDataRequest()
Dconflicts_ui.cc101 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes); in StartDataRequest() local
102 html_bytes->data.resize(full_html.size()); in StartDataRequest()
103 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
105 SendResponse(request_id, html_bytes); in StartDataRequest()
Dcrashes_ui.cc89 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes); in StartDataRequest() local
90 html_bytes->data.resize(full_html.size()); in StartDataRequest()
91 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
93 SendResponse(request_id, html_bytes); in StartDataRequest()
Dflags_ui.cc116 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes); in StartDataRequest() local
117 html_bytes->data.resize(full_html.size()); in StartDataRequest()
118 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
120 SendResponse(request_id, html_bytes); in StartDataRequest()
Dslideshow_ui.cc125 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes); in StartDataRequest() local
126 html_bytes->data.resize(full_html.size()); in StartDataRequest()
127 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
129 SendResponse(request_id, html_bytes); in StartDataRequest()
Dcollected_cookies_ui_delegate.cc123 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes); in StartDataRequest() local
124 html_bytes->data.resize(response.size()); in StartDataRequest()
125 std::copy(response.begin(), response.end(), html_bytes->data.begin()); in StartDataRequest()
127 SendResponse(request_id, html_bytes); in StartDataRequest()
Dplugins_ui.cc122 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes); in StartDataRequest() local
123 html_bytes->data.resize(full_html.size()); in StartDataRequest()
124 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
126 SendResponse(request_id, html_bytes); in StartDataRequest()
Dhistory_ui.cc104 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes); in StartDataRequest() local
105 html_bytes->data.resize(full_html.size()); in StartDataRequest()
106 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
108 SendResponse(request_id, html_bytes); in StartDataRequest()
Dhistory2_ui.cc104 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes); in StartDataRequest() local
105 html_bytes->data.resize(full_html.size()); in StartDataRequest()
106 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
108 SendResponse(request_id, html_bytes); in StartDataRequest()
/external/chromium/chrome/browser/ui/webui/chromeos/
Dproxy_settings_ui.cc58 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes); in StartDataRequest() local
59 html_bytes->data.resize(full_html.size()); in StartDataRequest()
60 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
62 SendResponse(request_id, html_bytes); in StartDataRequest()
Dsystem_info_ui.cc145 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes); in SyslogsComplete() local
146 html_bytes->data.resize(full_html.size()); in SyslogsComplete()
147 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in SyslogsComplete()
149 SendResponse(request_id_, html_bytes); in SyslogsComplete()
Dchoose_mobile_network_ui.cc124 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes()); in StartDataRequest() local
125 html_bytes->data.resize(full_html.size()); in StartDataRequest()
126 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
128 SendResponse(request_id, html_bytes); in StartDataRequest()
Dregister_page_ui.cc180 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes); in StartDataRequest() local
181 html_bytes->data.resize(register_html.size()); in StartDataRequest()
184 html_bytes->data.begin()); in StartDataRequest()
186 SendResponse(request_id, html_bytes); in StartDataRequest()
Denterprise_enrollment_ui.cc247 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes()); in StartDataRequest() local
248 html_bytes->data.resize(response.size()); in StartDataRequest()
249 std::copy(response.begin(), response.end(), html_bytes->data.begin()); in StartDataRequest()
250 SendResponse(request_id, html_bytes); in StartDataRequest()
Dkeyboard_overlay_ui.cc254 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes); in StartDataRequest() local
255 html_bytes->data.resize(full_html.size()); in StartDataRequest()
256 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
258 SendResponse(request_id, html_bytes); in StartDataRequest()
/external/chromium/chrome/browser/printing/cloud_print/
Dcloud_print_setup_source.cc123 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes); in StartDataRequest() local
124 html_bytes->data.resize(response.size()); in StartDataRequest()
125 std::copy(response.begin(), response.end(), html_bytes->data.begin()); in StartDataRequest()
126 SendResponse(request_id, html_bytes); in StartDataRequest()
/external/chromium/chrome/browser/remoting/
Dremoting_resources_source.cc144 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes); in StartDataRequest() local
145 html_bytes->data.resize(response.size()); in StartDataRequest()
146 std::copy(response.begin(), response.end(), html_bytes->data.begin()); in StartDataRequest()
147 SendResponse(request_id, html_bytes); in StartDataRequest()
/external/chromium/chrome/browser/ui/login/
Dlogin_prompt_ui.cc50 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes); in StartDataRequest() local
51 html_bytes->data.resize(response.size()); in StartDataRequest()
52 std::copy(response.begin(), response.end(), html_bytes->data.begin()); in StartDataRequest()
53 SendResponse(request_id, html_bytes); in StartDataRequest()
/external/chromium/chrome/browser/ui/webui/options/
Doptions_ui.cc121 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes); in StartDataRequest() local
122 html_bytes->data.resize(full_html.size()); in StartDataRequest()
123 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin()); in StartDataRequest()
125 SendResponse(request_id, html_bytes); in StartDataRequest()
/external/chromium/chrome/browser/
Dbrowser_signin.cc70 scoped_refptr<RefCountedBytes> html_bytes(new RefCountedBytes); in StartDataRequest() local
71 html_bytes->data.resize(response.size()); in StartDataRequest()
72 std::copy(response.begin(), response.end(), html_bytes->data.begin()); in StartDataRequest()
73 SendResponse(request_id, html_bytes); in StartDataRequest()

12