Home
last modified time | relevance | path

Searched refs:wastedSpace (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/
DDrawingAreaImpl.cpp544 float wastedSpace = 1 - (rectsArea / boundsArea); in shouldPaintBoundsRect() local
546 return wastedSpace <= wastedSpaceThreshold; in shouldPaintBoundsRect()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebview.cpp626 float wastedSpace = 1 - (singlePixels / unionPixels); in shouldCoalesce() local
627 if (wastedSpace <= cWastedSpaceThreshold) in shouldCoalesce()
/external/webkit/Source/WebKit/win/
DWebView.cpp932 double wastedSpace = 1.0 - (singlePixels / unionPixels); in getUpdateRects() local
933 if (wastedSpace <= cWastedSpaceThreshold) { in getUpdateRects()
/external/webkit/Source/WebKit/mac/WebView/
DWebView.mm845 float wastedSpace = 1 - (singlePixels / unionPixels);
846 if (wastedSpace <= cWastedSpaceThreshold)