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

  /external/chromium/chrome/browser/
process_singleton_linux_uitest.cc 79 // A helper method to call ProcessSingleton::NotifyOtherProcess().
81 // sent to browser process by ProcessSingleton::NotifyOtherProcess().
82 ProcessSingleton::NotifyResult NotifyOtherProcess(const std::string& url,
144 // Test success case of NotifyOtherProcess().
150 NotifyOtherProcess(url, TestTimeouts::action_timeout_ms()));
155 // Test failure case of NotifyOtherProcess().
162 // ProcessSingleton::NotifyOtherProcess().
171 NotifyOtherProcess(url, TestTimeouts::action_timeout_ms()));
184 // the user_data_dir and the NotifyOtherProcess function in this file, which
202 NotifyOtherProcess(url, TestTimeouts::action_timeout_ms()))
    [all...]
process_singleton_mac.cc 54 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() {
60 // Windows tries NotifyOtherProcess() first.
process_singleton.h 63 NotifyResult NotifyOtherProcess();
process_singleton_win.cc 86 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() {
164 NotifyResult result = NotifyOtherProcess();
process_singleton_linux.cc 147 // up here, since NotifyOtherProcess() doesn't have an asynchronous api.
762 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() {
    [all...]
  /external/chromium_org/chrome/browser/
process_singleton.h 100 NotifyResult NotifyOtherProcess();
process_singleton_mac.cc 53 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() {
59 // Windows tries NotifyOtherProcess() first.
process_singleton_linux_unittest.cc 129 ProcessSingleton::NotifyResult NotifyOtherProcess(
261 // Test success case of NotifyOtherProcess().
265 NotifyOtherProcess(true, TestTimeouts::action_timeout()));
269 // Test failure case of NotifyOtherProcess().
275 NotifyOtherProcess(true, TestTimeouts::action_timeout()));
298 NotifyOtherProcess(false, TestTimeouts::action_timeout()));
310 NotifyOtherProcess(false, TestTimeouts::action_timeout()));
325 NotifyOtherProcess(false, TestTimeouts::action_timeout()));
process_singleton_win.cc 281 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() {
335 result = NotifyOtherProcess();
process_singleton_linux.cc 145 // up here, since NotifyOtherProcess() doesn't have an asynchronous api.
701 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() {
    [all...]

Completed in 160 milliseconds