Home
last modified time | relevance | path

Searched refs:cWastedSpaceThreshold (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebKit/gtk/webkit/
Dwebkitwebview.cpp344 const float cWastedSpaceThreshold = 0.75f; in shouldCoalesce() local
355 if (wastedSpace <= cWastedSpaceThreshold) in shouldCoalesce()
/external/webkit/WebKit/win/
DWebView.cpp787 const float cWastedSpaceThreshold = 0.75f; in getUpdateRects() local
813 if (wastedSpace <= cWastedSpaceThreshold) { in getUpdateRects()
/external/webkit/WebKit/mac/WebView/
DWebView.mm804 const float cWastedSpaceThreshold = 0.75f;
815 if (wastedSpace <= cWastedSpaceThreshold)