Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dchannel.h317 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_unittest.cc29 return OnReadComplete(bytes_read, next_read_size_hint); in OnReadCompleteTest()
Dchannel_fuchsia.cc351 if (!OnReadComplete(bytes_read, &next_read_size)) { in OnZxHandleSignalled()
Dchannel_posix.cc464 if (!OnReadComplete(bytes_read, &next_read_size)) { in OnFileCanReadWithoutBlocking()
Dchannel.cc622 bool Channel::OnReadComplete(size_t bytes_read, size_t* next_read_size_hint) { in OnReadComplete() function in mojo::core::Channel