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

  /external/pdfium/testing/libfuzzer/
pdf_cfx_saxreader_fuzzer.cc 14 if (reader.StartParse(pdfium::MakeRetain<CFX_MemoryStream>(
  /external/pdfium/core/fxcrt/xml/
cfx_saxreader_unittest.cpp 53 bool StartParse(char* str) {
54 return reader_.StartParse(
75 ASSERT_FALSE(StartParse(data));
83 ASSERT_TRUE(StartParse(data));
94 ASSERT_TRUE(StartParse(data));
107 ASSERT_TRUE(StartParse(data));
119 ASSERT_TRUE(StartParse(data));
132 ASSERT_TRUE(StartParse(data));
150 ASSERT_TRUE(StartParse(data));
cfx_saxreader.h 102 int32_t StartParse(const RetainPtr<IFX_SeekableReadStream>& pFile,
cfx_saxreader.cpp 188 int32_t CFX_SAXReader::StartParse(
  /external/pdfium/xfa/fxfa/parser/
cxfa_document_parser.cpp 20 int32_t CXFA_DocumentParser::StartParse(
26 int32_t nRetStatus = m_nodeParser.StartParse(pStream, ePacketID);
cxfa_document_parser.h 25 int32_t StartParse(const RetainPtr<IFX_SeekableStream>& pStream,
cxfa_dataimporter.cpp 31 if (pDataDocumentParser->StartParse(
cxfa_simple_parser.h 29 int32_t StartParse(const RetainPtr<IFX_SeekableStream>& pStream,
cxfa_simple_parser.cpp 359 int32_t CXFA_SimpleParser::StartParse(
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_form.h 37 void StartParse(CPDF_AllStates* pGraphicStates,
cpdf_form.cpp 34 void CPDF_Form::StartParse(CPDF_AllStates* pGraphicStates,
60 StartParse(pGraphicStates, pParentMatrix, pType3Char, parsedSet);
cpdf_page.h 57 void StartParse();
cpdf_page.cpp 81 void CPDF_Page::StartParse() {
90 StartParse();
  /external/pdfium/core/fxcrt/
cfx_checksumcontext.cpp 119 if (m_pSAXReader->StartParse(
  /external/pdfium/core/fpdfapi/parser/
cpdf_parser.h 53 Error StartParse(const RetainPtr<IFX_SeekableReadStream>& pFile,
cpdf_parser.cpp 231 CPDF_Parser::Error CPDF_Parser::StartParse(
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_ffdoc.cpp 171 return m_pDocumentParser->StartParse(m_pStream, XFA_PacketType::Xdp);
  /external/pdfium/fpdfsdk/
fpdfview.cpp 290 pDocument->GetParser()->StartParse(pFileAccess, pDocument.get());
    [all...]

Completed in 259 milliseconds