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

  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.h 49 int32_t GetCurrentPage(CXFA_FFDoc* hDoc) override;
cpdfxfa_docenvironment.cpp 338 int32_t CPDFXFA_DocEnvironment::GetCurrentPage(CXFA_FFDoc* hDoc) {
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cscript_hostpseudomodel.cpp 78 pValue->SetInteger(pNotify->GetDocEnvironment()->GetCurrentPage(hDoc));
641 int32_t nCurPage = pNotify->GetDocEnvironment()->GetCurrentPage(hDoc);
656 int32_t nCurPage = pNotify->GetDocEnvironment()->GetCurrentPage(hDoc);
  /external/pdfium/fpdfsdk/
cpdfsdk_formfillenvironment.h 85 FPDF_PAGE GetCurrentPage(FPDF_DOCUMENT document);
cpdfsdk_formfillenvironment.cpp 310 FPDF_PAGE CPDFSDK_FormFillEnvironment::GetCurrentPage(FPDF_DOCUMENT document) {
591 UnderlyingFromFPDFPage(GetCurrentPage(m_pUnderlyingDoc));
  /external/pdfium/xfa/fxfa/
fxfa.h 254 virtual int32_t GetCurrentPage(CXFA_FFDoc* hDoc) = 0;
  /external/pdfium/fpdfsdk/javascript/
Field.cpp     [all...]

Completed in 136 milliseconds