Searched defs:ProcessSingleton (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dprocess_singleton.h39 // ProcessSingleton ----------------------------------------------------------
50 class ProcessSingleton : public base::NonThreadSafe { class in inherits:base::NonThreadSafe
68 ProcessSingleton(const base::FilePath& user_data_dir,
70 ~ProcessSingleton();
172 DISALLOW_COPY_AND_ASSIGN(ProcessSingleton);
H A Dprocess_singleton_win.cc155 const ProcessSingleton::NotificationCallback& notification_callback,
238 bool ProcessSingleton::EscapeVirtualization(
265 ProcessSingleton::ProcessSingleton( function in class:ProcessSingleton
273 ProcessSingleton::~ProcessSingleton() {
279 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() {
329 ProcessSingleton::NotifyResult
330 ProcessSingleton
[all...]
H A Dprocess_singleton_posix.cc153 LOG(ERROR) << "ProcessSingleton would block on write(), so it gave up.";
460 // ProcessSingleton::LinuxWatcher
464 class ProcessSingleton::LinuxWatcher
467 public base::RefCountedThreadSafe<ProcessSingleton::LinuxWatcher,
473 SocketReader(ProcessSingleton::LinuxWatcher* parent,
514 // The ProcessSingleton::LinuxWatcher that owns us.
515 ProcessSingleton::LinuxWatcher* const parent_;
536 explicit LinuxWatcher(ProcessSingleton* parent)
555 // ProcessSingleton only watches for accept (read) events.
566 friend class base::DeleteHelper<ProcessSingleton
741 ProcessSingleton::ProcessSingleton( function in class:ProcessSingleton
[all...]

Completed in 189 milliseconds