Lines Matching defs:base
12 #include "base/basictypes.h"
13 #include "base/memory/scoped_ptr.h"
14 #include "base/message_loop.h"
15 #include "base/message_pump_libevent.h"
23 #include "base/files/file_path_watcher.h"
24 #include "base/mac/scoped_cftyperef.h"
31 namespace base {
39 : public base::MessagePumpLibevent::Watcher {
49 // base::MessagePumpLibevent::Watcher overrides
58 : public base::RefCountedThreadSafe<ServiceProcessState::StateData> {
63 void SignalReady(base::WaitableEvent* signal, bool* success);
72 base::mac::ScopedCFTypeRef<CFDictionaryRef> launchd_conf_;
73 base::files::FilePathWatcher executable_watcher_;
80 base::MessagePumpLibevent::FileDescriptorWatcher watcher_;
86 friend class base::RefCountedThreadSafe<ServiceProcessState::StateData>;