/external/chromium_org/chrome/browser/ |
D | chrome_process_singleton_win_unittest.cc | 45 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()
|
D | process_singleton_mac_unittest.cc | 121 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()
|
D | chrome_process_singleton.cc | 33 ChromeProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate() function in ChromeProcessSingleton 34 return process_singleton_.NotifyOtherProcessOrCreate(); in NotifyOtherProcessOrCreate()
|
D | process_singleton_linux_unittest.cc | 144 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()
|
D | chrome_process_singleton.h | 48 ProcessSingleton::NotifyResult NotifyOtherProcessOrCreate();
|
D | process_singleton_mac.cc | 58 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate() function in ProcessSingleton
|
D | process_singleton.h | 78 NotifyResult NotifyOtherProcessOrCreate();
|
D | process_singleton_win.cc | 332 ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate() function in ProcessSingleton
|
D | process_singleton_linux.cc | 827 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate() function in ProcessSingleton
|
D | chrome_browser_main.cc | 1185 notify_result_ = process_singleton_->NotifyOtherProcessOrCreate(); in PreMainMessageLoopRunImpl()
|
/external/chromium/chrome/browser/ |
D | process_singleton_mac_unittest.cc | 117 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()
|
D | process_singleton_linux_uitest.cc | 92 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()
|
D | process_singleton_mac.cc | 59 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate() function in ProcessSingleton
|
D | process_singleton.h | 68 NotifyResult NotifyOtherProcessOrCreate();
|
D | process_singleton_win.cc | 163 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate() function in ProcessSingleton
|
D | process_singleton_linux.cc | 887 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate() function in ProcessSingleton
|
D | browser_main.cc | 1428 switch (process_singleton.NotifyOtherProcessOrCreate()) { in BrowserMain()
|