Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutpagemgr.h29 bool GetNextAvailContentHeight(float fChildHeight);
Dcxfa_itemlayoutprocessor.cpp921 if (pProcessor->m_pPageMgr->GetNextAvailContentHeight(childSize.height)) { in InsertFlowedItem()
2092 return m_pPageMgr->GetNextAvailContentHeight(fItemsHeight); in JudgePutNextPage()
Dcxfa_layoutpagemgr.cpp1533 bool CXFA_LayoutPageMgr::GetNextAvailContentHeight(float fChildHeight) { in GetNextAvailContentHeight() function in CXFA_LayoutPageMgr