Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_viewlayoutprocessor.cpp290 CXFA_ViewLayoutItem* pPageSetLayoutItem) { in GetPageAreaCountAndLastPageAreaFromPageSet() argument
294 pPageSetLayoutItem->GetFirstChild(); in GetPageAreaCountAndLastPageAreaFromPageSet()
586 auto pPageSetLayoutItem = in CreateViewRecord() local
588 pPageSet->JSObject()->SetLayoutItem(pPageSetLayoutItem.Get()); in CreateViewRecord()
589 m_pPageSetRootLayoutItem->AppendLastChild(pPageSetLayoutItem); in CreateViewRecord()
590 pNewRecord->pCurPageSet = std::move(pPageSetLayoutItem); in CreateViewRecord()
623 auto pPageSetLayoutItem = in CreateViewRecord() local
625 pPageSet->JSObject()->SetLayoutItem(pPageSetLayoutItem.Get()); in CreateViewRecord()
632 pPrePageSet->GetParent()->InsertAfter(pPageSetLayoutItem, in CreateViewRecord()
635 m_pPageSetCurLayoutItem = pPageSetLayoutItem; in CreateViewRecord()
[all …]
Dcxfa_viewlayoutprocessor.h160 void ProcessSimplexOrDuplexPageSets(CXFA_ViewLayoutItem* pPageSetLayoutItem,