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

  /external/pdfium/xfa/fxfa/parser/
cxfa_layoutpagemgr.cpp 44 CXFA_ContainerLayoutItem* pChildItem =
46 while (pChildItem &&
47 pChildItem->m_pFormNode->GetElementType() != XFA_Element::PageSet) {
48 pChildItem =
49 static_cast<CXFA_ContainerLayoutItem*>(pChildItem->m_pNextSibling);
51 return pChildItem;
56 CXFA_ContainerLayoutItem* pChildItem =
58 while (pChildItem &&
59 pChildItem->m_pFormNode->GetElementType() != XFA_Element::PageSet) {
60 pChildItem
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.cpp     [all...]

Completed in 90 milliseconds