Searched refs:CreatePageTreeNode (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_document_unittest.cpp | 28 CPDF_Dictionary* CreatePageTreeNode(std::unique_ptr<CPDF_Array> kids, in CreatePageTreeNode() function 62 CreatePageTreeNode(std::move(zeroToTwo), this, 3); in CPDF_TestDocumentForPages() 69 CreatePageTreeNode(std::move(zeroToThree), this, 4); in CPDF_TestDocumentForPages() 76 CPDF_Dictionary* branch3 = CreatePageTreeNode(std::move(fourFive), this, 2); in CPDF_TestDocumentForPages() 81 CPDF_Dictionary* branch4 = CreatePageTreeNode(std::move(justSix), this, 1); in CPDF_TestDocumentForPages() 88 CreatePageTreeNode(std::move(allPages), this, kNumTestPages); in CPDF_TestDocumentForPages() 118 CreatePageTreeNode(std::move(allPages), this, 3); in CPDF_TestDocumentWithPageWithoutPageNum()
|