Searched refs:IsPage (Results 1 – 5 of 5) sorted by relevance
32 bool IsPage() const override;
32 bool CPDF_PageObjectHolder::IsPage() const { in IsPage() function in CPDF_PageObjectHolder
50 virtual bool IsPage() const;
77 bool CPDF_Page::IsPage() const { in IsPage() function in CPDF_Page
64 ASSERT(m_pObjHolder->IsPage()); in GenerateContent()155 if (m_pObjHolder->IsPage() && !pPageObj->IsDirty()) in ProcessPageObjects()