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

  /external/chromium/chrome/browser/
process_singleton_mac.cc 41 ProcessSingleton::ProcessSingleton(const FilePath& user_data_dir)
48 ProcessSingleton::~ProcessSingleton() {
54 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() {
59 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() {
71 bool ProcessSingleton::Create() {
79 UMA_HISTOGRAM_ENUMERATION("ProcessSingleton.OpenError"
    [all...]
process_singleton_win.cc 44 ProcessSingleton::ProcessSingleton(const FilePath& user_data_dir)
79 ProcessSingleton::~ProcessSingleton() {
86 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() {
163 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() {
173 bool ProcessSingleton::Create() {
183 base::win::WrappedWindowProc<ProcessSingleton::WndProcStatic>
    [all...]
process_singleton.h 32 // ProcessSingleton ----------------------------------------------------------
43 class ProcessSingleton : public base::NonThreadSafe {
52 explicit ProcessSingleton(const FilePath& user_data_dir);
53 ~ProcessSingleton();
102 // is received while the ProcessSingleton is locked.
144 ProcessSingleton* msg_wnd = reinterpret_cast<ProcessSingleton*>(
178 DISALLOW_COPY_AND_ASSIGN(ProcessSingleton);
process_singleton_linux.cc 95 const int ProcessSingleton::kTimeoutInSeconds;
148 LOG(ERROR) << "ProcessSingleton would block on write(), so it gave up.";
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)
541 // ProcessSingleton only watches for accept (read) events
    [all...]

Completed in 91 milliseconds