Home
last modified time | relevance | path

Searched refs:IsAncestorOf (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_attachnodelist.cpp30 if (pNode->IsAncestorOf(m_pAttachNode)) in Append()
42 if (pNewNode->IsAncestorOf(m_pAttachNode)) in Insert()
Dcxfa_node_unittest.cpp407 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()
Dcxfa_node.h201 bool IsAncestorOf(const CXFA_Node* that) const;
Dcxfa_node.cpp1598 bool CXFA_Node::IsAncestorOf(const CXFA_Node* that) const { in IsAncestorOf() function in CXFA_Node
/external/pdfium/xfa/fxfa/
Dcxfa_ffwidget.cpp427 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
Dcxfa_ffwidget.h183 bool IsAncestorOf(CXFA_FFWidget* pWidget);