Home
last modified time | relevance | path

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

/external/webkit/WebCore/svg/
DSVGList.h103 Item insertItemBefore(Item newItem, unsigned int index, ExceptionCode& ec) in insertItemBefore() function
236 Item insertItemBefore(Item newItem, unsigned int index, ExceptionCode& ec) in insertItemBefore() function
/external/webkit/WebCore/bindings/js/
DJSSVGPathSegListCustom.cpp89 JSValue JSSVGPathSegList::insertItemBefore(ExecState* exec, const ArgList& args) in insertItemBefore() function in WebCore::JSSVGPathSegList
DJSSVGPODListCustom.h135 static JSC::JSValue insertItemBefore(JSPODListType* wrapper, JSC::ExecState* exec, const JSC::ArgLi… in insertItemBefore() function