Home | History | Annotate | Download | only in background

Lines Matching full:timerid

236 static void timer_oneshot(NPP instance, uint32 timerID);
237 static void timer_repeat(NPP instance, uint32 timerID);
238 static void timer_neverfires(NPP instance, uint32 timerID);
239 static void timer_latency(NPP instance, uint32 timerID);
248 // test for bogus timerID
265 static void timer_oneshot(NPP instance, uint32 timerID) {
269 static void timer_repeat(NPP instance, uint32 timerID) {
275 browser->unscheduletimer(instance, timerID);
279 static void timer_neverfires(NPP instance, uint32 timerID) {
283 static void timer_latency(NPP instance, uint32 timerID) {
303 browser->unscheduletimer(instance, timerID);