Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_doclayout.h20 virtual CXFA_Node* GetMasterPage() const = 0;
70 CXFA_Node* GetMasterPage() const override;
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_document_layout_imp.cpp200 CXFA_Node* CXFA_ContainerLayoutItem::GetMasterPage() const { in GetMasterPage() function in CXFA_ContainerLayoutItem
Dxfa_script_layoutpseudomodel.cpp153 CXFA_Node* pMasterPage = pLayoutPage->GetMasterPage(); in Script_LayoutPseudoModel_NumberedPageCount()