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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequestProgressEventThrottle.h 60 static const double minimumProgressEventDispatchingIntervalInSeconds;
XMLHttpRequestProgressEventThrottle.cpp 35 const double XMLHttpRequestProgressEventThrottle::minimumProgressEventDispatchingIntervalInSeconds = .05; // 50 ms per specification.
68 startRepeating(minimumProgressEventDispatchingIntervalInSeconds);
72 // The timer is already active so minimumProgressEventDispatchingIntervalInSeconds is the least frequent event.

Completed in 44 milliseconds