HomeSort by relevance Sort by last modified time
    Searched refs:USER_TIMER_MINIMUM (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/wince/
SharedTimerWinCE.cpp 89 #define USER_TIMER_MINIMUM 0x0000000A
96 unsigned intervalInMS = interval < USER_TIMER_MINIMUM
97 ? USER_TIMER_MINIMUM
  /external/webkit/Source/WebCore/platform/win/
SharedTimerWin.cpp 52 #ifndef USER_TIMER_MINIMUM
53 #define USER_TIMER_MINIMUM 0x0000000A
183 if (intervalInMS < USER_TIMER_MINIMUM && !processingCustomTimerMessage && !(queueStatus & QS_PAINT)) {
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovieWinTimer.cpp 108 if (intervalInMS < USER_TIMER_MINIMUM
111 // Windows SetTimer does not allow timeouts smaller than 10ms (USER_TIMER_MINIMUM)
  /external/chromium/base/
message_pump_win.cc 127 if (delay_msec < USER_TIMER_MINIMUM)
128 delay_msec = USER_TIMER_MINIMUM;

Completed in 384 milliseconds