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

/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp522 const float cWastedSpaceThreshold = 0.75f; local
533 if (wastedSpace <= cWastedSpaceThreshold)
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp948 const float cWastedSpaceThreshold = 0.75f; local
974 if (wastedSpace <= cWastedSpaceThreshold) {
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebHTMLView.mm3290 const float cWastedSpaceThreshold = 0.75f;
3301 if (wastedSpace <= cWastedSpaceThreshold)

Completed in 165 milliseconds