HomeSort by relevance Sort by last modified time
    Searched full:remotecontext (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/default/
PlatformMessagePortChannel.cpp 147 ScriptExecutionContext* remoteContext = m_channel->m_remotePort->scriptExecutionContext();
148 if (remoteContext == context || (remoteContext && remoteContext->isDocument() && context->isDocument()))

Completed in 102 milliseconds