HomeSort by relevance Sort by last modified time
    Searched refs:NotifyOtherProcess (Results 1 - 5 of 5) 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...]

Completed in 191 milliseconds