Searched refs:read_queue_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ipc/
H A Dipc_channel_nacl.cc183 read_queue_.clear();
212 read_queue_.push_back(data);
303 if (read_queue_.empty())
305 while (!read_queue_.empty() && *bytes_read < buffer_len) {
306 linked_ptr<std::vector<char> > vec(read_queue_.front());
312 read_queue_.pop_front();
H A Dipc_channel_nacl.h100 std::deque<linked_ptr<std::vector<char> > > read_queue_; member in class:IPC::Channel::ChannelImpl

Completed in 146 milliseconds