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

/external/webkit/Source/WebCore/fileapi/
H A DFileReader.cpp54 , m_lastProgressNotificationTimeMS(0)
196 if (!m_lastProgressNotificationTimeMS)
197 m_lastProgressNotificationTimeMS = now;
198 else if (now - m_lastProgressNotificationTimeMS > progressNotificationIntervalMS) {
200 m_lastProgressNotificationTimeMS = now;
H A DFileReader.h138 double m_lastProgressNotificationTimeMS; member in class:WebCore::FileReader

Completed in 25 milliseconds