Home
last modified time | relevance | path

Searched refs:openRunnable (Results 1 – 11 of 11) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/
H A DMessageLink.cpp88 nsCOMPtr<nsIRunnable> openRunnable = NewRunnableMethod( in PortLink() local
91 aChan->mWorkerThread->Dispatch(openRunnable.forget()); in PortLink()
93 XRE_GetIOMessageLoop()->PostTask(openRunnable.forget()); in PortLink()
/dports/www/firefox/firefox-99.0/ipc/glue/
H A DMessageLink.cpp75 nsCOMPtr<nsIRunnable> openRunnable = NewRunnableMethod( in PortLink() local
78 aChan->mWorkerThread->Dispatch(openRunnable.forget()); in PortLink()
80 XRE_GetIOMessageLoop()->PostTask(openRunnable.forget()); in PortLink()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/
H A DMessageLink.cpp88 nsCOMPtr<nsIRunnable> openRunnable = NewRunnableMethod( in PortLink() local
91 aChan->mWorkerThread->Dispatch(openRunnable.forget()); in PortLink()
93 XRE_GetIOMessageLoop()->PostTask(openRunnable.forget()); in PortLink()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/android/java/src/org/chromium/ui/
H A DKeyboardVisibilityDelegate.java91 Runnable openRunnable = new Runnable() { in showKeyboard() local
114 openRunnable.run(); in showKeyboard()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/mscom/
H A DInterceptorLog.cpp131 nsCOMPtr<nsIRunnable> openRunnable( in Logger() local
134 openRunnable); in Logger()
/dports/www/firefox-esr/firefox-91.8.0/ipc/mscom/
H A DInterceptorLog.cpp141 nsCOMPtr<nsIRunnable> openRunnable( in Logger() local
144 openRunnable); in Logger()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/mscom/
H A DInterceptorLog.cpp139 nsCOMPtr<nsIRunnable> openRunnable( in Logger() local
142 openRunnable); in Logger()
/dports/www/firefox/firefox-99.0/ipc/mscom/
H A DInterceptorLog.cpp141 nsCOMPtr<nsIRunnable> openRunnable( in Logger() local
144 openRunnable); in Logger()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/mscom/
H A DInterceptorLog.cpp141 nsCOMPtr<nsIRunnable> openRunnable( in Logger() local
144 openRunnable); in Logger()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/mscom/
H A DInterceptorLog.cpp139 nsCOMPtr<nsIRunnable> openRunnable( in Logger() local
142 openRunnable); in Logger()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/glue/
H A DBackgroundImpl.cpp1570 nsCOMPtr<nsIRunnable> openRunnable = in Alloc() local
1573 if (NS_FAILED(eventTarget->Dispatch(openRunnable, NS_DISPATCH_NORMAL))) { in Alloc()
1983 nsCOMPtr<nsIRunnable> openRunnable = in Success() local
1986 if (NS_FAILED(target->Dispatch(openRunnable, NS_DISPATCH_NORMAL))) { in Success()