Searched defs:FFI_DoGoToAction (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/include/
H A Dfpdfformfill.h514 * Method: FFI_DoGoToAction
531 void (*FFI_DoGoToAction)(struct _FPDF_FORMFILLINFO* pThis, int nPageIndex, int zoomMode, float* fPosArray, int sizeofArray); member in struct:_FPDF_FORMFILLINFO
H A Dfsdk_mgr.h335 void FFI_DoGoToAction(int nPageIndex, int zoomMode, float* fPosArray, int sizeOfArray) function in class:CPDFDoc_Environment
337 if(m_pInfo && m_pInfo->FFI_DoGoToAction)
339 m_pInfo->FFI_DoGoToAction(m_pInfo, nPageIndex, zoomMode, fPosArray, sizeOfArray);
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc615 FPDF_FORMFILLINFO::FFI_DoGoToAction = Form_DoGoToAction; member in class:chrome_pdf::FPDF_FORMFILLINFO

Completed in 93 milliseconds