HomeSort by relevance Sort by last modified time
    Searched refs:LinuxWatcher (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/
process_singleton.h 168 // Helper class for linux specific messages. LinuxWatcher is ref counted
170 class LinuxWatcher;
171 scoped_refptr<LinuxWatcher> watcher_;
process_singleton_linux.cc 403 // ProcessSingleton::LinuxWatcher
407 class ProcessSingleton::LinuxWatcher
410 public base::RefCountedThreadSafe<ProcessSingleton::LinuxWatcher,
416 SocketReader(ProcessSingleton::LinuxWatcher* parent,
457 // The ProcessSingleton::LinuxWatcher that owns us.
458 ProcessSingleton::LinuxWatcher* const parent_;
479 explicit LinuxWatcher(ProcessSingleton* parent)
509 friend class base::DeleteHelper<ProcessSingleton::LinuxWatcher>;
511 virtual ~LinuxWatcher() {
533 DISALLOW_COPY_AND_ASSIGN(LinuxWatcher);
    [all...]
  /external/chromium/chrome/browser/
process_singleton_linux.cc 450 // ProcessSingleton::LinuxWatcher
454 class ProcessSingleton::LinuxWatcher
457 public base::RefCountedThreadSafe<ProcessSingleton::LinuxWatcher> {
462 SocketReader(ProcessSingleton::LinuxWatcher* parent,
500 // The ProcessSingleton::LinuxWatcher that owns us.
501 ProcessSingleton::LinuxWatcher* const parent_;
522 explicit LinuxWatcher(ProcessSingleton* parent)
551 friend class base::RefCountedThreadSafe<ProcessSingleton::LinuxWatcher>;
553 virtual ~LinuxWatcher() {
571 DISALLOW_COPY_AND_ASSIGN(LinuxWatcher);
    [all...]
process_singleton.h 164 // Helper class for linux specific messages. LinuxWatcher is ref counted
166 class LinuxWatcher;
167 scoped_refptr<LinuxWatcher> watcher_;

Completed in 55 milliseconds