HomeSort by relevance Sort by last modified time
    Searched refs:WriteCompleted (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_io_handler_posix.cc 87 WriteCompleted(0, api::serial::SEND_ERROR_SYSTEM_ERROR);
89 WriteCompleted(bytes_written, api::serial::SEND_ERROR_NONE);
serial_io_handler_win.cc 128 WriteCompleted(0, write_cancel_reason());
130 WriteCompleted(0, api::serial::SEND_ERROR_SYSTEM_ERROR);
132 WriteCompleted(
serial_io_handler.cc 67 void SerialIoHandler::WriteCompleted(int bytes_written,
115 FROM_HERE, base::Bind(&SerialIoHandler::WriteCompleted, this,
serial_io_handler.h 82 // WriteCompleted is called when the underlying async operation is completed
84 // NOTE: Implementations of Writempl should never call WriteCompleted
102 void WriteCompleted(int bytes_written, api::serial::SendError error);
109 // Queues a WriteCompleted call on the current thread. This is used to allow

Completed in 29 milliseconds