Searched refs:isParentOf (Results 1 – 9 of 9) sorted by relevance
53 static bool isParentOf(const String& path, const String& mayBeChild);
78 bool DOMFilePath::isParentOf(const String& parent, const String& mayBeChild) in isParentOf() function in WebCore::DOMFilePath
124 if (source->isDirectory() && DOMFilePath::isParentOf(source->fullPath(), parent->fullPath())) in verifyAndGetDestinationPathForCopyOrMove()
498 if (LCtx->isParentOf(ELCtx)) in isLive()549 return VarContext->isParentOf(CurrentContext); in isLive()
751 if (CurLC != ReportLC && !CurLC->isParentOf(ReportLC)) in VisitNode()
2080 (RegCtx == CurrentLCtx || RegCtx->isParentOf(CurrentLCtx))) in VisitAddedToCluster()
149 bool isParentOf(CanvasState* other) { in isParentOf() function in WebCore::CanvasState266 if (fromState->isParentOf(toState)) { in applyState()271 } else if (toState->isParentOf(fromState)) { in applyState()
233 bool isParentOf(const LocationContext *LC) const;
375 bool LocationContext::isParentOf(const LocationContext *LC) const { in isParentOf() function in LocationContext