Searched refs:m_totalPageAndResourceBytesToLoad (Results 1 – 2 of 2) sorted by relevance
67 : m_totalPageAndResourceBytesToLoad(0) in ProgressTracker()94 m_totalPageAndResourceBytesToLoad = 0; in reset()169 m_totalPageAndResourceBytesToLoad += estimatedLength; in incrementProgress()196 m_totalPageAndResourceBytesToLoad += ((item->bytesReceived * 2) - item->estimatedLength); in incrementProgress()202 …remainingBytes = ((m_totalPageAndResourceBytesToLoad + estimatedBytesForPendingRequests) - m_total… in incrementProgress()252 m_totalPageAndResourceBytesToLoad += delta; in completeProgress()
56 long long totalPageAndResourceBytesToLoad() const { return m_totalPageAndResourceBytesToLoad; } in totalPageAndResourceBytesToLoad()65 long long m_totalPageAndResourceBytesToLoad; variable