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

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_layout_pagemgr_new.cpp 529 for (CXFA_LayoutItem* pChildLayoutItem =
531 pChildLayoutItem;
532 pChildLayoutItem = pChildLayoutItem->m_pNextSibling) {
533 if (pChildLayoutItem->m_pFormNode->GetClassID() !=
539 pChildLayoutItem->m_pFirstChild;
569 CXFA_LayoutItem* pChildLayoutItem =
574 while (pChildLayoutItem && pContentAreaNode) {
575 if (pChildLayoutItem->m_pFormNode->GetClassID() !=
577 pChildLayoutItem = pChildLayoutItem->m_pNextSibling;
    [all...]
xfa_layout_itemlayout.cpp     [all...]

Completed in 214 milliseconds