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

  /external/chromium_org/extensions/browser/api/serial/
serial_apitest.cc 73 scoped_refptr<FakeEchoSerialIoHandler> io_handler = variable
75 EXPECT_CALL(*io_handler.get(), SetControlSignals(_)).Times(1).WillOnce(
79 serial_connection->SetIoHandlerForTest(io_handler);
  /external/chromium_org/device/serial/
serial_connection.cc 16 scoped_refptr<SerialIoHandler> io_handler,
19 : io_handler_(io_handler) {
serial_connection.h 23 SerialConnection(scoped_refptr<SerialIoHandler> io_handler,
  /external/chromium_org/base/
async_socket_io_handler_unittest.cc 30 io_handler.Initialize(socket_->handle(),
37 return io_handler.Read(&buffer_[0], sizeof(buffer_));
59 base::AsyncSocketIoHandler io_handler; member in class:__anon6814::TestSocketReader

Completed in 81 milliseconds