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

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebDownload.h151 double m_dataTime; member in class:WebDownload
H A DWebDownloadCFNet.cpp354 m_startTime = m_dataTime = currentTime();
421 if (current - m_dataTime > 2.0)
422 LOG(Download, "DOWNLOAD - %p hanged for %.3f seconds - Received %i bytes for a total of %i", this, current - m_dataTime, length, m_received);
423 m_dataTime = current;

Completed in 95 milliseconds