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

  /external/pdfium/xfa/fxfa/parser/
cxfa_layoutpagemgr.cpp 672 for (CXFA_LayoutItem* pChildLayoutItem =
674 pChildLayoutItem;
675 pChildLayoutItem = pChildLayoutItem->m_pNextSibling) {
676 if (pChildLayoutItem->m_pFormNode->GetElementType() !=
682 pChildLayoutItem->m_pFirstChild;
712 CXFA_LayoutItem* pChildLayoutItem =
716 while (pChildLayoutItem && pContentAreaNode) {
717 if (pChildLayoutItem->m_pFormNode->GetElementType() !=
719 pChildLayoutItem = pChildLayoutItem->m_pNextSibling
    [all...]
cxfa_itemlayoutprocessor.cpp 802 CXFA_ContentLayoutItem* pChildLayoutItem =
806 pThis->m_arrayKeepItems.push_back(pChildLayoutItem);
810 rgCurLineLayoutItems[uHAlign].push_back(pChildLayoutItem);
    [all...]

Completed in 455 milliseconds