OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsyncReadComplete
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ipc/
ipc_channel_reader.h
43
bool
AsyncReadComplete
(int bytes_read);
66
// calling
AsyncReadComplete
with the number of bytes read into the
ipc_channel_reader.cc
37
bool ChannelReader::
AsyncReadComplete
(int bytes_read) {
ipc_channel_win.cc
446
ok =
AsyncReadComplete
(bytes_transfered);
Completed in 135 milliseconds