OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timer_neverfires
(Results
1 - 1
of
1
) sorted by null
/development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp
238
static void
timer_neverfires
(NPP instance, uint32_t timerID);
258
uint32_t id = browser->scheduletimer(instance, 100, false,
timer_neverfires
);
279
static void
timer_neverfires
(NPP instance, uint32_t timerID) {
function
280
gLogI.log(kError_ANPLogType, "--------
timer_neverfires
!!!\n");
Completed in 673 milliseconds