Searched refs:isParentOf (Results 1 – 9 of 9) sorted by relevance
53 static bool isParentOf(const String& path, const String& mayBeChild);
75 bool DOMFilePath::isParentOf(const String& parent, const String& mayBeChild) in isParentOf() function in WebCore::DOMFilePath
208 …if (source->isDirectory() && isSameFileSystem && DOMFilePath::isParentOf(source->fullPath(), paren… in verifyAndGetDestinationPathForCopyOrMove()
498 if (LCtx->isParentOf(ELCtx)) in isLive()549 return VarContext->isParentOf(CurrentContext); in isLive()
835 if (CurLC != ReportLC && !CurLC->isParentOf(ReportLC)) in VisitNode()
2232 (RegCtx == CurrentLCtx || RegCtx->isParentOf(CurrentLCtx))) in VisitAddedToCluster()
233 bool isParentOf(const LocationContext *LC) const;
401 bool LocationContext::isParentOf(const LocationContext *LC) const { in isParentOf() function in LocationContext
554 if (moved_node.isParentOf(target_node)) {675 Node.prototype.isParentOf = function(node) { method in Node