Searched refs:isParentOf (Results 1 – 11 of 11) sorted by relevance
217 EXPECT_FALSE(D.isParentOf(D)); in TEST()231 EXPECT_TRUE(C.isParentOf(D)); in TEST()245 EXPECT_TRUE(B.isParentOf(D)); in TEST()261 EXPECT_TRUE(A.isParentOf(B)); in TEST()262 EXPECT_TRUE(A.isParentOf(C)); in TEST()263 EXPECT_FALSE(A.isParentOf(D)); in TEST()422 EXPECT_TRUE(AC.isParentOf(DC)); in TEST()511 EXPECT_TRUE(AC.isParentOf(BC)); in TEST()512 EXPECT_TRUE(AC.isParentOf(CC)); in TEST()
51 static bool isParentOf(const String& path, const String& mayBeChild);
73 bool DOMFilePath::isParentOf(const String& parent, const String& mayBeChild) in isParentOf() function in blink::DOMFilePath
236 …if (source->isDirectory() && isSameFileSystem && DOMFilePath::isParentOf(source->fullPath(), paren… in verifyAndGetDestinationPathForCopyOrMove()
496 if (LCtx->isParentOf(ELCtx)) in isLive()547 return VarContext->isParentOf(CurrentContext); in isLive()
835 if (CurLC != ReportLC && !CurLC->isParentOf(ReportLC)) in VisitNode()
2230 (RegCtx == CurrentLCtx || RegCtx->isParentOf(CurrentLCtx))) in VisitAddedToCluster()
242 bool isParentOf(const SCC &C) const { return C.isChildOf(*this); } in isParentOf() function
228 bool isParentOf(const LocationContext *LC) const;
411 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