Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp1840 std::vector<CXFA_ContentLayoutItem*> rgRowItems; in DoLayoutTableContainer() local
1860 rgRowItems.push_back(pRowLayoutCell); in DoLayoutTableContainer()
1868 iRowCount = pdfium::CollectionSize<int32_t>(rgRowItems); in DoLayoutTableContainer()
1875 while (rgRowItems[i] && (rgRowItemsSpan[i] <= 0 || in DoLayoutTableContainer()
1877 rgRowItems[i]->m_pFormNode))) { in DoLayoutTableContainer()
1879 (CXFA_ContentLayoutItem*)rgRowItems[i]->m_pNextSibling; in DoLayoutTableContainer()
1881 rgRowItems[i]->m_pFormNode)) { in DoLayoutTableContainer()
1884 rgRowItems[i] = pNewCell; in DoLayoutTableContainer()
1891 CXFA_ContentLayoutItem* pCell = rgRowItems[i]; in DoLayoutTableContainer()
1921 if (!rgRowItems[i]) in DoLayoutTableContainer()