HomeSort by relevance Sort by last modified time
    Searched refs:ListItemType (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebCore/svg/properties/
SVGStaticListPropertyTearOff.h 33 typedef typename SVGPropertyTraits<PropertyType>::ListItemType ListItemType;
34 typedef SVGPropertyTearOff<ListItemType> ListItemTearOff;
53 ListItemType initialize(const ListItemType& newItem, ExceptionCode& ec)
58 ListItemType getItem(unsigned index, ExceptionCode& ec)
63 ListItemType insertItemBefore(const ListItemType& newItem, unsigned index, ExceptionCode& ec)
68 ListItemType replaceItem(const ListItemType& newItem, unsigned index, ExceptionCode& ec
    [all...]
SVGPathSegListPropertyTearOff.h 35 typedef SVGPropertyTraits<SVGPathSegList>::ListItemType ListItemType;
44 int removeItemFromList(const ListItemType& removeItem, bool shouldSynchronizeWrappers)
50 ListItemType& item = values.at(i);
82 ListItemType newItem = passNewItem;
97 ListItemType newItem = passNewItem;
110 ListItemType newItem = passNewItem;
125 ListItemType newItem = passNewItem;
146 virtual void processIncomingListItemValue(const ListItemType& newItem, unsigned* indexToModify);
SVGListProperty.h 39 typedef typename SVGPropertyTraits<PropertyType>::ListItemType ListItemType;
40 typedef SVGPropertyTearOff<ListItemType> ListItemTearOff;
89 ListItemType initializeValues(PropertyType& values, const ListItemType& newItem, ExceptionCode& ec)
92 return ListItemType();
148 ListItemType getItemValues(PropertyType& values, unsigned index, ExceptionCode& ec)
151 return ListItemType();
182 ListItemType insertItemBeforeValues(PropertyType& values, const ListItemType& newItem, unsigned index, ExceptionCode& ec
    [all...]
SVGAnimatedListPropertyTearOff.h 36 typedef typename SVGPropertyTraits<PropertyType>::ListItemType ListItemType;
37 typedef SVGPropertyTearOff<ListItemType> ListItemTearOff;
59 typedef SVGPropertyTearOff<typename SVGPropertyTraits<PropertyType>::ListItemType> ListItemTearOff;
SVGPathSegListPropertyTearOff.cpp 40 ListItemType item = values.at(i);
50 ListItemType returnedItem = Base::getItemValues(values, index, ec);
61 SVGPathSegListPropertyTearOff::ListItemType removedItem = SVGPathSegListPropertyTearOff::Base::removeItemValues(values, index, ec);
75 void SVGPathSegListPropertyTearOff::processIncomingListItemValue(const ListItemType& newItem, unsigned* indexToModify)
SVGListPropertyTearOff.h 33 typedef typename SVGPropertyTraits<PropertyType>::ListItemType ListItemType;
34 typedef SVGPropertyTearOff<ListItemType> ListItemTearOff;
138 virtual void processIncomingListItemValue(const ListItemType&, unsigned*)
  /external/webkit/Source/WebCore/svg/
SVGLengthList.h 40 typedef SVGLength ListItemType;
SVGNumberList.h 40 typedef float ListItemType;
SVGPointList.h 45 typedef FloatPoint ListItemType;
SVGPathSegList.h 53 typedef RefPtr<SVGPathSeg> ListItemType;
SVGStringList.h 54 typedef String ListItemType;
SVGTransformList.h 48 typedef SVGTransform ListItemType;

Completed in 550 milliseconds