/external/chromium/chrome/browser/ui/webui/chromeos/login/ |
D | login_ui_helpers.cc | 35 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()
|
D | login_ui.cc | 45 scoped_refptr<RefCountedBytes> html_bytes( in StartDataRequest() local 48 (html_bytes.get())); in StartDataRequest()
|
/external/chromium/chrome/browser/ui/webui/ |
D | print_preview_ui_html_source.cc | 126 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()
|
D | remoting_ui.cc | 50 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()
|
D | textfields_ui.cc | 34 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()
|
D | downloads_ui.cc | 116 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()
|
D | conflicts_ui.cc | 101 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()
|
D | crashes_ui.cc | 89 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()
|
D | flags_ui.cc | 116 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()
|
D | slideshow_ui.cc | 125 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()
|
D | collected_cookies_ui_delegate.cc | 123 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()
|
D | plugins_ui.cc | 122 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()
|
D | history_ui.cc | 104 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()
|
D | history2_ui.cc | 104 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/ |
D | proxy_settings_ui.cc | 58 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()
|
D | system_info_ui.cc | 145 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()
|
D | choose_mobile_network_ui.cc | 124 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()
|
D | register_page_ui.cc | 180 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()
|
D | enterprise_enrollment_ui.cc | 247 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()
|
D | keyboard_overlay_ui.cc | 254 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/ |
D | cloud_print_setup_source.cc | 123 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/ |
D | remoting_resources_source.cc | 144 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/ |
D | login_prompt_ui.cc | 50 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/ |
D | options_ui.cc | 121 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/ |
D | browser_signin.cc | 70 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()
|