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

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

Completed in 77 milliseconds