Home
last modified time | relevance | path

Searched refs:WebCryptoThreadPool (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/crypto/
H A DWebCryptoThreadPool.cpp20 StaticRefPtr<WebCryptoThreadPool> gInstance;
22 NS_IMPL_ISUPPORTS(WebCryptoThreadPool, nsIObserver) in NS_IMPL_ISUPPORTS() argument
25 WebCryptoThreadPool::Initialize() in NS_IMPL_ISUPPORTS()
30 gInstance = new WebCryptoThreadPool(); in NS_IMPL_ISUPPORTS()
40 WebCryptoThreadPool::Dispatch(nsIRunnable* aRunnable) in Dispatch()
51 WebCryptoThreadPool::Init() in Init()
63 WebCryptoThreadPool::DispatchInternal(nsIRunnable* aRunnable) in DispatchInternal()
83 WebCryptoThreadPool::Shutdown() in Shutdown()
104 WebCryptoThreadPool::Observe(nsISupports* aSubject, in Observe()
H A DWebCryptoThreadPool.h16 class WebCryptoThreadPool final : nsIObserver {
27 WebCryptoThreadPool() in WebCryptoThreadPool() function
31 virtual ~WebCryptoThreadPool() in ~WebCryptoThreadPool()
H A Dmoz.build13 'WebCryptoThreadPool.h'
21 'WebCryptoThreadPool.cpp',
H A DWebCryptoTask.cpp405 mEarlyRv = WebCryptoThreadPool::Dispatch(this); in DispatchWithPromise()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/crypto/
H A DWebCryptoThreadPool.cpp22 StaticRefPtr<WebCryptoThreadPool> gInstance;
24 NS_IMPL_ISUPPORTS(WebCryptoThreadPool, nsIObserver) in NS_IMPL_ISUPPORTS() argument
26 /* static */ void WebCryptoThreadPool::Initialize() { in NS_IMPL_ISUPPORTS()
30 gInstance = new WebCryptoThreadPool(); in NS_IMPL_ISUPPORTS()
39 /* static */ nsresult WebCryptoThreadPool::Dispatch(nsIRunnable* aRunnable) { in Dispatch()
48 nsresult WebCryptoThreadPool::Init() { in Init()
58 nsresult WebCryptoThreadPool::DispatchInternal(nsIRunnable* aRunnable) { in DispatchInternal()
80 void WebCryptoThreadPool::Shutdown() { in Shutdown()
111 WebCryptoThreadPool::Observe(nsISupports* aSubject, const char* aTopic, in Observe()
H A DWebCryptoThreadPool.h18 class WebCryptoThreadPool final : nsIObserver {
27 WebCryptoThreadPool() in WebCryptoThreadPool() function
31 virtual ~WebCryptoThreadPool() {} in ~WebCryptoThreadPool()
H A Dmoz.build16 'WebCryptoThreadPool.h'
24 'WebCryptoThreadPool.cpp',
H A DWebCryptoTask.cpp370 mEarlyRv = WebCryptoThreadPool::Dispatch(this); in DispatchWithPromise()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/build/
H A DnsLayoutStatics.cpp310 mozilla::dom::WebCryptoThreadPool::Initialize();
/dports/lang/spidermonkey60/firefox-60.9.0/layout/build/
H A DnsLayoutStatics.cpp296 mozilla::dom::WebCryptoThreadPool::Initialize(); in Initialize()