Searched defs:scrollAmount (Results 1 – 3 of 3) sorted by relevance
129 int HTMLMarqueeElement::scrollAmount() const in scrollAmount() function in WebCore::HTMLMarqueeElement132 int scrollAmount = fastGetAttribute(scrollamountAttr).toInt(&ok); in scrollAmount() local136 void HTMLMarqueeElement::setScrollAmount(int scrollAmount, ExceptionState& exceptionState) in setScrollAmount()
84 scrollAmount: options.scrollAmount ? options.scrollAmount : 5 property