Searched defs:locallyEntangledPort (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DMessagePort.cpp198 MessagePort* MessagePort::locallyEntangledPort() function in class:WebCore::MessagePort
200 return m_entangledChannel ? m_entangledChannel->locallyEntangledPort(m_scriptExecutionContext) : 0;
/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
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformMessagePortChannel.cpp103 MessagePort* MessagePortChannel::locallyEntangledPort(const ScriptExecutionContext* context) function in class:WebCore::MessagePortChannel

Completed in 740 milliseconds