Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_page.h32 bool IsPage() const override;
Dcpdf_pageobjectholder.cpp32 bool CPDF_PageObjectHolder::IsPage() const { in IsPage() function in CPDF_PageObjectHolder
Dcpdf_pageobjectholder.h50 virtual bool IsPage() const;
Dcpdf_page.cpp77 bool CPDF_Page::IsPage() const { in IsPage() function in CPDF_Page
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp64 ASSERT(m_pObjHolder->IsPage()); in GenerateContent()
155 if (m_pObjHolder->IsPage() && !pPageObj->IsDirty()) in ProcessPageObjects()