HomeSort by relevance Sort by last modified time
    Searched defs:insertItemBefore (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/bindings/js/
JSSVGPathSegListCustom.cpp 89 JSValue JSSVGPathSegList::insertItemBefore(ExecState* exec, const ArgList& args)
104 JSValue result = toJS(exec, globalObject(), WTF::getPtr(list->insertItemBefore(newItem, index, ec)), context);
JSSVGPODListCustom.h 135 static JSC::JSValue insertItemBefore(JSPODListType* wrapper, JSC::ExecState* exec, const JSC::ArgList& args,
148 listImp->insertItemBefore(JSSVGPODListTraits<PODType>::PODListItem::copy(conversion(args.at(0))), index, ec));
  /external/webkit/WebCore/svg/
SVGList.h 103 Item insertItemBefore(Item newItem, unsigned int index, ExceptionCode& ec)
236 Item insertItemBefore(Item newItem, unsigned int index, ExceptionCode& ec)
238 SVGPODListItem<Item>* ptr(SVGList<RefPtr<SVGPODListItem<Item> > >::insertItemBefore(SVGPODListItem<Item>::copy(newItem), index, ec).get());

Completed in 8200 milliseconds