Home
last modified time | relevance | path

Searched refs:processingCustomTimerMessage (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
DQTMovieWinTimer.cpp46 static bool processingCustomTimerMessage = false; variable
51 processingCustomTimerMessage = true; in TimerWindowWndProc()
53 processingCustomTimerMessage = false; in TimerWindowWndProc()
109 && !processingCustomTimerMessage in setSharedTimerFireDelay()
/external/webkit/Source/WebCore/platform/win/
DSharedTimerWin.cpp74 static bool processingCustomTimerMessage = false; variable
102 processingCustomTimerMessage = true; in TimerWindowWndProc()
104 processingCustomTimerMessage = false; in TimerWindowWndProc()
183 …if (intervalInMS < USER_TIMER_MINIMUM && !processingCustomTimerMessage && !(queueStatus & QS_PAINT… in setSharedTimerFireTime()