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

  /external/chromium_org/mojo/system/
raw_channel.cc 155 write_stopped_(false),
221 write_stopped_ = true;
232 if (write_stopped_)
429 DCHECK_EQ(write_stopped_, write_buffer_->message_queue_.empty());
431 if (write_stopped_) {
487 DCHECK(!write_stopped_);
514 write_stopped_ = true;
raw_channel.h 301 // false. Must be called under |write_lock_| and only if |write_stopped_| is
317 bool write_stopped_; member in class:mojo::system::RawChannel

Completed in 166 milliseconds