Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_parser.cpp407 std::unique_ptr<CPDF_Dictionary> trailer = LoadTrailerV4(); in LoadAllCrossRefV4()
438 std::unique_ptr<CPDF_Dictionary> pDict(LoadTrailerV4()); in LoadAllCrossRefV4()
467 std::unique_ptr<CPDF_Dictionary> trailer = LoadTrailerV4(); in LoadLinearizedAllCrossRefV4()
496 std::unique_ptr<CPDF_Dictionary> pDict(LoadTrailerV4()); in LoadLinearizedAllCrossRefV4()
1306 std::unique_ptr<CPDF_Dictionary> CPDF_Parser::LoadTrailerV4() { in LoadTrailerV4() function in CPDF_Parser
1359 std::unique_ptr<CPDF_Dictionary> trailer = LoadTrailerV4(); in StartLinearizedParse()
Dcpdf_parser.h168 std::unique_ptr<CPDF_Dictionary> LoadTrailerV4();