OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendError
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/device/serial/
serial_io_handler.h
55
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_;
serial_io_handler.cc
127
serial::
SendError
error) {
159
void SerialIoHandler::CancelWrite(serial::
SendError
reason) {
176
serial::
SendError
error) {
serial_connection.cc
68
io_handler_->CancelWrite(static_cast<serial::
SendError
>(error));
serial_connection_unittest.cc
155
send_error_ = static_cast<serial::
SendError
>(error);
182
serial::
SendError
send_error_;
/external/chromium_org/mojo/services/network/
url_loader_impl.cc
174
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
(
url_loader_impl.h
47
void
SendError
(
/external/chromium_org/extensions/browser/api/serial/
serial_connection.h
44
void(int bytes_sent, core_api::serial::
SendError
error)>
147
void OnAsyncWriteComplete(int bytes_sent, device::serial::
SendError
error);
serial_connection.cc
20
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) {
serial_api.h
184
void OnSendComplete(int bytes_sent, serial::
SendError
error);
serial_api.cc
255
serial::
SendError
error) {
/external/chromium_org/chrome/test/chromedriver/test/
webserver.py
33
def
SendError
(self, code):
140
responder.
SendError
(503)
153
responder.
SendError
(403)
156
responder.
SendError
(404)
/external/chromium_org/components/pairing/
proto_decoder.h
74
static IOBufferRefPtr
SendError
(const pairing_api::Error& message, int* size);
proto_decoder.cc
161
ProtoDecoder::IOBufferRefPtr ProtoDecoder::
SendError
(
bluetooth_host_pairing_controller.cc
87
ProtoDecoder::
SendError
(error, &size));
/external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_private_api.h
65
void
SendError
();
bluetooth_private_api.cc
197
SendError
();
209
SendError
();
212
void BluetoothPrivateSetAdapterStateFunction::
SendError
() {
/external/chromium_org/extensions/renderer/api/serial/
data_sender_unittest.cc
110
TEST_F(DataSenderTest,
SendError
) {
serial_api_unittest.cc
309
explicit SendErrorTestIoHandler(device::serial::
SendError
error)
317
device::serial::
SendError
error_;
/external/chromium_org/components/gcm_driver/
gcm_driver_desktop_unittest.cc
924
TEST_F(GCMDriverFunctionalTest,
SendError
) {
[
all
...]
/external/chromium_org/net/dns/
mdns_client_unittest.cc
[
all
...]
Completed in 1131 milliseconds