Home
last modified time | relevance | path

Searched refs:appendItemValues (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/svg/properties/
DSVGStaticListPropertyTearOff.h80 return Base::appendItemValues(m_values, newItem, ec); in appendItem()
DSVGPathSegListPropertyTearOff.h127 return Base::appendItemValues(values, newItem, ec); in appendItem()
DSVGListProperty.h365 …ListItemType appendItemValues(PropertyType& values, const ListItemType& newItem, ExceptionCode& ec) in appendItemValues() function