Searched refs:locallyEntangledPort (Results 1 – 11 of 11) sorted by relevance
96 MessagePort* MessagePortChannel::locallyEntangledPort(const ScriptExecutionContext* context) in locallyEntangledPort() function in WebCore::MessagePortChannel98 return m_channel->locallyEntangledPort(context); in locallyEntangledPort()231 MessagePort* PlatformMessagePortChannel::locallyEntangledPort(const ScriptExecutionContext* context) in locallyEntangledPort() function in WebCore::PlatformMessagePortChannel
59 MessagePort* locallyEntangledPort(const ScriptExecutionContext*);
189 MessagePort* MessagePort::locallyEntangledPort() in locallyEntangledPort() function in WebCore::MessagePort191 …return m_entangledChannel ? m_entangledChannel->locallyEntangledPort(m_scriptExecutionContext) : 0; in locallyEntangledPort()
101 MessagePort* locallyEntangledPort(const ScriptExecutionContext*);
105 MessagePort* locallyEntangledPort();
49 if (MessagePort* entangledPort = m_impl->locallyEntangledPort()) in markChildren()
455 if (!(*iter)->locallyEntangledPort() || (*iter)->hasPendingActivity()) in markActiveObjectsForContext()
103 MessagePort* MessagePortChannel::locallyEntangledPort(const ScriptExecutionContext* context) in locallyEntangledPort() function in WebCore::MessagePortChannel
147 … if ((*iter)->hasPendingActivity() || ((*iter)->isEntangled() && !(*iter)->locallyEntangledPort())) in hasPendingActivity()
4292 (WebCore::MessagePortChannel::locallyEntangledPort):
28129 (locallyEntangledPort() always returns false).96294 (WebCore::MessagePort::locallyEntangledPort):96299 (WebCore::MessagePortProxyWrapper::locallyEntangledPort):96303 (WebCore::MessagePortProxy::locallyEntangledPort):