Searched refs:OnReadComplete (Results 1 – 4 of 4) sorted by relevance
259 bool OnReadComplete(size_t bytes_read, size_t* next_read_size_hint);
243 if (OnReadComplete(bytes_read, &next_read_size)) { in OnReadDone()
317 if (!OnReadComplete(bytes_read, &next_read_size)) { in OnFileCanReadWithoutBlocking()
573 bool Channel::OnReadComplete(size_t bytes_read, size_t *next_read_size_hint) { in OnReadComplete() function in mojo::edk::Channel