Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderSlider.cpp299 const AtomicString& maxStr = static_cast<HTMLInputElement*>(node())->getAttribute(maxAttr); in setValueForPosition() local
303 double maxVal = maxStr.isNull() ? 100.0 : maxStr.toDouble(); in setValueForPosition()
336 const AtomicString& maxStr = static_cast<HTMLInputElement*>(node())->getAttribute(maxAttr); in setPositionFromValue() local
340 double maxVal = maxStr.isNull() ? 100.0 : maxStr.toDouble(); in setPositionFromValue()