Searched refs:maxStr (Results 1 – 1 of 1) sorted by relevance
299 const AtomicString& maxStr = static_cast<HTMLInputElement*>(node())->getAttribute(maxAttr); in setValueForPosition() local303 double maxVal = maxStr.isNull() ? 100.0 : maxStr.toDouble(); in setValueForPosition()336 const AtomicString& maxStr = static_cast<HTMLInputElement*>(node())->getAttribute(maxAttr); in setPositionFromValue() local340 double maxVal = maxStr.isNull() ? 100.0 : maxStr.toDouble(); in setPositionFromValue()