Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dchannel.h317 bool OnReadComplete(size_t bytes_read, size_t* next_read_size_hint);
Dchannel_unittest.cc29 return OnReadComplete(bytes_read, next_read_size_hint); in OnReadCompleteTest()
Dchannel.cc622 bool Channel::OnReadComplete(size_t bytes_read, size_t* next_read_size_hint) { in OnReadComplete() function in mojo::core::Channel
Dchannel_posix.cc464 if (!OnReadComplete(bytes_read, &next_read_size)) { in OnFileCanReadWithoutBlocking()