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

  /external/chromium/chrome/browser/
process_singleton_mac.cc 56 return PROCESS_NONE;
61 return Create() ? PROCESS_NONE : PROFILE_IN_USE;
process_singleton_win.cc 88 return PROCESS_NONE;
95 return PROCESS_NONE;
108 return PROCESS_NONE;
128 return PROCESS_NONE;
136 return PROCESS_NONE;
160 return PROCESS_NONE;
165 if (result != PROCESS_NONE)
167 return Create() ? PROCESS_NONE : PROFILE_IN_USE;
process_singleton_linux.cc 789 return PROCESS_NONE;
795 return PROCESS_NONE;
807 return PROCESS_NONE;
814 return PROCESS_NONE;
821 return PROCESS_NONE;
837 return PROCESS_NONE;
852 return PROCESS_NONE;
868 return PROCESS_NONE;
874 return PROCESS_NONE;
899 if (result != PROCESS_NONE)
    [all...]
process_singleton_mac_unittest.cc 129 EXPECT_EQ(ProcessSingleton::PROCESS_NONE, ps1.NotifyOtherProcessOrCreate());
136 EXPECT_EQ(ProcessSingleton::PROCESS_NONE, ps2.NotifyOtherProcessOrCreate());
process_singleton.h 46 PROCESS_NONE,
66 // singleton instance. Returns PROCESS_NONE if we became the singleton
process_singleton_linux_uitest.cc 170 EXPECT_EQ(ProcessSingleton::PROCESS_NONE,
201 EXPECT_EQ(ProcessSingleton::PROCESS_NONE,
browser_main.cc     [all...]

Completed in 31 milliseconds