Home
last modified time | relevance | path

Searched refs:aClientInfoAndState (Results 1 – 18 of 18) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/serviceworkers/
H A DServiceWorkerPrivate.h116 const ClientInfoAndState& aClientInfoAndState) = 0;
157 const ClientInfoAndState& aClientInfoAndState);
H A DServiceWorkerPrivateImpl.h61 const ClientInfoAndState& aClientInfoAndState) override;
H A DServiceWorkerPrivate.cpp461 const ClientInfoAndState& aClientInfoAndState, in SendMessageEventRunnable() argument
464 mClientInfoAndState(aClientInfoAndState), in SendMessageEventRunnable()
522 const ClientInfoAndState& aClientInfoAndState) { in SendMessageEvent() argument
526 return mInner->SendMessageEvent(std::move(aData), aClientInfoAndState); in SendMessageEvent()
534 mWorkerPrivate, token, aClientInfoAndState, std::move(aData)); in SendMessageEvent()
H A DServiceWorkerPrivateImpl.cpp332 const ClientInfoAndState& aClientInfoAndState) { in SendMessageEvent() argument
346 args.clientInfoAndState() = aClientInfoAndState; in SendMessageEvent()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/serviceworkers/
H A DServiceWorkerPrivate.h116 const ClientInfoAndState& aClientInfoAndState) = 0;
157 const ClientInfoAndState& aClientInfoAndState);
H A DServiceWorkerPrivateImpl.h61 const ClientInfoAndState& aClientInfoAndState) override;
H A DServiceWorkerPrivate.cpp460 const ClientInfoAndState& aClientInfoAndState, in SendMessageEventRunnable() argument
463 mClientInfoAndState(aClientInfoAndState), in SendMessageEventRunnable()
523 const ClientInfoAndState& aClientInfoAndState) { in SendMessageEvent() argument
527 return mInner->SendMessageEvent(std::move(aData), aClientInfoAndState); in SendMessageEvent()
535 mWorkerPrivate, token, aClientInfoAndState, std::move(aData)); in SendMessageEvent()
H A DServiceWorkerPrivateImpl.cpp291 const ClientInfoAndState& aClientInfoAndState) { in SendMessageEvent() argument
305 args.clientInfoAndState() = aClientInfoAndState; in SendMessageEvent()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/serviceworkers/
H A DServiceWorkerPrivate.h116 const ClientInfoAndState& aClientInfoAndState) = 0;
157 const ClientInfoAndState& aClientInfoAndState);
H A DServiceWorkerPrivateImpl.h61 const ClientInfoAndState& aClientInfoAndState) override;
H A DServiceWorkerPrivate.cpp461 const ClientInfoAndState& aClientInfoAndState, in SendMessageEventRunnable() argument
464 mClientInfoAndState(aClientInfoAndState), in SendMessageEventRunnable()
522 const ClientInfoAndState& aClientInfoAndState) { in SendMessageEvent() argument
526 return mInner->SendMessageEvent(std::move(aData), aClientInfoAndState); in SendMessageEvent()
534 mWorkerPrivate, token, aClientInfoAndState, std::move(aData)); in SendMessageEvent()
H A DServiceWorkerPrivateImpl.cpp332 const ClientInfoAndState& aClientInfoAndState) { in SendMessageEvent() argument
346 args.clientInfoAndState() = aClientInfoAndState; in SendMessageEvent()
/dports/www/firefox/firefox-99.0/dom/serviceworkers/
H A DServiceWorkerPrivate.h117 const ClientInfoAndState& aClientInfoAndState) = 0;
162 const ClientInfoAndState& aClientInfoAndState);
H A DServiceWorkerPrivateImpl.h78 const ClientInfoAndState& aClientInfoAndState) override;
H A DServiceWorkerPrivate.cpp469 const ClientInfoAndState& aClientInfoAndState, in SendMessageEventRunnable() argument
472 mClientInfoAndState(aClientInfoAndState), in SendMessageEventRunnable()
530 const ClientInfoAndState& aClientInfoAndState) { in SendMessageEvent() argument
534 return mInner->SendMessageEvent(std::move(aData), aClientInfoAndState); in SendMessageEvent()
542 mWorkerPrivate, token, aClientInfoAndState, std::move(aData)); in SendMessageEvent()
H A DServiceWorkerPrivateImpl.cpp411 const ClientInfoAndState& aClientInfoAndState) { in SendMessageEvent() argument
425 args.clientInfoAndState() = aClientInfoAndState; in SendMessageEvent()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/serviceworkers/
H A DServiceWorkerPrivate.h84 const ClientInfoAndState& aClientInfoAndState);
H A DServiceWorkerPrivate.cpp457 const ClientInfoAndState& aClientInfoAndState) in SendMessageEventRunnable() argument
461 mClientInfoAndState(aClientInfoAndState) { in SendMessageEventRunnable()
510 const ClientInfoAndState& aClientInfoAndState) { in SendMessageEvent() argument
528 new SendMessageEventRunnable(mWorkerPrivate, token, aClientInfoAndState); in SendMessageEvent()