HomeSort by relevance Sort by last modified time
    Searched refs:locallyEntangledPort (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/dom/default/
PlatformMessagePortChannel.cpp 96 MessagePort* MessagePortChannel::locallyEntangledPort(const ScriptExecutionContext* context)
98 return m_channel->locallyEntangledPort(context);
231 MessagePort* PlatformMessagePortChannel::locallyEntangledPort(const ScriptExecutionContext* context)
PlatformMessagePortChannel.h 59 MessagePort* locallyEntangledPort(const ScriptExecutionContext*);
  /external/webkit/Source/WebCore/bindings/js/
JSMessagePortCustom.cpp 49 if (MessagePort* entangledPort = m_impl->locallyEntangledPort())
JSDOMBinding.cpp 156 if (!(*iter)->locallyEntangledPort() || (*iter)->hasPendingActivity())
  /external/webkit/Source/WebCore/dom/
MessagePortChannel.h 102 // Returns the entangled port if run by the same thread (see MessagePort::locallyEntangledPort() for more details).
103 MessagePort* locallyEntangledPort(const ScriptExecutionContext*);
MessagePort.cpp 198 MessagePort* MessagePort::locallyEntangledPort()
200 return m_entangledChannel ? m_entangledChannel->locallyEntangledPort(m_scriptExecutionContext) : 0;
MessagePort.h 102 MessagePort* locallyEntangledPort();
  /external/webkit/Source/WebKit/chromium/src/
PlatformMessagePortChannel.cpp 103 MessagePort* MessagePortChannel::locallyEntangledPort(const ScriptExecutionContext* context)
  /external/webkit/Source/WebCore/workers/
WorkerContext.cpp 200 if ((*iter)->hasPendingActivity() || ((*iter)->isEntangled() && !(*iter)->locallyEntangledPort()))

Completed in 284 milliseconds