Searched refs:USER_TIMER_MINIMUM (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/wince/
H A DSharedTimerWinCE.cpp89 #define USER_TIMER_MINIMUM 0x0000000A macro
96 unsigned intervalInMS = interval < USER_TIMER_MINIMUM
97 ? USER_TIMER_MINIMUM
/external/webkit/Source/WebCore/platform/win/
H A DSharedTimerWin.cpp52 #ifndef USER_TIMER_MINIMUM
53 #define USER_TIMER_MINIMUM 0x0000000A macro
183 if (intervalInMS < USER_TIMER_MINIMUM && !processingCustomTimerMessage && !(queueStatus & QS_PAINT)) {
/external/webkit/Source/WebCore/platform/graphics/win/
H A DQTMovieWinTimer.cpp108 if (intervalInMS < USER_TIMER_MINIMUM
111 // Windows SetTimer does not allow timeouts smaller than 10ms (USER_TIMER_MINIMUM)
/external/chromium/base/
H A Dmessage_pump_win.cc127 if (delay_msec < USER_TIMER_MINIMUM)
128 delay_msec = USER_TIMER_MINIMUM;

Completed in 2413 milliseconds