Home
last modified time | relevance | path

Searched defs:scrollAmount (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLMarqueeElement.cpp131 int HTMLMarqueeElement::scrollAmount() const in scrollAmount() function in WebCore::HTMLMarqueeElement
134 int scrollAmount = fastGetAttribute(scrollamountAttr).toInt(&ok); in scrollAmount() local
138 void HTMLMarqueeElement::setScrollAmount(int scrollAmount, ExceptionCode& ec) in setScrollAmount()