OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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)),
68
void WaitForChannelCreation() {
channel_created_
->Wait(); }
172
channel_created_
->Signal();
221
scoped_ptr<WaitableEvent>
channel_created_
;
member in class:IPC::__anon12591::Worker
[
all
...]
Completed in 2084 milliseconds