Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_document_unittest.cpp182 const CPDF_Dictionary* second_call_page = document->GetPage(2); in TEST_F() local
183 EXPECT_TRUE(second_call_page); in TEST_F()
184 EXPECT_EQ(page, second_call_page); in TEST_F()