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

  /external/chromium_org/components/nacl/loader/
nacl_ipc_adapter.h 174 PendingSyncMsgMap pending_sync_msgs_; member in struct:NaClIPCAdapter::IOThreadData
nacl_ipc_adapter.cc 474 io_thread_data_.pending_sync_msgs_.find(id);
475 DCHECK(it != io_thread_data_.pending_sync_msgs_.end());
476 if (it != io_thread_data_.pending_sync_msgs_.end()) {
478 io_thread_data_.pending_sync_msgs_.erase(it);
806 DCHECK(io_thread_data_.pending_sync_msgs_.find(id) ==
807 io_thread_data_.pending_sync_msgs_.end());
810 io_thread_data_.pending_sync_msgs_[id] = message->type();

Completed in 203 milliseconds