Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_nodeiteratortemplate.h37 m_pCurrent.Reset(LastDescendant(m_pRoot.Get())); in MoveToPrev()
42 m_pCurrent.Reset(LastDescendant(pSibling)); in MoveToPrev()
116 NodeType* LastDescendant(NodeType* pNode) { in LastDescendant() function
118 return pChild ? LastDescendant(pChild) : pNode; in LastDescendant()