Searched refs:IsAncestorOf (Results 1 – 6 of 6) sorted by relevance
30 if (pNode->IsAncestorOf(m_pAttachNode)) in Append()42 if (pNewNode->IsAncestorOf(m_pAttachNode)) in Insert()
407 EXPECT_TRUE(GetNode()->IsAncestorOf(child0)); in TEST_F()408 EXPECT_TRUE(GetNode()->IsAncestorOf(child1)); in TEST_F()409 EXPECT_FALSE(child1->IsAncestorOf(child0)); in TEST_F()410 EXPECT_TRUE(child0->IsAncestorOf(grandchild)); in TEST_F()411 EXPECT_TRUE(GetNode()->IsAncestorOf(grandchild)); in TEST_F()412 EXPECT_FALSE(child1->IsAncestorOf(grandchild)); in TEST_F()
201 bool IsAncestorOf(const CXFA_Node* that) const;
1598 bool CXFA_Node::IsAncestorOf(const CXFA_Node* that) const { in IsAncestorOf() function in CXFA_Node
427 if (pParent && !pParent->IsAncestorOf(pOldWidget)) { in OnSetFocus()446 if (pParent && !pParent->IsAncestorOf(pNewWidget)) { in OnKillFocus()608 bool CXFA_FFWidget::IsAncestorOf(CXFA_FFWidget* pWidget) { in IsAncestorOf() function in CXFA_FFWidget
183 bool IsAncestorOf(CXFA_FFWidget* pWidget);