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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMarqueeElement.cpp124 int HTMLMarqueeElement::scrollAmount() const function in class:WebCore::HTMLMarqueeElement
127 int scrollAmount = fastGetAttribute(scrollamountAttr).toInt(&ok); local
128 return ok && scrollAmount >= 0 ? scrollAmount : RenderStyle::initialMarqueeIncrement().intValue();
131 void HTMLMarqueeElement::setScrollAmount(int scrollAmount, ExceptionState& es) argument
133 if (scrollAmount < 0)
136 setIntegralAttribute(scrollamountAttr, scrollAmount);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 136 milliseconds