HomeSort by relevance Sort by last modified time
    Searched refs:NotifyOtherProcessOrCreate (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/chrome/browser/
chrome_process_singleton_win_unittest.cc 45 ProcessSingleton::NotifyResult result = ps1.NotifyOtherProcessOrCreate();
50 result = ps2.NotifyOtherProcessOrCreate();
69 ProcessSingleton::NotifyResult result = ps1.NotifyOtherProcessOrCreate();
74 result = ps2.NotifyOtherProcessOrCreate();
109 ProcessSingleton::NotifyResult result = ps1.NotifyOtherProcessOrCreate();
115 result = ps2.NotifyOtherProcessOrCreate();
127 result = ps2.NotifyOtherProcessOrCreate();
chrome_process_singleton.cc 33 ChromeProcessSingleton::NotifyOtherProcessOrCreate() {
34 return process_singleton_.NotifyOtherProcessOrCreate();
chrome_process_singleton.h 48 ProcessSingleton::NotifyResult NotifyOtherProcessOrCreate();
process_singleton_mac_unittest.cc 120 // Like |Interlock| test, but via |NotifyOtherProcessOrCreate()|.
121 TEST_F(ProcessSingletonMacTest, NotifyOtherProcessOrCreate) {
137 ps1.NotifyOtherProcessOrCreate());
141 ps2.NotifyOtherProcessOrCreate());
148 ps2.NotifyOtherProcessOrCreate());
152 ps1.NotifyOtherProcessOrCreate());
process_singleton.h 78 NotifyResult NotifyOtherProcessOrCreate();
83 // NOTE: Most callers should generally prefer NotifyOtherProcessOrCreate() to
process_singleton_mac.cc 58 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() {
process_singleton_linux_unittest.cc 148 // A helper method to call ProcessSingleton::NotifyOtherProcessOrCreate().
149 ProcessSingleton::NotifyResult NotifyOtherProcessOrCreate(
204 process_singleton_on_thread_->NotifyOtherProcessOrCreate());
344 NotifyOtherProcessOrCreate(url, TestTimeouts::action_timeout()));
396 NotifyOtherProcessOrCreate(url, TestTimeouts::action_timeout()));
process_singleton_win.cc 332 ProcessSingleton::NotifyOtherProcessOrCreate() {
chrome_browser_main.cc     [all...]
process_singleton_linux.cc 828 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() {
    [all...]
  /external/chromium/chrome/browser/
process_singleton_mac_unittest.cc 116 // 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());
process_singleton_mac.cc 59 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() {
process_singleton.h 68 NotifyResult NotifyOtherProcessOrCreate();
84 // function. Instead consider using NotifyOtherProcessOrCreate().
process_singleton_linux_uitest.cc 89 // A helper method to call ProcessSingleton::NotifyOtherProcessOrCreate().
91 // sent to browser process by ProcessSingleton::NotifyOtherProcessOrCreate().
92 ProcessSingleton::NotifyResult NotifyOtherProcessOrCreate(
266 NotifyOtherProcessOrCreate(url, TestTimeouts::action_timeout_ms()));
308 NotifyOtherProcessOrCreate(url, TestTimeouts::action_timeout_ms()));
process_singleton_win.cc 163 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() {
process_singleton_linux.cc 887 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() {
    [all...]
browser_main.cc     [all...]

Completed in 560 milliseconds