OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:channel_created_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ppapi/proxy/
ppapi_proxy_test.h
356
base::WaitableEvent
channel_created_
;
member in class:ppapi::proxy::TwoWayTest
ppapi_proxy_test.cc
532
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)),
71
void WaitForChannelCreation() {
channel_created_
->Wait(); }
177
channel_created_
->Signal();
226
scoped_ptr<WaitableEvent>
channel_created_
;
member in class:IPC::__anon8588::Worker
[
all
...]
Completed in 173 milliseconds