Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.h106 bool IsAddNewRowForTrailer(CXFA_ContentLayoutItem* pTrailerItem);
Dxfa_layout_itemlayout.cpp340 if (!pProcessor->IsAddNewRowForTrailer(pTrailerLayoutItem)) { in AddTrailerBeforeSplit()
724 ? pThis->IsAddNewRowForTrailer(pTrailerLayoutItem) in InsertFlowedItem()
725 : pProcessor->IsAddNewRowForTrailer(pTrailerLayoutItem); in InsertFlowedItem()
1940 bool CXFA_ItemLayoutProcessor::IsAddNewRowForTrailer( in IsAddNewRowForTrailer() function in CXFA_ItemLayoutProcessor