Home
last modified time | relevance | path

Searched refs:ReadImpl (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/device/serial/
Dtest_serial_io_handler.cc48 void TestSerialIoHandler::ReadImpl() { in ReadImpl() function in device::TestSerialIoHandler
75 ReadImpl(); in WriteImpl()
Dserial_io_handler_posix.h17 virtual void ReadImpl() OVERRIDE;
Dtest_serial_io_handler.h26 virtual void ReadImpl() OVERRIDE;
Dserial_io_handler_win.h18 virtual void ReadImpl() OVERRIDE;
Dserial_io_handler.h90 virtual void ReadImpl() = 0;
Dserial_io_handler.cc101 ReadImpl(); in Read()
Dserial_io_handler_win.cc190 void SerialIoHandlerWin::ReadImpl() { in ReadImpl() function in device::SerialIoHandlerWin
Dserial_io_handler_posix.cc130 void SerialIoHandlerPosix::ReadImpl() { in ReadImpl() function in device::SerialIoHandlerPosix
/external/chromium_org/mojo/system/
Draw_channel_posix.cc67 IOResult ReadImpl(size_t* bytes_read);
179 IOResult rv = ReadImpl(bytes_read); in Read()
407 RawChannel::IOResult RawChannelPosix::ReadImpl(size_t* bytes_read) { in ReadImpl() function in mojo::system::__anonaac36c020111::RawChannelPosix
/external/chromium_org/ppapi/proxy/
Dtcp_socket_private_resource.cc82 return ReadImpl(buffer, bytes_to_read, callback); in Read()
Dtcp_socket_resource.cc95 return ReadImpl(buffer, bytes_to_read, callback); in Read()
Dtcp_socket_resource_base.h86 int32_t ReadImpl(char* buffer,
Dtcp_socket_resource_base.cc201 int32_t TCPSocketResourceBase::ReadImpl( in ReadImpl() function in ppapi::proxy::TCPSocketResourceBase
/external/chromium_org/extensions/renderer/api/serial/
Dserial_api_unittest.cc327 virtual void ReadImpl() OVERRIDE { in ReadImpl() function in extensions::__anon207414ab0111::FixedDataReceiveTestIoHandler
348 virtual void ReadImpl() OVERRIDE { QueueReadCompleted(0, error_); } in ReadImpl() function in extensions::__anon207414ab0111::ReceiveErrorTestIoHandler