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

/macosx-10.10/WebCore-7600.1.25/loader/
H A DProgressTracker.cpp52 static const int progressItemDefaultEstimatedLength = 1024 * 16; member in namespace:WebCore
201 estimatedLength = progressItemDefaultEstimatedLength;
237 estimatedBytesForPendingRequests = progressItemDefaultEstimatedLength * numPendingOrLoadingRequests;

Completed in 117 milliseconds