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

  /external/chromium_org/chrome/browser/
process_singleton.h 105 NotifyResult NotifyOtherProcessWithTimeout(const CommandLine& command_line,
process_singleton_linux_unittest.cc 53 using ProcessSingleton::NotifyOtherProcessWithTimeout;
144 return process_singleton->NotifyOtherProcessWithTimeout(
process_singleton_linux.cc 702 return NotifyOtherProcessWithTimeout(*CommandLine::ForCurrentProcess(),
707 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessWithTimeout(
838 NotifyResult result = NotifyOtherProcessWithTimeout(command_line,
849 result = NotifyOtherProcessWithTimeout(command_line, timeout_seconds, false);
    [all...]
  /external/chromium/chrome/browser/
process_singleton.h 73 NotifyResult NotifyOtherProcessWithTimeout(const CommandLine& command_line,
process_singleton_linux.cc 763 return NotifyOtherProcessWithTimeout(*CommandLine::ForCurrentProcess(),
768 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessWithTimeout(
897 NotifyResult result = NotifyOtherProcessWithTimeout(command_line,
908 result = NotifyOtherProcessWithTimeout(command_line, timeout_seconds, false);
    [all...]
process_singleton_linux_uitest.cc 85 return process_singleton->NotifyOtherProcessWithTimeout(

Completed in 109 milliseconds