Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_nodeiteratortemplate.h33 m_pCurrent = LastDescendant(m_pRoot); in MoveToPrev()
38 m_pCurrent = LastDescendant(pSibling); in MoveToPrev()
120 NodeType* LastDescendant(NodeType* pNode) { in LastDescendant() function
122 return pChild ? LastDescendant(pChild) : pNode; in LastDescendant()