Home
last modified time | relevance | path

Searched defs:GetIPCChannel (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/glue/
H A DProtocolUtils.h191 virtual const MessageChannel* GetIPCChannel() const { return mChannel; } in GetIPCChannel() function
192 virtual MessageChannel* GetIPCChannel() { return mChannel; } in GetIPCChannel() function
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/glue/
H A DProtocolUtils.h179 virtual const MessageChannel* GetIPCChannel() const { return mChannel; } in GetIPCChannel() function
180 virtual MessageChannel* GetIPCChannel() { return mChannel; } in GetIPCChannel() function
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/glue/
H A DProtocolUtils.h409 MessageChannel* GetIPCChannel() { return &mChannel; } in GetIPCChannel() function
410 const MessageChannel* GetIPCChannel() const { return &mChannel; } in GetIPCChannel() function
H A DProtocolUtils.cpp313 MessageChannel* IProtocol::GetIPCChannel() { in GetIPCChannel() function in mozilla::ipc::IProtocol
316 const MessageChannel* IProtocol::GetIPCChannel() const { in GetIPCChannel() function in mozilla::ipc::IProtocol
/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/
H A DProtocolUtils.h429 MessageChannel* GetIPCChannel() { return &mChannel; } in GetIPCChannel() function
430 const MessageChannel* GetIPCChannel() const { return &mChannel; } in GetIPCChannel() function
H A DProtocolUtils.cpp358 MessageChannel* IProtocol::GetIPCChannel() { in GetIPCChannel() function in mozilla::ipc::IProtocol
361 const MessageChannel* IProtocol::GetIPCChannel() const { in GetIPCChannel() function in mozilla::ipc::IProtocol
/dports/www/firefox/firefox-99.0/ipc/glue/
H A DProtocolUtils.h409 MessageChannel* GetIPCChannel() { return &mChannel; } in GetIPCChannel() function
410 const MessageChannel* GetIPCChannel() const { return &mChannel; } in GetIPCChannel() function
H A DProtocolUtils.cpp340 MessageChannel* IProtocol::GetIPCChannel() { in GetIPCChannel() function in mozilla::ipc::IProtocol
343 const MessageChannel* IProtocol::GetIPCChannel() const { in GetIPCChannel() function in mozilla::ipc::IProtocol
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/
H A DProtocolUtils.h429 MessageChannel* GetIPCChannel() { return &mChannel; } in GetIPCChannel() function
430 const MessageChannel* GetIPCChannel() const { return &mChannel; } in GetIPCChannel() function
H A DProtocolUtils.cpp358 MessageChannel* IProtocol::GetIPCChannel() { in GetIPCChannel() function in mozilla::ipc::IProtocol
361 const MessageChannel* IProtocol::GetIPCChannel() const { in GetIPCChannel() function in mozilla::ipc::IProtocol