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

/macosx-10.10/vim-55/src/
H A Dgui_beval.h35 unsigned int timerID; /* timer for run */ member in struct:BalloonEvalStruct
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DSharedTimerWin.cpp59 static UINT timerID; member in namespace:WebCore
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp930 static uint32_t NPN_ScheduleTimer(NPP npp, uint32_t interval, NPBool repeat, void (*timerFunc)(NPP npp, uint32_t timerID)) argument
937 static void NPN_UnscheduleTimer(NPP npp, uint32_t timerID) argument
H A DNetscapePlugin.cpp317 NetscapePlugin::Timer::Timer(NetscapePlugin* netscapePlugin, unsigned timerID, unsigned interval, bool repeat, TimerFunc timerFunc) argument
354 uint32_t NetscapePlugin::scheduleTimer(unsigned interval, bool repeat, void (*timerFunc)(NPP, unsigned timerID)) argument
360 unsigned timerID = ++m_nextTimerID; local
371 void NetscapePlugin::unscheduleTimer(unsigned timerID) argument

Completed in 172 milliseconds