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

/external/webkit/WebCore/plugins/
H A DPluginView.cpp1290 void (*timerFunc)(NPP, uint32 timerID))
1292 return m_timerList.schedule(instance, interval, repeat, timerFunc);
1289 scheduleTimer(NPP instance, uint32 interval, bool repeat, void (*timerFunc)(NPP, uint32 timerID)) argument

Completed in 13 milliseconds