Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffdoc.h58 CXFA_FFDocView* CreateDocView();
Dcxfa_ffdoc.cpp115 CXFA_FFDocView* CXFA_FFDoc::CreateDocView() { in CreateDocView() function in CXFA_FFDoc
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp162 m_pXFADocView = m_pXFADoc->CreateDocView(); in LoadXFADoc()