Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_page.h74 bool IsPage() const override;
Dcpdf_pageobjectholder.h61 virtual bool IsPage() const;
Dcpdf_pageobjectholder.cpp48 bool CPDF_PageObjectHolder::IsPage() const { in IsPage() function in CPDF_PageObjectHolder
Dcpdf_page.cpp61 bool CPDF_Page::IsPage() const { in IsPage() function in CPDF_Page
Dcpdf_contentparser.cpp136 ASSERT(m_pObjectHolder->IsPage()); in GetContent()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp68 ASSERT(m_pObjHolder->IsPage()); in GenerateContent()
213 if (m_pObjHolder->IsPage() && !pPageObj->IsDirty()) in ProcessPageObjects()