Searched refs:ReadImpl (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/serial/
H A Dserial_io_handler_posix.h17 virtual void ReadImpl() OVERRIDE;
H A Dserial_io_handler_win.h19 virtual void ReadImpl() OVERRIDE;
H A Dserial_io_handler.h77 // NOTE: Implementations of ReadImpl should never call ReadCompleted directly.
79 virtual void ReadImpl() = 0;
105 // ReadImpl to immediately signal completion with 0 bytes and an error,
H A Dserial_io_handler_posix.cc16 void SerialIoHandlerPosix::ReadImpl() { function in class:extensions::SerialIoHandlerPosix
H A Dserial_io_handler.cc42 ReadImpl();
H A Dserial_io_handler_win.cc38 void SerialIoHandlerWin::ReadImpl() { function in class:extensions::SerialIoHandlerWin
/external/chromium_org/ppapi/proxy/
H A Dtcp_socket_private_resource.cc82 return ReadImpl(buffer, bytes_to_read, callback);
H A Dtcp_socket_resource.cc95 return ReadImpl(buffer, bytes_to_read, callback);
H A Dtcp_socket_resource_base.h86 int32_t ReadImpl(char* buffer,
H A Dtcp_socket_resource_base.cc220 int32_t TCPSocketResourceBase::ReadImpl( function in class:ppapi::proxy::TCPSocketResourceBase

Completed in 127 milliseconds