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

/external/webkit/Source/WebCore/platform/graphics/win/
H A DQTMovieWinTimer.cpp46 static bool processingCustomTimerMessage = false; variable
51 processingCustomTimerMessage = true;
53 processingCustomTimerMessage = false;
109 && !processingCustomTimerMessage
/external/webkit/Source/WebCore/platform/win/
H A DSharedTimerWin.cpp74 static bool processingCustomTimerMessage = false; member in namespace:WebCore
102 processingCustomTimerMessage = true;
104 processingCustomTimerMessage = false;
183 if (intervalInMS < USER_TIMER_MINIMUM && !processingCustomTimerMessage && !(queueStatus & QS_PAINT)) {

Completed in 212 milliseconds