Searched refs:isParentOf (Results 1 – 8 of 8) 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()
503 if (LCtx->isParentOf(ELCtx)) in isLive()547 return !VarContext || VarContext->isParentOf(CurrentContext); in isLive()
1921 if (RegCtx == CurrentLCtx || RegCtx->isParentOf(CurrentLCtx)) in VisitAddedToCluster()
148 bool isParentOf(CanvasState* other) { in isParentOf() function in WebCore::CanvasState265 if (fromState->isParentOf(toState)) { in applyState()270 } else if (toState->isParentOf(fromState)) { in applyState()
216 bool isParentOf(const LocationContext *LC) const;
337 bool LocationContext::isParentOf(const LocationContext *LC) const { in isParentOf() function in LocationContext