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

  /external/chromium_org/ppapi/proxy/
ppapi_proxy_test.h 356 base::WaitableEvent channel_created_; member in class:ppapi::proxy::TwoWayTest
  /external/chromium_org/ipc/
ipc_sync_channel_unittest.cc 39 channel_created_(new WaitableEvent(false, false)),
51 channel_created_(new WaitableEvent(false, false)),
71 void WaitForChannelCreation() { channel_created_->Wait(); }
177 channel_created_->Signal();
226 scoped_ptr<WaitableEvent> channel_created_; member in class:IPC::__anon10739::Worker
    [all...]

Completed in 327 milliseconds