Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_pagemgr_new.cpp1819 CXFA_ContainerLayoutItem* pRootLayoutItem = this->GetRootLayoutItem(); in LayoutPageSetContents() local
1820 for (; pRootLayoutItem; in LayoutPageSetContents()
1821 pRootLayoutItem = in LayoutPageSetContents()
1822 (CXFA_ContainerLayoutItem*)pRootLayoutItem->m_pNextSibling) { in LayoutPageSetContents()
1826 iterator(pRootLayoutItem); in LayoutPageSetContents()
1879 CXFA_ContainerLayoutItem* pRootLayoutItem = this->GetRootLayoutItem(); in SyncLayoutData() local
1880 for (; pRootLayoutItem; in SyncLayoutData()
1881 pRootLayoutItem = in SyncLayoutData()
1882 (CXFA_ContainerLayoutItem*)pRootLayoutItem->m_pNextSibling) { in SyncLayoutData()
1886 iteratorParent(pRootLayoutItem); in SyncLayoutData()
[all …]