Home
last modified time | relevance | path

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

/external/webkit/WebCore/css/
DCSSStyleSelector.cpp3838 const double minIntAsDouble = INT_MIN; in applyProperty() local
3840 …m_style->setZIndex(static_cast<int>(max(minIntAsDouble, min(primitiveValue->getDoubleValue(), maxI… in applyProperty()