HomeSort by relevance Sort by last modified time
    Searched refs:IsWriteBufferEmpty (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/mojo/system/
channel.h 109 // See |RawChannel::IsWriteBufferEmpty()|.
112 bool IsWriteBufferEmpty();
message_pipe_test_utils.cc 60 while (!channel_->IsWriteBufferEmpty())
raw_channel.h 108 bool IsWriteBufferEmpty();
channel.cc 192 bool Channel::IsWriteBufferEmpty() {
196 return raw_channel_->IsWriteBufferEmpty();
raw_channel.cc 264 bool RawChannel::IsWriteBufferEmpty() {

Completed in 103 milliseconds