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

/external/pdfium/xfa/fxfa/parser/
H A Dxfa_layout_itemlayout.h119 std::vector<CXFA_ContentLayoutItem*> m_arrayKeepItems; member in class:CXFA_ItemLayoutProcessor
H A Dxfa_layout_itemlayout.cpp762 pThis->m_arrayKeepItems.push_back(pChildLayoutItem);
764 pThis->m_arrayKeepItems.clear();
1951 if (m_arrayKeepItems.empty())
1960 for (auto iter = m_arrayKeepItems.rbegin(); iter != m_arrayKeepItems.rend();
1965 m_arrayKeepItems.clear();
1996 m_arrayKeepItems.clear();
2001 m_arrayKeepItems.push_back(item);
2274 for (auto item : m_arrayKeepItems) {

Completed in 378 milliseconds