Searched refs:keepLayoutItems (Results 1 – 1 of 1) sorted by relevance
302 CFX_ArrayTemplate<CXFA_ContentLayoutItem*> keepLayoutItems; in SplitLayoutItem() local317 for (int32_t iIndex = 0; iIndex < keepLayoutItems.GetSize(); in SplitLayoutItem()319 CXFA_ContentLayoutItem* pPreItem = keepLayoutItems[iIndex]; in SplitLayoutItem()346 keepLayoutItems.Add(pChildItem); in SplitLayoutItem()348 keepLayoutItems.RemoveAll(); in SplitLayoutItem()1834 CFX_ArrayTemplate<CXFA_ContentLayoutItem*> keepLayoutItems; in ProcessKeepForSplite() local1836 fChildHeight, keepLayoutItems)) { in ProcessKeepForSplite()1838 for (int32_t iIndex = 0; iIndex < keepLayoutItems.GetSize(); iIndex++) { in ProcessKeepForSplite()1839 CXFA_ContentLayoutItem* pItem = keepLayoutItems.GetAt(iIndex); in ProcessKeepForSplite()