Searched refs:pRootLayoutItem (Results 1 – 1 of 1) sorted by relevance
1827 for (CXFA_ViewLayoutItem* pRootLayoutItem = GetRootLayoutItem(); in LayoutPageSetContents() local1828 pRootLayoutItem; in LayoutPageSetContents()1829 pRootLayoutItem = ToViewLayoutItem(pRootLayoutItem->GetNextSibling())) { in LayoutPageSetContents()1830 ViewLayoutItemIterator iterator(pRootLayoutItem); in LayoutPageSetContents()1848 for (CXFA_ViewLayoutItem* pRootLayoutItem = GetRootLayoutItem(); in SyncLayoutData() local1849 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() local1904 if (pRootLayoutItem && in PrepareLayout()[all …]