HomeSort by relevance Sort by last modified time
    Searched defs:FFI_DoGoToAction (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fpdfsdk/include/
fpdfformfill.h 514 * Method: FFI_DoGoToAction
531 void (*FFI_DoGoToAction)(struct _FPDF_FORMFILLINFO* pThis, int nPageIndex, int zoomMode, float* fPosArray, int sizeofArray);
    [all...]
fsdk_mgr.h 335 void FFI_DoGoToAction(int nPageIndex, int zoomMode, float* fPosArray, int sizeOfArray)
337 if(m_pInfo && m_pInfo->FFI_DoGoToAction)
339 m_pInfo->FFI_DoGoToAction(m_pInfo, nPageIndex, zoomMode, fPosArray, sizeOfArray);
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc 615 FPDF_FORMFILLINFO::FFI_DoGoToAction = Form_DoGoToAction;
    [all...]

Completed in 505 milliseconds