Searched refs:SendError (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/device/serial/
H A Dserial_io_handler.h55 void CancelWrite(serial::SendError reason);
116 void WriteCompleted(int bytes_written, serial::SendError error);
126 void QueueWriteCompleted(int bytes_written, serial::SendError error);
152 serial::SendError write_cancel_reason() const { return write_cancel_reason_; }
183 serial::SendError write_cancel_reason_;
H A Dserial_io_handler.cc127 serial::SendError error) {
159 void SerialIoHandler::CancelWrite(serial::SendError reason) {
176 serial::SendError error) {
H A Dserial_connection.cc68 io_handler_->CancelWrite(static_cast<serial::SendError>(error));
H A Dserial_connection_unittest.cc155 send_error_ = static_cast<serial::SendError>(error);
182 serial::SendError send_error_;
/external/chromium_org/mojo/services/network/
H A Durl_loader_impl.cc174 SendError(net::ERR_UNEXPECTED, callback);
179 SendError(net::ERR_INVALID_ARGUMENT, callback);
217 SendError(net::ERR_UNEXPECTED, callback);
223 SendError(net::ERR_UNEXPECTED, callback);
269 SendError(url_request->status().error(), callback_);
300 void URLLoaderImpl::SendError( function in class:mojo::URLLoaderImpl
H A Durl_loader_impl.h47 void SendError(
/external/chromium_org/chrome/test/chromedriver/test/
H A Dwebserver.py33 def SendError(self, code): member in class:Responder
140 responder.SendError(503)
153 responder.SendError(403)
156 responder.SendError(404)
/external/chromium_org/components/pairing/
H A Dproto_decoder.h74 static IOBufferRefPtr SendError(const pairing_api::Error& message, int* size);
H A Dproto_decoder.cc161 ProtoDecoder::IOBufferRefPtr ProtoDecoder::SendError( function in class:pairing_chromeos::ProtoDecoder
H A Dbluetooth_host_pairing_controller.cc87 ProtoDecoder::SendError(error, &size));
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_private_api.h65 void SendError();
H A Dbluetooth_private_api.cc197 SendError();
209 SendError();
212 void BluetoothPrivateSetAdapterStateFunction::SendError() { function in class:extensions::core_api::BluetoothPrivateSetAdapterStateFunction
/external/chromium_org/extensions/renderer/resources/
H A Dserial_service.js70 undefined: serialMojom.SendError.NONE,
71 'disconnected': serialMojom.SendError.DISCONNECTED,
72 'pending': serialMojom.SendError.PENDING,
73 'timeout': serialMojom.SendError.TIMEOUT,
74 'system_error': serialMojom.SendError.SYSTEM_ERROR,
143 sendPipe, this.options_.bufferSize, serialMojom.SendError.DISCONNECTED);
315 this.sendPipe_.cancel(serialMojom.SendError.TIMEOUT);
/external/chromium_org/extensions/browser/api/serial/
H A Dserial_connection.h44 void(int bytes_sent, core_api::serial::SendError error)>
147 void OnAsyncWriteComplete(int bytes_sent, device::serial::SendError error);
H A Dserial_connection.cc20 core_api::serial::SendError ConvertSendErrorFromMojo(
21 device::serial::SendError input) {
140 const base::Callback<void(int, device::serial::SendError)>& callback)
151 callback_.Run(bytes_read, static_cast<device::serial::SendError>(error));
156 const base::Callback<void(int, device::serial::SendError)> callback_;
371 device::serial::SendError error) {
H A Dserial_api.h184 void OnSendComplete(int bytes_sent, serial::SendError error);
H A Dserial_api.cc255 serial::SendError error) {
/external/chromium_org/extensions/renderer/api/serial/
H A Ddata_sender_unittest.cc110 TEST_F(DataSenderTest, SendError) {
H A Dserial_api_unittest.cc309 explicit SendErrorTestIoHandler(device::serial::SendError error)
317 device::serial::SendError error_;
/external/chromium_org/components/gcm_driver/
H A Dgcm_driver_desktop_unittest.cc924 TEST_F(GCMDriverFunctionalTest, SendError) {
/external/chromium_org/net/dns/
H A Dmdns_client_unittest.cc1182 TEST_F(MDnsConnectionSendTest, SendError) {

Completed in 344 milliseconds