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 93 WriteCompleted(0, api::serial::SEND_ERROR_SYSTEM_ERROR);
95 WriteCompleted(bytes_written, api::serial::SEND_ERROR_NONE);
serial_io_handler_win.cc 132 WriteCompleted(0, write_cancel_reason());
134 WriteCompleted(0, api::serial::SEND_ERROR_SYSTEM_ERROR);
136 WriteCompleted(
serial_io_handler.cc 75 void SerialIoHandler::WriteCompleted(int bytes_written,
123 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 76 milliseconds