HomeSort by relevance Sort by last modified time
    Searched refs:CreateDocView (Results 1 - 6 of 6) sorted by null

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdoc.h 32 IXFA_DocView* CreateDocView(FX_DWORD dwView = 0);
xfa_ffdochandler.h 21 virtual IXFA_DocView* CreateDocView(IXFA_Doc* hDoc, FX_DWORD dwView = 0);
xfa_ffdochandler.cpp 32 IXFA_DocView* CXFA_FFDocHandler::CreateDocView(IXFA_Doc* hDoc,
34 return static_cast<CXFA_FFDoc*>(hDoc)->CreateDocView(dwView);
xfa_ffdoc.cpp 184 IXFA_DocView* CXFA_FFDoc::CreateDocView(FX_DWORD dwView) {
  /external/pdfium/xfa/include/fxfa/
fxfa.h 485 virtual IXFA_DocView* CreateDocView(IXFA_Doc* hDoc, FX_DWORD dwView = 0) = 0;
    [all...]
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_doc.cpp 109 m_pXFADocView = pDocHandler->CreateDocView(m_pXFADoc, XFA_DOCVIEW_View);
    [all...]

Completed in 890 milliseconds