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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp299 static bool shouldInheritSecurityOriginFromOwner(const KURL& url) function in namespace:blink
4844 if (!shouldInheritSecurityOriginFromOwner(m_url))
4874 if (m_frame && m_frame->tree().parent() && m_frame->tree().parent()->isLocalFrame() && (shouldInheritSecurityOriginFromOwner(m_url) || isPluginDocument()))

Completed in 44 milliseconds