m_lastProgressNotificationTimeMS 318 Source/core/fileapi/FileReader.cpp if (!m_lastProgressNotificationTimeMS) m_lastProgressNotificationTimeMS 319 Source/core/fileapi/FileReader.cpp m_lastProgressNotificationTimeMS = now; m_lastProgressNotificationTimeMS 320 Source/core/fileapi/FileReader.cpp else if (now - m_lastProgressNotificationTimeMS > progressNotificationIntervalMS) { m_lastProgressNotificationTimeMS 322 Source/core/fileapi/FileReader.cpp m_lastProgressNotificationTimeMS = now; m_lastProgressNotificationTimeMS 134 Source/core/fileapi/FileReader.h double m_lastProgressNotificationTimeMS; m_lastProgressNotificationTimeMS 199 Source/modules/filesystem/FileWriter.cpp if (complete || !m_lastProgressNotificationTimeMS || (now - m_lastProgressNotificationTimeMS > progressNotificationIntervalMS)) { m_lastProgressNotificationTimeMS 200 Source/modules/filesystem/FileWriter.cpp m_lastProgressNotificationTimeMS = now; m_lastProgressNotificationTimeMS 121 Source/modules/filesystem/FileWriter.h double m_lastProgressNotificationTimeMS;