HomeSort by relevance Sort by last modified time
    Searched refs:CountPages (Results 1 - 11 of 11) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_layoutprocessor.h 32 int32_t CountPages() const;
cxfa_layoutprocessor.cpp 118 int32_t CXFA_LayoutProcessor::CountPages() const {
cscript_hostpseudomodel.cpp 107 pValue->SetInteger(pNotify->GetDocEnvironment()->CountPages(hDoc));
657 int32_t nPageCount = pNotify->GetDocEnvironment()->CountPages(hDoc);
cscript_layoutpseudomodel.cpp 154 int32_t iPageNum = pDocLayout->CountPages();
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.h 48 int32_t CountPages(CXFA_FFDoc* hDoc) override;
cpdfxfa_docenvironment.cpp 332 int32_t CPDFXFA_DocEnvironment::CountPages(CXFA_FFDoc* hDoc) {
    [all...]
  /external/pdfium/xfa/fde/
cfde_txtedtengine.h 29 int32_t CountPages() const;
cfde_txtedtengine.cpp 96 int32_t CFDE_TxtEdtEngine::CountPages() const {
893 int32_t nPageCount = CountPages();
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa.h 253 virtual int32_t CountPages(CXFA_FFDoc* hDoc) = 0;
  /external/pdfium/core/fpdfapi/parser/
cpdf_document.cpp 247 int CountPages(CPDF_Dictionary* pPages,
264 count += CountPages(pKid, visited_pages);
610 return CountPages(pPages, &visited_pages);
    [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffdocview.cpp 202 return m_pXFADocLayout->CountPages();

Completed in 398 milliseconds