Home
last modified time | relevance | path

Searched defs:timerID (Results 1 – 1 of 1) sorted by relevance

/development/samples/BrowserPlugin/jni/background/
DBackgroundPlugin.cpp265 static void timer_oneshot(NPP instance, uint32 timerID) { in timer_oneshot()
269 static void timer_repeat(NPP instance, uint32 timerID) { in timer_repeat()
279 static void timer_neverfires(NPP instance, uint32 timerID) { in timer_neverfires()
283 static void timer_latency(NPP instance, uint32 timerID) { in timer_latency()