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

  /external/chromium_org/components/nacl/loader/
nacl_ipc_adapter.cc 237 io_thread_data_.channel_.reset(
252 io_thread_data_.channel_ = channel.Pass();
368 return io_thread_data_.channel_->TakeClientFileDescriptor();
479 base::Bind(&DeleteChannel, io_thread_data_.channel_.release()));
560 if (!io_thread_data_.channel_->Connect())
565 io_thread_data_.channel_->Close();
569 io_thread_data_.channel_->Send(message.release());
nacl_ipc_adapter.h 184 IOThreadData io_thread_data_; member in class:NaClIPCAdapter

Completed in 31 milliseconds