Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetmgrimp.cpp785 IFWL_Widget* pNextChild = in DrawChild() local
787 while (pNextChild) { in DrawChild()
788 IFWL_Widget* child = pNextChild; in DrawChild()
789 pNextChild = m_pWidgetMgr->GetWidget(child, FWL_WGTRELATION_NextSibling); in DrawChild()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgetacc.cpp230 CXFA_Node* pNextChild = m_pNode->GetNodeItem( in ResetData() local
232 while (pNextChild) { in ResetData()
233 CXFA_Node* pChild = pNextChild; in ResetData()
254 pNextChild = pChild->GetNodeItem(XFA_NODEITEM_NextSibling, in ResetData()