Home
last modified time | relevance | path

Searched refs:indexToModify (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/svg/properties/
DSVGPathSegListPropertyTearOff.cpp75 …PropertyTearOff::processIncomingListItemValue(const ListItemType& newItem, unsigned* indexToModify) in processIncomingListItemValue() argument
97 if (!indexToModify) in processIncomingListItemValue()
102 unsigned& index = *indexToModify; in processIncomingListItemValue()
DSVGListPropertyTearOff.h143 …tual void processIncomingListItemWrapper(RefPtr<ListItemTearOff>& newItem, unsigned* indexToModify) in processIncomingListItemWrapper() argument
170 if (!indexToModify) in processIncomingListItemWrapper()
175 unsigned& index = *indexToModify; in processIncomingListItemWrapper()
DSVGListProperty.h418 …virtual void processIncomingListItemValue(const ListItemType& newItem, unsigned* indexToModify) = …
419 …void processIncomingListItemWrapper(RefPtr<ListItemTearOff>& newItem, unsigned* indexToModify) = 0;
DSVGPathSegListPropertyTearOff.h146 virtual void processIncomingListItemValue(const ListItemType& newItem, unsigned* indexToModify);