Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffdochandler.cpp32 IXFA_DocView* CXFA_FFDocHandler::CreateDocView(IXFA_Doc* hDoc, in CreateDocView() function in CXFA_FFDocHandler
34 return static_cast<CXFA_FFDoc*>(hDoc)->CreateDocView(dwView); in CreateDocView()
Dxfa_ffdoc.h32 IXFA_DocView* CreateDocView(FX_DWORD dwView = 0);
Dxfa_ffdochandler.h21 virtual IXFA_DocView* CreateDocView(IXFA_Doc* hDoc, FX_DWORD dwView = 0);
Dxfa_ffdoc.cpp184 IXFA_DocView* CXFA_FFDoc::CreateDocView(FX_DWORD dwView) { in CreateDocView() function in CXFA_FFDoc
/external/pdfium/xfa/include/fxfa/
Dfxfa.h485 virtual IXFA_DocView* CreateDocView(IXFA_Doc* hDoc, FX_DWORD dwView = 0) = 0;
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_doc.cpp109 m_pXFADocView = pDocHandler->CreateDocView(m_pXFADoc, XFA_DOCVIEW_View); in LoadXFADoc()