Searched defs:scrollAmount (Results 1 – 1 of 1) sorted by relevance
131 int HTMLMarqueeElement::scrollAmount() const in scrollAmount() function in WebCore::HTMLMarqueeElement134 int scrollAmount = fastGetAttribute(scrollamountAttr).toInt(&ok); in scrollAmount() local138 void HTMLMarqueeElement::setScrollAmount(int scrollAmount, ExceptionCode& ec) in setScrollAmount()