Searched defs:passNewItem (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/svg/properties/ |
D | SVGPathSegListPropertyTearOff.h | 74 PassListItemType initialize(PassListItemType passNewItem, ExceptionCode& ec) in initialize() 89 … PassListItemType insertItemBefore(PassListItemType passNewItem, unsigned index, ExceptionCode& ec) in insertItemBefore() 102 PassListItemType replaceItem(PassListItemType passNewItem, unsigned index, ExceptionCode& ec) in replaceItem() 117 PassListItemType appendItem(PassListItemType passNewItem, ExceptionCode& ec) in appendItem()
|
D | SVGListPropertyTearOff.h | 82 PassListItemTearOff initialize(PassListItemTearOff passNewItem, ExceptionCode& ec) in initialize() 92 …PassListItemTearOff insertItemBefore(PassListItemTearOff passNewItem, unsigned index, ExceptionCod… in insertItemBefore() 97 …PassListItemTearOff replaceItem(PassListItemTearOff passNewItem, unsigned index, ExceptionCode& ec) in replaceItem() 107 PassListItemTearOff appendItem(PassListItemTearOff passNewItem, ExceptionCode& ec) in appendItem()
|
D | SVGListProperty.h | 105 …ValuesAndWrappers(AnimatedListPropertyTearOff* animatedList, PassListItemTearOff passNewItem, Exce… in initializeValuesAndWrappers() 202 …ValuesAndWrappers(AnimatedListPropertyTearOff* animatedList, PassListItemTearOff passNewItem, unsi… in insertItemBeforeValuesAndWrappers() 274 …ValuesAndWrappers(AnimatedListPropertyTearOff* animatedList, PassListItemTearOff passNewItem, unsi… in replaceItemValuesAndWrappers() 380 …ValuesAndWrappers(AnimatedListPropertyTearOff* animatedList, PassListItemTearOff passNewItem, Exce… in appendItemValuesAndWrappers()
|