Searched refs:shouldSynchronizeWrappers (Results 1 – 4 of 4) sorted by relevance
48 int removeItemFromList(const RefPtr<SVGPathSeg>& segment, bool shouldSynchronizeWrappers) in removeItemFromList() argument51 …<SVGPathSegListPropertyTearOff>(m_baseVal)->removeItemFromList(segment, shouldSynchronizeWrappers); in removeItemFromList()
56 int removeItemFromList(SVGProperty* property, bool shouldSynchronizeWrappers) in removeItemFromList() argument60 …m_baseVal)->removeItemFromList(static_cast<ListItemTearOff*>(property), shouldSynchronizeWrappers); in removeItemFromList()
44 int removeItemFromList(const ListItemType& removeItem, bool shouldSynchronizeWrappers) in removeItemFromList() argument56 if (shouldSynchronizeWrappers) in removeItemFromList()
45 int removeItemFromList(ListItemTearOff* removeItem, bool shouldSynchronizeWrappers) in removeItemFromList() argument62 if (shouldSynchronizeWrappers) in removeItemFromList()