Searched refs:insertItemBefore (Results 1 - 9 of 9) sorted by relevance

/external/webkit/WebCore/svg/
H A DSVGLengthList.idl38 SVGLength insertItemBefore(in SVGLength item, in unsigned long index)
H A DSVGNumberList.idl38 SVGNumber insertItemBefore(in SVGNumber item, in unsigned long index)
H A DSVGPointList.idl37 SVGPoint insertItemBefore(in SVGPoint item, in unsigned long index)
H A DSVGPathSegList.idl38 [JSCCustom] SVGPathSeg insertItemBefore(in SVGPathSeg newItem, in unsigned long index)
H A DSVGStringList.idl37 core::DOMString insertItemBefore(in core::DOMString item, in unsigned long index)
H A DSVGTransformList.idl38 SVGTransform insertItemBefore(in SVGTransform item, in unsigned long index)
H A DSVGList.h103 Item insertItemBefore(Item newItem, unsigned int index, ExceptionCode& ec) function in class:WebCore::SVGList
236 Item insertItemBefore(Item newItem, unsigned int index, ExceptionCode& ec) function in class:WebCore::SVGPODList
238 SVGPODListItem<Item>* ptr(SVGList<RefPtr<SVGPODListItem<Item> > >::insertItemBefore(SVGPODListItem<Item>::copy(newItem), index, ec).get());
/external/webkit/WebCore/bindings/js/
H A DJSSVGPathSegListCustom.cpp89 JSValue JSSVGPathSegList::insertItemBefore(ExecState* exec, const ArgList& args) function in class:WebCore::JSSVGPathSegList
104 JSValue result = toJS(exec, globalObject(), WTF::getPtr(list->insertItemBefore(newItem, index, ec)), context);
H A DJSSVGPODListCustom.h135 static JSC::JSValue insertItemBefore(JSPODListType* wrapper, JSC::ExecState* exec, const JSC::ArgList& args, function in namespace:WebCore::JSSVGPODListCustom
148 listImp->insertItemBefore(JSSVGPODListTraits<PODType>::PODListItem::copy(conversion(args.at(0))), index, ec));

Completed in 97 milliseconds