HomeSort by relevance Sort by last modified time
    Searched refs:estimatedLength (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/loader/
ProgressTracker.cpp 58 , estimatedLength(length) { }
61 long long estimatedLength;
165 long long estimatedLength = response.expectedContentLength();
166 if (estimatedLength < 0)
167 estimatedLength = progressItemDefaultEstimatedLength;
169 m_totalPageAndResourceBytesToLoad += estimatedLength;
173 item->estimatedLength = estimatedLength;
175 m_progressItems.set(identifier, adoptPtr(new ProgressItem(estimatedLength)).leakPtr());
195 if (item->bytesReceived > item->estimatedLength) {
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm 443 long long estimatedLength;
    [all...]

Completed in 147 milliseconds