Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.cpp1799 if (m_arrayKeepItems.GetSize()) { in InsertKeepLayoutItems()
1804 for (int32_t iIndex = m_arrayKeepItems.GetSize() - 1; iIndex >= 0; in InsertKeepLayoutItems()
1807 m_arrayKeepItems[iIndex]); in InsertKeepLayoutItems()
1808 fTotalHeight += m_arrayKeepItems[iIndex]->m_sSize.y; in InsertKeepLayoutItems()
1810 m_arrayKeepItems.RemoveAll(); in InsertKeepLayoutItems()
1837 m_arrayKeepItems.RemoveAll(); in ProcessKeepForSplite()
1842 m_arrayKeepItems.Add(pItem); in ProcessKeepForSplite()
2089 pThis->m_arrayKeepItems.Add(pChildLayoutItem); in XFA_ItemLayoutProcessor_InsertFlowedItem()
2091 pThis->m_arrayKeepItems.RemoveAll(); in XFA_ItemLayoutProcessor_InsertFlowedItem()
2468 for (int32_t iIndex = 0; iIndex < m_arrayKeepItems.GetSize(); in DoLayoutFlowedContainer()
[all …]
Dxfa_layout_itemlayout.h176 CFX_ArrayTemplate<CXFA_ContentLayoutItem*> m_arrayKeepItems; variable