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

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdoc.h 33 FX_BOOL OpenDoc(IFX_FileRead* pStream, FX_BOOL bTakeOverFile);
34 FX_BOOL OpenDoc(CPDF_Document* pPDFDoc);
xfa_ffapp.cpp 141 FX_BOOL bSuccess = pDoc->OpenDoc(pStream, bTakeOverFile);
154 FX_BOOL bSuccess = pDoc->OpenDoc(pPDFDoc);
xfa_ffdoc.cpp 136 if (!OpenDoc(pPDFDocument)) {
215 FX_BOOL CXFA_FFDoc::OpenDoc(IFX_FileRead* pStream, FX_BOOL bTakeOverFile) {
220 FX_BOOL CXFA_FFDoc::OpenDoc(CPDF_Document* pPDFDoc) {

Completed in 613 milliseconds