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

  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_io_handler.h 85 // directly. Use QueueWriteCompleted instead to avoid reentrancy.
112 void QueueWriteCompleted(int bytes_written, api::serial::SendError error);
serial_io_handler.cc 112 void SerialIoHandler::QueueWriteCompleted(int bytes_written,
serial_io_handler_win.cc 70 QueueWriteCompleted(0, api::serial::SEND_ERROR_SYSTEM_ERROR);

Completed in 23 milliseconds