Home
last modified time | relevance | path

Searched refs:DispatchSourceMach (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/sandbox/mac/
Ddispatch_source_mach.cc9 DispatchSourceMach::DispatchSourceMach(const char* name,
14 : DispatchSourceMach(dispatch_queue_create(name, NULL),
22 DispatchSourceMach::DispatchSourceMach(dispatch_queue_t queue,
37 DispatchSourceMach::~DispatchSourceMach() { in ~DispatchSourceMach()
41 void DispatchSourceMach::Resume() { in Resume()
45 void DispatchSourceMach::Cancel() { in Cancel()
Ddispatch_source_mach.h19 class SANDBOX_EXPORT DispatchSourceMach {
24 DispatchSourceMach(const char* name,
30 DispatchSourceMach(dispatch_queue_t queue,
36 ~DispatchSourceMach();
56 DISALLOW_COPY_AND_ASSIGN(DispatchSourceMach);
Ddispatch_source_mach_unittest.cc47 DispatchSourceMach source("org.chromium.sandbox.test.ReceiveAfterResume", in TEST_F()
77 scoped_ptr<DispatchSourceMach> source(new DispatchSourceMach( in TEST_F()
106 scoped_ptr<DispatchSourceMach>* source_ptr = &source; in TEST_F()
Dxpc_message_server.h16 class DispatchSourceMach; variable
52 scoped_ptr<DispatchSourceMach> dispatch_source_;
Dmach_message_server.h17 class DispatchSourceMach; variable
66 scoped_ptr<DispatchSourceMach> dispatch_source_;
Dxpc_message_server.cc44 dispatch_source_.reset(new DispatchSourceMach( in Initialize()
Dmach_message_server.cc72 dispatch_source_.reset(new DispatchSourceMach( in Initialize()