Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp742 std::vector<RetainPtr<CXFA_ContentLayoutItem>> keepLayoutItems; in SplitLayoutItem() local
754 for (auto& pPreItem : keepLayoutItems) { in SplitLayoutItem()
780 keepLayoutItems.push_back(pChildItem); in SplitLayoutItem()
782 keepLayoutItems.clear(); in SplitLayoutItem()
1411 std::vector<RetainPtr<CXFA_ContentLayoutItem>> keepLayoutItems; in ProcessKeepForSplit() local
1413 &keepLayoutItems)) { in ProcessKeepForSplit()
1415 for (auto& item : keepLayoutItems) { in ProcessKeepForSplit()