Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DDocument.cpp4536 Frame* ownerFrame = m_frame->tree()->parent(); in initSecurityContext() local
4537 if (!ownerFrame) in initSecurityContext()
4538 ownerFrame = m_frame->loader()->opener(); in initSecurityContext()
4540 if (ownerFrame) { in initSecurityContext()
4541 m_cookieURL = ownerFrame->document()->cookieURL(); in initSecurityContext()
4544 ScriptExecutionContext::setSecurityOrigin(ownerFrame->document()->securityOrigin()); in initSecurityContext()
4546 m_contentSecurityPolicy = ownerFrame->document()->contentSecurityPolicy(); in initSecurityContext()