Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp306 static bool canAccessAncestor(const SecurityOrigin& activeSecurityOrigin, Frame* targetFrame) in canAccessAncestor() function
2732 if (canAccessAncestor(origin, targetFrame)) in canNavigate()
2750 if (canAccessAncestor(origin, targetFrame->loader().opener())) in canNavigate()