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

  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReader.cpp 61 static const double progressNotificationIntervalMS = 50;
224 else if (now - m_lastProgressNotificationTimeMS > progressNotificationIntervalMS) {
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriter.cpp 45 static const double progressNotificationIntervalMS = 50;
205 if (complete || !m_lastProgressNotificationTimeMS || (now - m_lastProgressNotificationTimeMS > progressNotificationIntervalMS)) {

Completed in 64 milliseconds