Searched refs:NotifyOtherProcessOrCreate (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/
H A Dprocess_singleton_mac_unittest.cc116 // Like |Interlock| test, but via |NotifyOtherProcessOrCreate()|.
117 TEST_F(ProcessSingletonMacTest, NotifyOtherProcessOrCreate) {
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());
H A Dprocess_singleton_mac.cc59 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { function in class:ProcessSingleton
H A Dprocess_singleton.h68 NotifyResult NotifyOtherProcessOrCreate();
84 // function. Instead consider using NotifyOtherProcessOrCreate().
H A Dprocess_singleton_linux_uitest.cc89 // A helper method to call ProcessSingleton::NotifyOtherProcessOrCreate().
91 // sent to browser process by ProcessSingleton::NotifyOtherProcessOrCreate().
92 ProcessSingleton::NotifyResult NotifyOtherProcessOrCreate( function in namespace:__anon2211
266 NotifyOtherProcessOrCreate(url, TestTimeouts::action_timeout_ms()));
308 NotifyOtherProcessOrCreate(url, TestTimeouts::action_timeout_ms()));
H A Dprocess_singleton_win.cc163 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { function in class:ProcessSingleton
H A Dprocess_singleton_linux.cc887 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { function in class:ProcessSingleton
H A Dbrowser_main.cc1428 switch (process_singleton.NotifyOtherProcessOrCreate()) {

Completed in 111 milliseconds