HomeSort by relevance Sort by last modified time
    Searched refs:ProcessSingleton (Results 1 - 11 of 11) 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_mac_unittest.cc 70 ProcessSingleton ps(temp_dir_.path());
82 ProcessSingleton ps(temp_dir_.path());
91 ProcessSingleton ps1(temp_dir_.path());
92 ProcessSingleton ps2(temp_dir_.path());
118 ProcessSingleton ps1(temp_dir_.path());
119 ProcessSingleton ps2(temp_dir_.path());
129 EXPECT_EQ(ProcessSingleton::PROCESS_NONE, ps1.NotifyOtherProcessOrCreate());
131 EXPECT_EQ(ProcessSingleton::PROFILE_IN_USE, ps2.NotifyOtherProcessOrCreate());
136 EXPECT_EQ(ProcessSingleton::PROCESS_NONE, ps2.NotifyOtherProcessOrCreate());
138 EXPECT_EQ(ProcessSingleton::PROFILE_IN_USE, ps1.NotifyOtherProcessOrCreate())
    [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_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_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...]
process_singleton_linux_uitest.cc 58 ProcessSingleton* CreateProcessSingleton() {
62 return new ProcessSingleton(user_data_dir);
69 // when spawning Chrome, but this test hits the ProcessSingleton directly.
79 // A helper method to call ProcessSingleton::NotifyOtherProcess().
81 // sent to browser process by ProcessSingleton::NotifyOtherProcess().
82 ProcessSingleton::NotifyResult NotifyOtherProcess(const std::string& url,
84 scoped_ptr<ProcessSingleton> process_singleton(CreateProcessSingleton());
89 // A helper method to call ProcessSingleton::NotifyOtherProcessOrCreate().
91 // sent to browser process by ProcessSingleton::NotifyOtherProcessOrCreate().
92 ProcessSingleton::NotifyResult NotifyOtherProcessOrCreate
    [all...]
browser_main.cc     [all...]
  /external/chromium/chrome/browser/first_run/
try_chrome_dialog_view.h 15 class ProcessSingleton;
60 static Result Show(size_t version, ProcessSingleton* process_singleton);
72 Result ShowModal(ProcessSingleton* process_singleton);
first_run.h 21 class ProcessSingleton;
75 ProcessSingleton* process_singleton);
try_chrome_dialog_view.cc 37 ProcessSingleton* process_singleton) {
59 ProcessSingleton* process_singleton) {
first_run.cc 491 ProcessSingleton* process_singleton) {

Completed in 220 milliseconds