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

  /external/chromium_org/ppapi/proxy/
ppapi_proxy_test.h 352 base::WaitableEvent channel_created_; member in class:ppapi::proxy::TwoWayTest
ppapi_proxy_test.cc 523 channel_created_(true, false),
  /external/chromium_org/ipc/
ipc_sync_channel_unittest.cc 39 channel_created_(new WaitableEvent(false, false)),
51 channel_created_(new WaitableEvent(false, false)),
68 void WaitForChannelCreation() { channel_created_->Wait(); }
172 channel_created_->Signal();
221 scoped_ptr<WaitableEvent> channel_created_; member in class:IPC::__anon13113::Worker
    [all...]

Completed in 61 milliseconds