Searched refs:READ_PENDING (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ipc/
H A Dipc_channel_reader.h41 // Optionally call this after returning READ_PENDING from ReadData to
55 enum ReadState { READ_SUCCEEDED, READ_FAILED, READ_PENDING }; enumerator in enum:IPC::internal::ChannelReader::ReadState
65 // If the return value is READ_PENDING, it means that there was no data
H A Dipc_channel_reader.cc28 if (read_state == READ_PENDING)
H A Dipc_channel_win.cc169 return READ_PENDING;
184 return READ_PENDING;
H A Dipc_channel_nacl.cc323 return READ_PENDING;
H A Dipc_channel_posix.cc810 return READ_PENDING;

Completed in 151 milliseconds