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

  /external/chromium_org/ipc/
ipc_channel_nacl.cc 183 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();
ipc_channel_nacl.h 100 std::deque<linked_ptr<std::vector<char> > > read_queue_; member in class:IPC::Channel::ChannelImpl

Completed in 126 milliseconds