|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"SVGLengthList.idl";
Public Member Functions | |
| void | clear () |
| SVGLength | initialize (SVGLength item) |
| SVGLength | getItem (unsigned long index) |
| SVGLength | insertItemBefore (SVGLength item, unsigned long index) |
| SVGLength | replaceItem (SVGLength item, unsigned long index) |
| SVGLength | removeItem (unsigned long index) |
| SVGLength | appendItem (SVGLength item) |
Public Attributes | |
| readonly attribute unsigned long | numberOfItems |
| void SVGLengthList::clear | ( | ) |
| SVGLength SVGLengthList::getItem | ( | unsigned long | index | ) |
| SVGLength SVGLengthList::removeItem | ( | unsigned long | index | ) |
1.8.13