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

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdoc.cpp 102 if (iStatus == XFA_PARSESTATUS_Done && !m_pPDFDoc) {
145 pParser->DoParse(NULL) == XFA_PARSESTATUS_Done) {
150 iStatus = XFA_PARSESTATUS_Done;
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_parser_imp.cpp 115 return XFA_PARSESTATUS_Done;
156 return XFA_PARSESTATUS_Done;
    [all...]
xfa_document_serialize.cpp 35 if (pDataDocumentParser->DoParse(NULL) < XFA_PARSESTATUS_Done) {
xfa_object_imp.cpp     [all...]
  /external/pdfium/xfa/include/fxfa/
fxfa.h 472 #define XFA_PARSESTATUS_Done 100
    [all...]
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_doc.cpp 96 if (iStatus != XFA_PARSESTATUS_Done) {
    [all...]

Completed in 54 milliseconds