Searched refs:IsPage (Results 1 – 6 of 6) sorted by relevance
74 bool IsPage() const override;
61 virtual bool IsPage() const;
48 bool CPDF_PageObjectHolder::IsPage() const { in IsPage() function in CPDF_PageObjectHolder
61 bool CPDF_Page::IsPage() const { in IsPage() function in CPDF_Page
136 ASSERT(m_pObjectHolder->IsPage()); in GetContent()
68 ASSERT(m_pObjHolder->IsPage()); in GenerateContent()213 if (m_pObjHolder->IsPage() && !pPageObj->IsDirty()) in ProcessPageObjects()