Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_viewlayoutprocessor.cpp1827 for (CXFA_ViewLayoutItem* pRootLayoutItem = GetRootLayoutItem(); in LayoutPageSetContents() local
1828 pRootLayoutItem; in LayoutPageSetContents()
1829 pRootLayoutItem = ToViewLayoutItem(pRootLayoutItem->GetNextSibling())) { in LayoutPageSetContents()
1830 ViewLayoutItemIterator iterator(pRootLayoutItem); in LayoutPageSetContents()
1848 for (CXFA_ViewLayoutItem* pRootLayoutItem = GetRootLayoutItem(); in SyncLayoutData() local
1849 pRootLayoutItem; in SyncLayoutData()
1850 pRootLayoutItem = ToViewLayoutItem(pRootLayoutItem->GetNextSibling())) { in SyncLayoutData()
1851 ViewLayoutItemIterator iteratorParent(pRootLayoutItem); in SyncLayoutData()
1903 RetainPtr<CXFA_ViewLayoutItem> pRootLayoutItem = m_pPageSetRootLayoutItem; in PrepareLayout() local
1904 if (pRootLayoutItem && in PrepareLayout()
[all …]