Home
last modified time | relevance | path

Searched refs:ServiceWorkerOp (Results 1 – 24 of 24) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/serviceworkers/
H A DServiceWorkerOp.h29 class ServiceWorkerOp : public RemoteWorkerChild::Op {
32 static already_AddRefed<ServiceWorkerOp> Create(
36 ServiceWorkerOp(
40 ServiceWorkerOp(const ServiceWorkerOp&) = delete;
42 ServiceWorkerOp& operator=(const ServiceWorkerOp&) = delete;
44 ServiceWorkerOp(ServiceWorkerOp&&) = default;
46 ServiceWorkerOp& operator=(ServiceWorkerOp&&) = default;
55 ~ServiceWorkerOp();
84 class ExtendableEventOp : public ServiceWorkerOp,
86 using ServiceWorkerOp::ServiceWorkerOp;
H A DServiceWorkerOp.cpp307 RefPtr<ServiceWorkerOp> mOwner;
341 RefPtr<ServiceWorkerOp> self = this; in NS_IMPL_ISUPPORTS_INHERITED0()
402 ServiceWorkerOp::ServiceWorkerOp( in ServiceWorkerOp() function in mozilla::dom::ServiceWorkerOp
424 ServiceWorkerOp::~ServiceWorkerOp() { in ~ServiceWorkerOp()
429 bool ServiceWorkerOp::Started() const { in Started()
435 bool ServiceWorkerOp::IsTerminationOp() const { in IsTerminationOp()
454 using ServiceWorkerOp::ServiceWorkerOp;
480 using ServiceWorkerOp::ServiceWorkerOp;
498 using ServiceWorkerOp::ServiceWorkerOp;
1705 /* static */ already_AddRefed<ServiceWorkerOp> ServiceWorkerOp::Create( in Create()
[all …]
H A Dmoz.build32 "ServiceWorkerOp.h",
70 "ServiceWorkerOp.cpp",
H A DFetchEventOpProxyChild.cpp83 RefPtr<FetchEventOp> op = ServiceWorkerOp::Create(aArgs, std::move(callback)) in Initialize()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/serviceworkers/
H A DServiceWorkerOp.h29 class ServiceWorkerOp : public RemoteWorkerChild::Op {
32 static already_AddRefed<ServiceWorkerOp> Create(
36 ServiceWorkerOp(
40 ServiceWorkerOp(const ServiceWorkerOp&) = delete;
42 ServiceWorkerOp& operator=(const ServiceWorkerOp&) = delete;
44 ServiceWorkerOp(ServiceWorkerOp&&) = default;
46 ServiceWorkerOp& operator=(ServiceWorkerOp&&) = default;
55 ~ServiceWorkerOp();
80 class ExtendableEventOp : public ServiceWorkerOp,
82 using ServiceWorkerOp::ServiceWorkerOp;
H A DServiceWorkerOp.cpp297 RefPtr<ServiceWorkerOp> mOwner;
331 RefPtr<ServiceWorkerOp> self = this; in NS_IMPL_ISUPPORTS_INHERITED0()
392 ServiceWorkerOp::ServiceWorkerOp( in ServiceWorkerOp() function in mozilla::dom::ServiceWorkerOp
414 ServiceWorkerOp::~ServiceWorkerOp() { in ~ServiceWorkerOp()
419 bool ServiceWorkerOp::Started() const { in Started()
425 bool ServiceWorkerOp::IsTerminationOp() const { in IsTerminationOp()
444 using ServiceWorkerOp::ServiceWorkerOp;
470 using ServiceWorkerOp::ServiceWorkerOp;
488 using ServiceWorkerOp::ServiceWorkerOp;
1631 /* static */ already_AddRefed<ServiceWorkerOp> ServiceWorkerOp::Create( in Create()
[all …]
H A Dmoz.build28 'ServiceWorkerOp.h',
66 'ServiceWorkerOp.cpp',
H A DFetchEventOpProxyChild.cpp83 RefPtr<FetchEventOp> op = ServiceWorkerOp::Create(aArgs, std::move(callback)) in Initialize()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/serviceworkers/
H A DServiceWorkerOp.h29 class ServiceWorkerOp : public RemoteWorkerChild::Op {
32 static already_AddRefed<ServiceWorkerOp> Create(
36 ServiceWorkerOp(
40 ServiceWorkerOp(const ServiceWorkerOp&) = delete;
42 ServiceWorkerOp& operator=(const ServiceWorkerOp&) = delete;
44 ServiceWorkerOp(ServiceWorkerOp&&) = default;
46 ServiceWorkerOp& operator=(ServiceWorkerOp&&) = default;
55 ~ServiceWorkerOp();
84 class ExtendableEventOp : public ServiceWorkerOp,
86 using ServiceWorkerOp::ServiceWorkerOp;
H A DServiceWorkerOp.cpp307 RefPtr<ServiceWorkerOp> mOwner;
341 RefPtr<ServiceWorkerOp> self = this; in NS_IMPL_ISUPPORTS_INHERITED0()
402 ServiceWorkerOp::ServiceWorkerOp( in ServiceWorkerOp() function in mozilla::dom::ServiceWorkerOp
424 ServiceWorkerOp::~ServiceWorkerOp() { in ~ServiceWorkerOp()
429 bool ServiceWorkerOp::Started() const { in Started()
435 bool ServiceWorkerOp::IsTerminationOp() const { in IsTerminationOp()
454 using ServiceWorkerOp::ServiceWorkerOp;
480 using ServiceWorkerOp::ServiceWorkerOp;
498 using ServiceWorkerOp::ServiceWorkerOp;
1705 /* static */ already_AddRefed<ServiceWorkerOp> ServiceWorkerOp::Create( in Create()
[all …]
H A Dmoz.build32 "ServiceWorkerOp.h",
70 "ServiceWorkerOp.cpp",
H A DFetchEventOpProxyChild.cpp83 RefPtr<FetchEventOp> op = ServiceWorkerOp::Create(aArgs, std::move(callback)) in Initialize()
/dports/www/firefox/firefox-99.0/dom/serviceworkers/
H A DServiceWorkerOp.h31 class ServiceWorkerOp : public RemoteWorkerChild::Op {
34 static already_AddRefed<ServiceWorkerOp> Create(
38 ServiceWorkerOp(
42 ServiceWorkerOp(const ServiceWorkerOp&) = delete;
44 ServiceWorkerOp& operator=(const ServiceWorkerOp&) = delete;
46 ServiceWorkerOp(ServiceWorkerOp&&) = default;
48 ServiceWorkerOp& operator=(ServiceWorkerOp&&) = default;
57 ~ServiceWorkerOp();
86 class ExtendableEventOp : public ServiceWorkerOp,
88 using ServiceWorkerOp::ServiceWorkerOp;
H A DServiceWorkerOp.cpp318 RefPtr<ServiceWorkerOp> mOwner;
352 RefPtr<ServiceWorkerOp> self = this; in NS_IMPL_ISUPPORTS_INHERITED0()
413 ServiceWorkerOp::ServiceWorkerOp( in ServiceWorkerOp() function in mozilla::dom::ServiceWorkerOp
435 ServiceWorkerOp::~ServiceWorkerOp() { in ~ServiceWorkerOp()
440 bool ServiceWorkerOp::Started() const { in Started()
465 using ServiceWorkerOp::ServiceWorkerOp;
491 using ServiceWorkerOp::ServiceWorkerOp;
509 using ServiceWorkerOp::ServiceWorkerOp;
1801 using ServiceWorkerOp::ServiceWorkerOp;
1848 /* static */ already_AddRefed<ServiceWorkerOp> ServiceWorkerOp::Create( in Create()
[all …]
H A Dmoz.build32 "ServiceWorkerOp.h",
70 "ServiceWorkerOp.cpp",
H A DFetchEventOpProxyChild.cpp113 RefPtr<FetchEventOp> op = ServiceWorkerOp::Create(aArgs, std::move(callback)) in Initialize()
/dports/www/firefox-esr/firefox-91.8.0/dom/workers/remoteworkers/
H A DRemoteWorkerChild.h31 class ServiceWorkerOp; variable
49 friend class ServiceWorkerOp; variable
H A DRemoteWorkerChild.cpp1006 MaybeStartOp(ServiceWorkerOp::Create(std::move(aArgs), std::move(aResolve))); in RecvExecServiceWorkerOp()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/workers/remoteworkers/
H A DRemoteWorkerChild.h31 class ServiceWorkerOp; variable
42 friend class ServiceWorkerOp; variable
H A DRemoteWorkerChild.cpp995 MaybeStartOp(ServiceWorkerOp::Create(std::move(aArgs), std::move(aResolve))); in RecvExecServiceWorkerOp()
/dports/www/firefox/firefox-99.0/dom/workers/remoteworkers/
H A DRemoteWorkerChild.h31 class ServiceWorkerOp; variable
49 friend class ServiceWorkerOp; variable
H A DRemoteWorkerChild.cpp1035 MaybeStartOp(ServiceWorkerOp::Create(std::move(aArgs), std::move(aResolve))); in RecvExecServiceWorkerOp()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/workers/remoteworkers/
H A DRemoteWorkerChild.h31 class ServiceWorkerOp; variable
49 friend class ServiceWorkerOp; variable
H A DRemoteWorkerChild.cpp1006 MaybeStartOp(ServiceWorkerOp::Create(std::move(aArgs), std::move(aResolve))); in RecvExecServiceWorkerOp()