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

/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorFrontendClientLocal.cpp69 static const float maximumAttachedHeightRatio = 0.75f; member in namespace:WebCore
187 unsigned maximumAttachedHeight = inspectedPageHeight * maximumAttachedHeightRatio;
328 return roundf(std::max(minimumAttachedHeight, std::min<float>(preferredHeight, totalWindowHeight * maximumAttachedHeightRatio)));

Completed in 93 milliseconds