Home
last modified time | relevance | path

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

/external/webkit/WebCore/loader/
DFrameLoader.cpp2674 static bool canAccessAncestor(const SecurityOrigin* activeSecurityOrigin, Frame* targetFrame) in canAccessAncestor() argument
2687 if (activeSecurityOrigin->canAccess(ancestorSecurityOrigin)) in canAccessAncestor()
2719 const SecurityOrigin* activeSecurityOrigin = activeDocument->securityOrigin(); in shouldAllowNavigation() local
2722 …if (!targetFrame->tree()->parent() && canAccessAncestor(activeSecurityOrigin, targetFrame->loader(… in shouldAllowNavigation()
2726 if (canAccessAncestor(activeSecurityOrigin, targetFrame)) in shouldAllowNavigation()