Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_viewlayoutitem.h27 CXFA_Node* GetMasterPage() const;
Dcxfa_viewlayoutitem.cpp59 CXFA_Node* CXFA_ViewLayoutItem::GetMasterPage() const { in GetMasterPage() function in CXFA_ViewLayoutItem
/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.cpp174 CXFA_Node* pMasterPage = pLayoutPage->GetMasterPage(); in NumberedPageCount()