Searched refs:m_pPageSetRootLayoutItem (Results 1 – 2 of 2) sorted by relevance
360 visitor->Trace(m_pPageSetRootLayoutItem); in Trace()381 if (m_pPageSetRootLayoutItem) { in InitLayoutPage()382 m_pPageSetRootLayoutItem->RemoveSelfIfParented(); in InitLayoutPage()384 m_pPageSetRootLayoutItem = cppgc::MakeGarbageCollected<CXFA_ViewLayoutItem>( in InitLayoutPage()387 m_pPageSetCurLayoutItem = m_pPageSetRootLayoutItem; in InitLayoutPage()388 m_pPageSetNode->JSObject()->SetLayoutItem(m_pPageSetRootLayoutItem.Get()); in InitLayoutPage()582 pNewRecord->pCurPageSet = m_pPageSetRootLayoutItem; in CreateViewRecord()588 m_pPageSetRootLayoutItem->AppendLastChild(pPageSetLayoutItem); in CreateViewRecord()628 CXFA_ViewLayoutItem* pPrePageSet = m_pPageSetRootLayoutItem; in CreateViewRecord()652 pNewRecord->pCurPageSet = m_pPageSetRootLayoutItem; in CreateViewRecordSimple()[all …]
68 return m_pPageSetRootLayoutItem; in GetRootLayoutItem()189 cppgc::Member<CXFA_ViewLayoutItem> m_pPageSetRootLayoutItem; variable