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

/external/webkit/WebCore/css/
H A DCSSStyleSelector.cpp4003 const double minIntAsDouble = INT_MIN; local
4005 m_style->setZIndex(static_cast<int>(max(minIntAsDouble, min(primitiveValue->getDoubleValue(), maxIntAsDouble))));

Completed in 29 milliseconds