Home
last modified time | relevance | path

Searched refs:aCpows (Results 1 – 25 of 56) sorted by relevance

123

/dports/lang/spidermonkey60/firefox-60.9.0/dom/ipc/
H A DnsIContentParent.cpp233 InfallibleTArray<CpowEntry>&& aCpows, const IPC::Principal& aPrincipal, in RecvSyncMessage() argument
238 CrossProcessCpowHolder cpows(this, aCpows); in RecvSyncMessage()
253 InfallibleTArray<CpowEntry>&& aCpows, const IPC::Principal& aPrincipal, in RecvRpcMessage() argument
258 CrossProcessCpowHolder cpows(this, aCpows); in RecvRpcMessage()
305 const nsString& aMsg, InfallibleTArray<CpowEntry>&& aCpows, in RecvAsyncMessage() argument
310 CrossProcessCpowHolder cpows(this, aCpows); in RecvAsyncMessage()
H A DContentBridgeParent.cpp63 InfallibleTArray<jsipc::CpowEntry>&& aCpows, in RecvSyncMessage() argument
65 return nsIContentParent::RecvSyncMessage(aMsg, aData, Move(aCpows), in RecvSyncMessage()
70 const nsString& aMsg, InfallibleTArray<jsipc::CpowEntry>&& aCpows, in RecvAsyncMessage() argument
72 return nsIContentParent::RecvAsyncMessage(aMsg, Move(aCpows), aPrincipal, in RecvAsyncMessage()
H A DnsIContentParent.h147 InfallibleTArray<jsipc::CpowEntry>&& aCpows,
152 InfallibleTArray<jsipc::CpowEntry>&& aCpows,
156 const nsString& aMsg, InfallibleTArray<jsipc::CpowEntry>&& aCpows,
H A DContentBridgeParent.h85 InfallibleTArray<jsipc::CpowEntry>&& aCpows,
90 const nsString& aMsg, InfallibleTArray<jsipc::CpowEntry>&& aCpows,
H A DnsIContentChild.cpp145 const nsString& aMsg, InfallibleTArray<CpowEntry>&& aCpows, in RecvAsyncMessage() argument
150 CrossProcessCpowHolder cpows(this, aCpows); in RecvAsyncMessage()
H A DContentBridgeChild.cpp49 const nsString& aMsg, InfallibleTArray<jsipc::CpowEntry>&& aCpows, in RecvAsyncMessage() argument
51 return nsIContentChild::RecvAsyncMessage(aMsg, Move(aCpows), aPrincipal, in RecvAsyncMessage()
H A DPContentBridge.ipdl61 CpowEntry[] aCpows, Principal aPrincipal)
77 async AsyncMessage(nsString aMessage, CpowEntry[] aCpows,
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/ipc/
H A DnsIContentParent.cpp218 InfallibleTArray<CpowEntry>&& aCpows, in RecvSyncMessage() argument
237 CrossProcessCpowHolder cpows(this, aCpows); in RecvSyncMessage()
247 InfallibleTArray<CpowEntry>&& aCpows, in RecvRpcMessage() argument
266 CrossProcessCpowHolder cpows(this, aCpows); in RecvRpcMessage()
301 InfallibleTArray<CpowEntry>&& aCpows, in RecvAsyncMessage() argument
320 CrossProcessCpowHolder cpows(this, aCpows); in RecvAsyncMessage()
H A DContentBridgeParent.cpp75 InfallibleTArray<jsipc::CpowEntry>&& aCpows, in RecvSyncMessage() argument
79 return nsIContentParent::RecvSyncMessage(aMsg, aData, Move(aCpows), in RecvSyncMessage()
85 InfallibleTArray<jsipc::CpowEntry>&& aCpows, in RecvAsyncMessage() argument
89 return nsIContentParent::RecvAsyncMessage(aMsg, Move(aCpows), in RecvAsyncMessage()
H A DnsIContentParent.h123 InfallibleTArray<jsipc::CpowEntry>&& aCpows,
128 InfallibleTArray<jsipc::CpowEntry>&& aCpows,
132 InfallibleTArray<jsipc::CpowEntry>&& aCpows,
H A DnsIContentChild.cpp142 InfallibleTArray<CpowEntry>&& aCpows, in RecvAsyncMessage() argument
151 CrossProcessCpowHolder cpows(this, aCpows); in RecvAsyncMessage()
H A DContentBridgeParent.h99 InfallibleTArray<jsipc::CpowEntry>&& aCpows,
104 InfallibleTArray<jsipc::CpowEntry>&& aCpows,
H A DContentBridgeChild.cpp61 InfallibleTArray<jsipc::CpowEntry>&& aCpows, in RecvAsyncMessage() argument
65 return nsIContentChild::RecvAsyncMessage(aMsg, Move(aCpows), aPrincipal, aData); in RecvAsyncMessage()
H A DPContentBridge.ipdl47 CpowEntry[] aCpows, Principal aPrincipal)
64 async AsyncMessage(nsString aMessage, CpowEntry[] aCpows,
H A DTabParent.h194 InfallibleTArray<CpowEntry>&& aCpows,
201 InfallibleTArray<CpowEntry>&& aCpows,
206 InfallibleTArray<CpowEntry>&& aCpows,
590 mozilla::jsipc::CpowHolder* aCpows,
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsInProcessTabChildGlobal.cpp28 JS::Handle<JSObject*> aCpows, nsIPrincipal* aPrincipal, in DoSendBlockingMessage() argument
34 SameProcessCpowHolder cpows(JS::RootingContext::get(aCx), aCpows); in DoSendBlockingMessage()
47 JS::Handle<JSObject*> aCpows, in nsAsyncMessageToParent() argument
49 : nsSameProcessAsyncMessageBase(aRootingCx, aCpows), in nsAsyncMessageToParent()
62 JS::Handle<JSObject*> aCpows, nsIPrincipal* aPrincipal) { in DoSendAsyncMessage() argument
66 new nsAsyncMessageToParent(rcx, aCpows, this); in DoSendAsyncMessage()
H A DnsFrameMessageManager.cpp910 if (aCpows) { in ReceiveMessage()
911 if (!aCpows->ToObject(cx, &cpows)) { in ReceiveMessage()
1075 aCloneData, aCpows, aPrincipal, aRetVal); in ReceiveMessage()
1657 : nsSameProcessAsyncMessageBase(aRootingCx, aCpows), in nsAsyncMessageToSameProcessChild()
1690 JS::Handle<JSObject*> aCpows, in DoSendAsyncMessage() argument
1694 new nsAsyncMessageToSameProcessChild(rcx, aCpows); in DoSendAsyncMessage()
1722 JS::Handle<JSObject*> aCpows, in DoSendBlockingMessage() argument
1735 if (aCpows && !cc->GetCPOWManager()->Wrap(aCx, aCpows, &cpows)) { in DoSendBlockingMessage()
1759 if (aCpows && !cc->GetCPOWManager()->Wrap(aCx, aCpows, &cpows)) { in DoSendAsyncMessage()
1801 JS::Handle<JSObject*> aCpows, in DoSendBlockingMessage() argument
[all …]
H A DnsFrameMessageManager.h71 JS::Handle<JSObject*> aCpows, in DoSendBlockingMessage() argument
80 JS::Handle<JSObject*> aCpows, in DoSendAsyncMessage() argument
176 mozilla::jsipc::CpowHolder* aCpows,
202 JS::Handle<JSObject*> aCpows,
239 mozilla::jsipc::CpowHolder* aCpows,
315 JS::Handle<JSObject*> aCpows);
H A DnsInProcessTabChildGlobal.h85 JS::Handle<JSObject*> aCpows,
91 JS::Handle<JSObject*> aCpows,
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsInProcessTabChildGlobal.cpp30 JS::Handle<JSObject *> aCpows, in DoSendBlockingMessage() argument
39 SameProcessCpowHolder cpows(JS::RootingContext::get(aCx), aCpows); in DoSendBlockingMessage()
53 JS::Handle<JSObject*> aCpows, in nsAsyncMessageToParent() argument
55 : nsSameProcessAsyncMessageBase(aRootingCx, aCpows) in nsAsyncMessageToParent()
72 JS::Handle<JSObject *> aCpows, in DoSendAsyncMessage() argument
78 new nsAsyncMessageToParent(rcx, aCpows, this); in DoSendAsyncMessage()
H A DnsFrameMessageManager.h69 JS::Handle<JSObject*> aCpows, in DoSendBlockingMessage() argument
80 JS::Handle<JSObject*> aCpows, in DoSendAsyncMessage() argument
202 mozilla::jsipc::CpowHolder* aCpows, nsIPrincipal* aPrincipal,
232 JS::Handle<JSObject*> aCpows,
275 mozilla::jsipc::CpowHolder* aCpows, nsIPrincipal* aPrincipal,
348 JS::Handle<JSObject*> aCpows);
H A DnsFrameMessageManager.cpp1163 if (aCpows) { in ReceiveMessage()
1164 if (!aCpows->ToObject(cx, &cpows)) { in ReceiveMessage()
1319 aCpows, aPrincipal, in ReceiveMessage()
1923 JS::Handle<JSObject*> aCpows) in nsAsyncMessageToSameProcessChild() argument
1924 : nsSameProcessAsyncMessageBase(aRootingCx, aCpows) in nsAsyncMessageToSameProcessChild()
1967 new nsAsyncMessageToSameProcessChild(rcx, aCpows); in DoSendAsyncMessage()
2039 if (aCpows && !cc->GetCPOWManager()->Wrap(aCx, aCpows, &cpows)) { in DoSendBlockingMessage()
2066 if (aCpows && !cc->GetCPOWManager()->Wrap(aCx, aCpows, &cpows)) { in DoSendAsyncMessage()
2085 : nsSameProcessAsyncMessageBase(aRootingCx, aCpows) in nsAsyncMessageToSameProcessParent()
2139 new nsAsyncMessageToSameProcessParent(rcx, aCpows); in DoSendAsyncMessage()
[all …]
H A DnsInProcessTabChildGlobal.h89 JS::Handle<JSObject *> aCpows,
96 JS::Handle<JSObject *> aCpows,
/dports/lang/spidermonkey60/firefox-60.9.0/js/ipc/
H A DJavaScriptShared.cpp573 const InfallibleTArray<CpowEntry>& aCpows, in Unwrap() argument
577 if (!aCpows.Length()) return true; in Unwrap()
584 for (size_t i = 0; i < aCpows.Length(); i++) { in Unwrap()
585 const nsString& name = aCpows[i].name(); in Unwrap()
587 if (!fromVariant(cx, aCpows[i].value(), &v)) return false; in Unwrap()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/ipc/
H A DJavaScriptShared.cpp683 JavaScriptShared::Unwrap(JSContext* cx, const InfallibleTArray<CpowEntry>& aCpows, in Unwrap() argument
688 if (!aCpows.Length()) in Unwrap()
697 for (size_t i = 0; i < aCpows.Length(); i++) { in Unwrap()
698 const nsString& name = aCpows[i].name(); in Unwrap()
700 if (!fromVariant(cx, aCpows[i].value(), &v)) in Unwrap()

123