Home
last modified time | relevance | path

Searched refs:WebEmbeddedWorkerImpl (Results 1 – 12 of 12) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/exported/
H A Dweb_embedded_worker_impl.cc92 return std::make_unique<WebEmbeddedWorkerImpl>(std::move(client)); in Create()
95 WebEmbeddedWorkerImpl::WebEmbeddedWorkerImpl( in WebEmbeddedWorkerImpl() function in blink::WebEmbeddedWorkerImpl
99 WebEmbeddedWorkerImpl::~WebEmbeddedWorkerImpl() { in ~WebEmbeddedWorkerImpl()
104 void WebEmbeddedWorkerImpl::StartWorkerContext( in StartWorkerContext()
153 void WebEmbeddedWorkerImpl::TerminateWorkerContext() { in TerminateWorkerContext()
162 void WebEmbeddedWorkerImpl::StartWorkerThread( in StartWorkerThread()
293 WebEmbeddedWorkerImpl::CreateFetchClientSettingsObjectData( in CreateFetchClientSettingsObjectData()
324 void WebEmbeddedWorkerImpl::WaitForShutdownForTesting() { in WaitForShutdownForTesting()
H A Dweb_embedded_worker_impl.h60 class MODULES_EXPORT WebEmbeddedWorkerImpl final : public WebEmbeddedWorker {
62 explicit WebEmbeddedWorkerImpl(WebServiceWorkerContextClient*);
63 ~WebEmbeddedWorkerImpl() override;
104 DISALLOW_COPY_AND_ASSIGN(WebEmbeddedWorkerImpl);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/exported/
H A Dweb_embedded_worker_impl.cc96 return std::make_unique<WebEmbeddedWorkerImpl>(std::move(client)); in Create()
99 WebEmbeddedWorkerImpl::WebEmbeddedWorkerImpl( in WebEmbeddedWorkerImpl() function in blink::WebEmbeddedWorkerImpl
103 WebEmbeddedWorkerImpl::~WebEmbeddedWorkerImpl() { in ~WebEmbeddedWorkerImpl()
108 void WebEmbeddedWorkerImpl::StartWorkerContext( in StartWorkerContext()
153 void WebEmbeddedWorkerImpl::TerminateWorkerContext() { in TerminateWorkerContext()
162 void WebEmbeddedWorkerImpl::StartWorkerThread( in StartWorkerThread()
296 WebEmbeddedWorkerImpl::CreateFetchClientSettingsObjectData( in CreateFetchClientSettingsObjectData()
327 void WebEmbeddedWorkerImpl::WaitForShutdownForTesting() { in WaitForShutdownForTesting()
H A Dweb_embedded_worker_impl.h60 class MODULES_EXPORT WebEmbeddedWorkerImpl final : public WebEmbeddedWorker {
62 explicit WebEmbeddedWorkerImpl(WebServiceWorkerContextClient*);
63 ~WebEmbeddedWorkerImpl() override;
108 DISALLOW_COPY_AND_ASSIGN(WebEmbeddedWorkerImpl);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/service_worker/
H A Dservice_worker_global_scope_proxy.h50 class WebEmbeddedWorkerImpl; variable
71 ServiceWorkerGlobalScopeProxy(WebEmbeddedWorkerImpl&,
148 WebEmbeddedWorkerImpl* embedded_worker_;
H A Dservice_worker_global_scope_proxy.cc244 CrossThreadBindOnce(&WebEmbeddedWorkerImpl::TerminateWorkerContext, in DidCloseWorkerGlobalScope()
291 WebEmbeddedWorkerImpl& embedded_worker, in ServiceWorkerGlobalScopeProxy()
H A Dweb_embedded_worker_impl_test.cc233 worker_ = std::make_unique<WebEmbeddedWorkerImpl>(mock_client_.get()); in SetUp()
271 std::unique_ptr<WebEmbeddedWorkerImpl> worker_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/service_worker/
H A Dservice_worker_global_scope_proxy.h52 class WebEmbeddedWorkerImpl; variable
73 ServiceWorkerGlobalScopeProxy(WebEmbeddedWorkerImpl&,
152 WebEmbeddedWorkerImpl* embedded_worker_;
H A Dservice_worker_global_scope_proxy.cc231 CrossThreadBindOnce(&WebEmbeddedWorkerImpl::TerminateWorkerContext, in DidCloseWorkerGlobalScope()
278 WebEmbeddedWorkerImpl& embedded_worker, in ServiceWorkerGlobalScopeProxy()
H A Dweb_embedded_worker_impl_test.cc258 worker_ = std::make_unique<WebEmbeddedWorkerImpl>(mock_client_.get()); in SetUp()
296 std::unique_ptr<WebEmbeddedWorkerImpl> worker_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/service_worker/
H A DREADME.md204 `blink::WebEmbeddedWorkerImpl`, which creates a `blink::ServiceWorkerThread`
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/service_worker/
H A DREADME.md203 `blink::WebEmbeddedWorkerImpl`, which creates a `blink::ServiceWorkerThread`