Searched refs:OnReadComplete (Results 1 – 4 of 4) sorted by relevance
317 bool OnReadComplete(size_t bytes_read, size_t* next_read_size_hint);
29 return OnReadComplete(bytes_read, next_read_size_hint); in OnReadCompleteTest()
622 bool Channel::OnReadComplete(size_t bytes_read, size_t* next_read_size_hint) { in OnReadComplete() function in mojo::core::Channel
464 if (!OnReadComplete(bytes_read, &next_read_size)) { in OnFileCanReadWithoutBlocking()