Home | History | Annotate | Download | only in properties

Lines Matching defs:wrappers

48         ListWrapperCache& wrappers = m_animatedProperty->wrappers();
51 unsigned size = wrappers.size();
54 RefPtr<ListItemTearOff>& item = wrappers.at(i);
59 wrappers.remove(i);
122 ListWrapperCache& wrappers = m_animatedProperty->wrappers();
124 // Update existing wrappers, as the index in the values list has changed.
125 unsigned size = wrappers.size();
128 RefPtr<ListItemTearOff>& item = wrappers.at(i);
165 // 'newItem' is already living in another list. If it's not our list, synchronize the other lists wrappers after the removal.