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 48 int32_t GetCurrentPage(CXFA_FFDoc* hDoc) override;
cpdfxfa_docenvironment.cpp 335 int32_t CPDFXFA_DocEnvironment::GetCurrentPage(CXFA_FFDoc* hDoc) {
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa.h 233 virtual int32_t GetCurrentPage(CXFA_FFDoc* hDoc) = 0;
  /external/pdfium/fxjs/xfa/
cjx_hostpseudomodel.cpp 115 pValue->SetInteger(pNotify->GetDocEnvironment()->GetCurrentPage(hDoc));
607 int32_t nCurPage = pNotify->GetDocEnvironment()->GetCurrentPage(hDoc);
625 int32_t nCurPage = pNotify->GetDocEnvironment()->GetCurrentPage(hDoc);
  /external/pdfium/fpdfsdk/
cpdfsdk_formfillenvironment.h 100 FPDF_PAGE GetCurrentPage(UnderlyingDocumentType* document);
cpdfsdk_formfillenvironment.cpp 292 FPDF_PAGE CPDFSDK_FormFillEnvironment::GetCurrentPage(
568 UnderlyingFromFPDFPage(GetCurrentPage(m_pUnderlyingDoc.Get()));
  /external/pdfium/fxjs/
cjs_field.cpp     [all...]

Completed in 107 milliseconds