Searched refs:m_lastProgressNotificationTimeMS (Results 1 – 4 of 4) sorted by relevance
139 , m_lastProgressNotificationTimeMS(0) in FileReader()297 if (!m_lastProgressNotificationTimeMS) in didReceiveData()298 m_lastProgressNotificationTimeMS = now; in didReceiveData()299 else if (now - m_lastProgressNotificationTimeMS > progressNotificationIntervalMS) { in didReceiveData()301 m_lastProgressNotificationTimeMS = now; in didReceiveData()
130 double m_lastProgressNotificationTimeMS; variable
64 , m_lastProgressNotificationTimeMS(0) in FileWriter()199 …if (complete || !m_lastProgressNotificationTimeMS || (now - m_lastProgressNotificationTimeMS > pro… in didWrite()200 m_lastProgressNotificationTimeMS = now; in didWrite()
118 double m_lastProgressNotificationTimeMS; variable