Searched refs:FFI_KillTimer (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/public/
H A Dfpdf_formfill.h508 * An application passes this value to the FFI_KillTimer method to kill
516 * Method: FFI_KillTimer
529 void (*FFI_KillTimer)(struct _FPDF_FORMFILLINFO* pThis, int nTimerID); member in struct:_FPDF_FORMFILLINFO
/external/pdfium/testing/
H A Dembedder_test.cpp219 formfillinfo->FFI_KillTimer = KillTimerTrampoline;
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_formfillenvironment.cpp266 if (m_pInfo && m_pInfo->FFI_KillTimer)
267 m_pInfo->FFI_KillTimer(m_pInfo, nTimerID);

Completed in 157 milliseconds