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

  /external/chromium_org/chrome/browser/
chrome_process_singleton.cc 33 ChromeProcessSingleton::NotifyOtherProcessOrCreate() {
34 return process_singleton_.NotifyOtherProcessOrCreate();
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() {
process_singleton_linux.cc 828 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() {
    [all...]
  /external/chromium/chrome/browser/
process_singleton_mac.cc 59 ProcessSingleton::NotifyResult ProcessSingleton::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...]

Completed in 130 milliseconds