• Home
  • Raw
  • Download

Lines Matching refs:ProcessSingleton

95 const int ProcessSingleton::kTimeoutInSeconds;
454 class ProcessSingleton::LinuxWatcher
457 public base::RefCountedThreadSafe<ProcessSingleton::LinuxWatcher> {
462 SocketReader(ProcessSingleton::LinuxWatcher* parent, in SocketReader()
501 ProcessSingleton::LinuxWatcher* const parent_;
522 explicit LinuxWatcher(ProcessSingleton* parent) in LinuxWatcher()
551 friend class base::RefCountedThreadSafe<ProcessSingleton::LinuxWatcher>;
567 ProcessSingleton* const parent_;
574 void ProcessSingleton::LinuxWatcher::OnFileCanReadWithoutBlocking(int fd) { in OnFileCanReadWithoutBlocking()
592 void ProcessSingleton::LinuxWatcher::StartListening(int socket) { in StartListening()
601 void ProcessSingleton::LinuxWatcher::HandleMessage( in HandleMessage()
659 void ProcessSingleton::LinuxWatcher::RemoveSocketReader(SocketReader* reader) { in RemoveSocketReader()
669 void ProcessSingleton::LinuxWatcher::SocketReader::OnFileCanReadWithoutBlocking( in OnFileCanReadWithoutBlocking()
723 &ProcessSingleton::LinuxWatcher::HandleMessage, in OnFileCanReadWithoutBlocking()
733 void ProcessSingleton::LinuxWatcher::SocketReader::FinishWithACK( in FinishWithACK()
750 ProcessSingleton::ProcessSingleton(const FilePath& user_data_dir) in ProcessSingleton() function in ProcessSingleton
759 ProcessSingleton::~ProcessSingleton() { in ~ProcessSingleton()
762 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() { in NotifyOtherProcess()
768 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessWithTimeout( in NotifyOtherProcessWithTimeout()
887 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate()
893 ProcessSingleton::NotifyResult
894 ProcessSingleton::NotifyOtherProcessWithTimeoutOrCreate( in NotifyOtherProcessWithTimeoutOrCreate()
915 bool ProcessSingleton::Create() { in Create()
979 &ProcessSingleton::LinuxWatcher::StartListening, in Create()
985 void ProcessSingleton::Cleanup() { in Cleanup()