Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcscript_layoutpseudomodel.cpp157 CXFA_ContainerLayoutItem* pLayoutPage = pDocLayout->GetPage(i); in NumberedPageCount() local
158 if (!pLayoutPage) { in NumberedPageCount()
161 CXFA_Node* pMasterPage = pLayoutPage->GetMasterPage(); in NumberedPageCount()
217 CXFA_ContainerLayoutItem* pLayoutPage = pDocLayout->GetPage(iPageNo); in GetObjArray() local
218 if (!pLayoutPage) { in GetObjArray()
222 if (CXFA_Node* pMasterPage = pLayoutPage->m_pFormNode) { in GetObjArray()
228 for (CXFA_LayoutItem* pItem = pLayoutPage->m_pFirstChild; pItem; in GetObjArray()
238 if (CXFA_Node* pMasterPage = pLayoutPage->m_pFormNode) { in GetObjArray()
241 for (CXFA_LayoutItem* pItem = pLayoutPage->m_pFirstChild; pItem; in GetObjArray()
302 for (CXFA_LayoutItem* pItem = pLayoutPage->m_pFirstChild; pItem; in GetObjArray()