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

/external/webkit/Source/WebCore/plugins/
H A Dnpapi.cpp197 uint32_t NPN_ScheduleTimer(NPP instance, uint32_t interval, NPBool repeat, function
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp852 static uint32_t NPN_ScheduleTimer(NPP instance, uint32_t interval, NPBool repeat, void (*timerFunc)(NPP npp, uint32_t timerID)) function in namespace:WebKit
943 netscapeFuncs.scheduletimer = NPN_ScheduleTimer;

Completed in 19 milliseconds