HomeSort by relevance Sort by last modified time
    Searched refs:pNextChild (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fwl/
cfwl_widgetmgr.cpp 467 CFWL_Widget* pNextChild = GetFirstChildWidget(parent);
468 while (pNextChild) {
469 CFWL_Widget* child = pNextChild;
470 pNextChild = GetNextSiblingWidget(child);
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidgetacc.cpp 219 CXFA_Node* pNextChild = m_pNode->GetNodeItem(
221 while (pNextChild) {
222 CXFA_Node* pChild = pNextChild;
244 pNextChild = pChild->GetNodeItem(XFA_NODEITEM_NextSibling,
    [all...]

Completed in 87 milliseconds