Home
last modified time | relevance | path

Searched refs:NotifyOtherProcessOrCreate (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/
Dchrome_process_singleton_win_unittest.cc45 ProcessSingleton::NotifyResult result = ps1.NotifyOtherProcessOrCreate(); in TEST()
50 result = ps2.NotifyOtherProcessOrCreate(); in TEST()
69 ProcessSingleton::NotifyResult result = ps1.NotifyOtherProcessOrCreate(); in TEST()
74 result = ps2.NotifyOtherProcessOrCreate(); in TEST()
109 ProcessSingleton::NotifyResult result = ps1.NotifyOtherProcessOrCreate(); in TEST()
115 result = ps2.NotifyOtherProcessOrCreate(); in TEST()
127 result = ps2.NotifyOtherProcessOrCreate(); in TEST()
Dprocess_singleton_mac_unittest.cc121 TEST_F(ProcessSingletonMacTest, NotifyOtherProcessOrCreate) { in TEST_F() argument
137 ps1.NotifyOtherProcessOrCreate()); in TEST_F()
141 ps2.NotifyOtherProcessOrCreate()); in TEST_F()
148 ps2.NotifyOtherProcessOrCreate()); in TEST_F()
152 ps1.NotifyOtherProcessOrCreate()); in TEST_F()
Dchrome_process_singleton.cc33 ChromeProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate() function in ChromeProcessSingleton
34 return process_singleton_.NotifyOtherProcessOrCreate(); in NotifyOtherProcessOrCreate()
Dprocess_singleton_linux_unittest.cc144 ProcessSingleton::NotifyResult NotifyOtherProcessOrCreate( in NotifyOtherProcessOrCreate() function in __anon380289280111::ProcessSingletonLinuxTest
199 process_singleton_on_thread_->NotifyOtherProcessOrCreate()); in CreateProcessSingletonInternal()
339 NotifyOtherProcessOrCreate(url, TestTimeouts::action_timeout())); in TEST_F()
391 NotifyOtherProcessOrCreate(url, TestTimeouts::action_timeout())); in TEST_F()
Dchrome_process_singleton.h48 ProcessSingleton::NotifyResult NotifyOtherProcessOrCreate();
Dprocess_singleton_mac.cc58 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate() function in ProcessSingleton
Dprocess_singleton.h78 NotifyResult NotifyOtherProcessOrCreate();
Dprocess_singleton_win.cc332 ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate() function in ProcessSingleton
Dprocess_singleton_linux.cc827 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate() function in ProcessSingleton
Dchrome_browser_main.cc1185 notify_result_ = process_singleton_->NotifyOtherProcessOrCreate(); in PreMainMessageLoopRunImpl()
/external/chromium/chrome/browser/
Dprocess_singleton_mac_unittest.cc117 TEST_F(ProcessSingletonMacTest, NotifyOtherProcessOrCreate) { in TEST_F() argument
129 EXPECT_EQ(ProcessSingleton::PROCESS_NONE, ps1.NotifyOtherProcessOrCreate()); in TEST_F()
131 EXPECT_EQ(ProcessSingleton::PROFILE_IN_USE, ps2.NotifyOtherProcessOrCreate()); in TEST_F()
136 EXPECT_EQ(ProcessSingleton::PROCESS_NONE, ps2.NotifyOtherProcessOrCreate()); in TEST_F()
138 EXPECT_EQ(ProcessSingleton::PROFILE_IN_USE, ps1.NotifyOtherProcessOrCreate()); in TEST_F()
Dprocess_singleton_linux_uitest.cc92 ProcessSingleton::NotifyResult NotifyOtherProcessOrCreate( in NotifyOtherProcessOrCreate() function
266 NotifyOtherProcessOrCreate(url, TestTimeouts::action_timeout_ms())); in TEST_F()
308 NotifyOtherProcessOrCreate(url, TestTimeouts::action_timeout_ms())); in TEST_F()
Dprocess_singleton_mac.cc59 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate() function in ProcessSingleton
Dprocess_singleton.h68 NotifyResult NotifyOtherProcessOrCreate();
Dprocess_singleton_win.cc163 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate() function in ProcessSingleton
Dprocess_singleton_linux.cc887 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate() function in ProcessSingleton
Dbrowser_main.cc1428 switch (process_singleton.NotifyOtherProcessOrCreate()) { in BrowserMain()