Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dxfa_ffdoc.h41 CXFA_FFDocView* CreateDocView(uint32_t dwView = 0);
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp122 m_pXFADocView = m_pXFADoc->CreateDocView(XFA_DOCVIEW_View); in LoadXFADoc()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffdoc.cpp273 CXFA_FFDocView* CXFA_FFDoc::CreateDocView(uint32_t dwView) { in CreateDocView() function in CXFA_FFDoc