Home | History | Annotate | Download | only in public

Lines Matching defs:FFI_SetTimer

236  * Declares of a pointer type to the callback function for the FFI_SetTimer method.
349 * Method: FFI_SetTimer
366 int (*FFI_SetTimer)(struct _FPDF_FORMFILLINFO* pThis, int uElapse, TimerCallback lpTimerFunc);
370 * This method kills the timer event identified by nIDEvent, set by an earlier call to FFI_SetTimer.
377 * nTimerID - The timer ID return by FFI_SetTimer function.