Searched refs:locallyEntangledPort (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/dom/default/
H A DPlatformMessagePortChannel.cpp96 MessagePort* MessagePortChannel::locallyEntangledPort(const ScriptExecutionContext* context) function in class:WebCore::MessagePortChannel
98 return m_channel->locallyEntangledPort(context);
231 MessagePort* PlatformMessagePortChannel::locallyEntangledPort(const ScriptExecutionContext* context) function in class:WebCore::PlatformMessagePortChannel
H A DPlatformMessagePortChannel.h59 MessagePort* locallyEntangledPort(const ScriptExecutionContext*);
/external/webkit/Source/WebCore/bindings/js/
H A DJSMessagePortCustom.cpp49 if (MessagePort* entangledPort = m_impl->locallyEntangledPort())
H A DJSDOMBinding.cpp156 if (!(*iter)->locallyEntangledPort() || (*iter)->hasPendingActivity())
/external/webkit/Source/WebCore/dom/
H A DMessagePortChannel.h102 // Returns the entangled port if run by the same thread (see MessagePort::locallyEntangledPort() for more details).
103 MessagePort* locallyEntangledPort(const ScriptExecutionContext*);
H A DMessagePort.cpp198 MessagePort* MessagePort::locallyEntangledPort() function in class:WebCore::MessagePort
200 return m_entangledChannel ? m_entangledChannel->locallyEntangledPort(m_scriptExecutionContext) : 0;
H A DMessagePort.h102 MessagePort* locallyEntangledPort();
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformMessagePortChannel.cpp103 MessagePort* MessagePortChannel::locallyEntangledPort(const ScriptExecutionContext* context) function in class:WebCore::MessagePortChannel
/external/webkit/Source/WebCore/workers/
H A DWorkerContext.cpp200 if ((*iter)->hasPendingActivity() || ((*iter)->isEntangled() && !(*iter)->locallyEntangledPort()))

Completed in 132 milliseconds