OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadImpl
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/serial/
serial_io_handler_posix.h
17
virtual void
ReadImpl
() OVERRIDE;
serial_io_handler_win.h
19
virtual void
ReadImpl
() OVERRIDE;
serial_io_handler.h
77
// 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,
serial_io_handler_posix.cc
16
void SerialIoHandlerPosix::
ReadImpl
() {
serial_io_handler.cc
42
ReadImpl
();
serial_io_handler_win.cc
38
void SerialIoHandlerWin::
ReadImpl
() {
/external/chromium_org/ppapi/proxy/
tcp_socket_private_resource.cc
82
return
ReadImpl
(buffer, bytes_to_read, callback);
tcp_socket_resource.cc
95
return
ReadImpl
(buffer, bytes_to_read, callback);
tcp_socket_resource_base.h
86
int32_t
ReadImpl
(char* buffer,
tcp_socket_resource_base.cc
220
int32_t TCPSocketResourceBase::
ReadImpl
(
Completed in 88 milliseconds