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.cpp158 const CPDF_Dictionary* second_call_page = document->GetPage(2); in TEST_F() local
159 EXPECT_TRUE(second_call_page); in TEST_F()
160 EXPECT_EQ(page, second_call_page); in TEST_F()