Home
last modified time | relevance | path

Searched refs:locallyEntangledPort (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/dom/default/
DPlatformMessagePortChannel.cpp96 MessagePort* MessagePortChannel::locallyEntangledPort(const ScriptExecutionContext* context) in locallyEntangledPort() function in WebCore::MessagePortChannel
98 return m_channel->locallyEntangledPort(context); in locallyEntangledPort()
231 MessagePort* PlatformMessagePortChannel::locallyEntangledPort(const ScriptExecutionContext* context) in locallyEntangledPort() function in WebCore::PlatformMessagePortChannel
DPlatformMessagePortChannel.h59 MessagePort* locallyEntangledPort(const ScriptExecutionContext*);
/external/webkit/WebCore/dom/
DMessagePort.cpp189 MessagePort* MessagePort::locallyEntangledPort() in locallyEntangledPort() function in WebCore::MessagePort
191 …return m_entangledChannel ? m_entangledChannel->locallyEntangledPort(m_scriptExecutionContext) : 0; in locallyEntangledPort()
DMessagePortChannel.h101 MessagePort* locallyEntangledPort(const ScriptExecutionContext*);
DMessagePort.h105 MessagePort* locallyEntangledPort();
/external/webkit/WebCore/bindings/js/
DJSMessagePortCustom.cpp49 if (MessagePort* entangledPort = m_impl->locallyEntangledPort()) in markChildren()
DJSDOMBinding.cpp455 if (!(*iter)->locallyEntangledPort() || (*iter)->hasPendingActivity()) in markActiveObjectsForContext()
/external/webkit/WebKit/chromium/src/
DPlatformMessagePortChannel.cpp103 MessagePort* MessagePortChannel::locallyEntangledPort(const ScriptExecutionContext* context) in locallyEntangledPort() function in WebCore::MessagePortChannel
/external/webkit/WebCore/workers/
DWorkerContext.cpp147 … if ((*iter)->hasPendingActivity() || ((*iter)->isEntangled() && !(*iter)->locallyEntangledPort())) in hasPendingActivity()
/external/webkit/WebKit/chromium/
DChangeLog4292 (WebCore::MessagePortChannel::locallyEntangledPort):
/external/webkit/WebCore/
DChangeLog-2010-01-2928129 (locallyEntangledPort() always returns false).
96294 (WebCore::MessagePort::locallyEntangledPort):
96299 (WebCore::MessagePortProxyWrapper::locallyEntangledPort):
96303 (WebCore::MessagePortProxy::locallyEntangledPort):