Home
last modified time | relevance | path

Searched refs:pFDFDoc (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp2538 CFDF_Document* pFDFDoc = m_pInterForm->ExportToFDF(wsPDFFilePath); local
2539 if (!pFDFDoc)
2543 FX_BOOL bRet = pFDFDoc->WriteBuf(FdfBuffer);
2544 delete pFDFDoc;
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h643 FX_BOOL ImportFromFDF(const CFDF_Document* pFDFDoc, FX_BOOL bNotify = FALSE);