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

  /external/pdfium/xfa/src/fxfa/src/common/
xfa_parser.h 18 virtual int32_t DoParse(IFX_Pause* pPause = NULL) = 0;
  /art/runtime/
parsed_options.h 76 bool DoParse(const RuntimeOptions& options,
parsed_options.cc 50 return parser.DoParse(options, ignore_unrecognized, runtime_options);
428 bool ParsedOptions::DoParse(const RuntimeOptions& options,
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_parser_imp.h 19 virtual int32_t DoParse(IFX_Pause* pPause = NULL);
86 virtual int32_t DoParse(IFX_Pause* pPause = NULL);
xfa_parser_imp.cpp 94 int32_t CXFA_SimpleParser::DoParse(IFX_Pause* pPause) {
    [all...]
xfa_document_serialize.cpp 35 if (pDataDocumentParser->DoParse(NULL) < XFA_PARSESTATUS_Done) {
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdoc.cpp 101 int32_t iStatus = m_pDocument->GetParser()->DoParse(pPause);
145 pParser->DoParse(NULL) == XFA_PARSESTATUS_Done) {
xfa_textlayout.h 76 void DoParse(IFDE_XMLNode* pXMLContainer, IXFA_TextProvider* pTextProvider);
xfa_textlayout.cpp 238 void CXFA_TextParser::DoParse(IFDE_XMLNode* pXMLContainer,
    [all...]

Completed in 79 milliseconds