Home
last modified time | relevance | path

Searched refs:OnReadComplete (Results 1 – 4 of 4) sorted by relevance

/external/libmojo/mojo/edk/system/
Dchannel.h259 bool OnReadComplete(size_t bytes_read, size_t* next_read_size_hint);
Dchannel_win.cc243 if (OnReadComplete(bytes_read, &next_read_size)) { in OnReadDone()
Dchannel_posix.cc317 if (!OnReadComplete(bytes_read, &next_read_size)) { in OnFileCanReadWithoutBlocking()
Dchannel.cc573 bool Channel::OnReadComplete(size_t bytes_read, size_t *next_read_size_hint) { in OnReadComplete() function in mojo::edk::Channel