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

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileWriter.cpp65 , m_lastProgressNotificationTimeMS(0)
205 if (complete || !m_lastProgressNotificationTimeMS || (now - m_lastProgressNotificationTimeMS > progressNotificationIntervalMS)) {
206 m_lastProgressNotificationTimeMS = now;
H A DFileWriter.h122 double m_lastProgressNotificationTimeMS; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileReader.h133 double m_lastProgressNotificationTimeMS; member in class:blink::FINAL
H A DFileReader.cpp228 , m_lastProgressNotificationTimeMS(0)
397 if (!m_lastProgressNotificationTimeMS)
398 m_lastProgressNotificationTimeMS = now;
399 else if (now - m_lastProgressNotificationTimeMS > progressNotificationIntervalMS) {
401 m_lastProgressNotificationTimeMS = now;

Completed in 272 milliseconds