Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/properties/
DSVGAnimatedPathSegListPropertyTearOff.h48 int removeItemFromList(const RefPtr<SVGPathSeg>& segment, bool shouldSynchronizeWrappers) in removeItemFromList() argument
51 …<SVGPathSegListPropertyTearOff>(m_baseVal)->removeItemFromList(segment, shouldSynchronizeWrappers); in removeItemFromList()
DSVGAnimatedListPropertyTearOff.h56 int removeItemFromList(SVGProperty* property, bool shouldSynchronizeWrappers) in removeItemFromList() argument
60 …m_baseVal)->removeItemFromList(static_cast<ListItemTearOff*>(property), shouldSynchronizeWrappers); in removeItemFromList()
DSVGPathSegListPropertyTearOff.h44 int removeItemFromList(const ListItemType& removeItem, bool shouldSynchronizeWrappers) in removeItemFromList() argument
56 if (shouldSynchronizeWrappers) in removeItemFromList()
DSVGListPropertyTearOff.h45 int removeItemFromList(ListItemTearOff* removeItem, bool shouldSynchronizeWrappers) in removeItemFromList() argument
62 if (shouldSynchronizeWrappers) in removeItemFromList()