Searched refs:m_propertyWrappers (Results 1 – 1 of 1) sorted by relevance
568 m_propertyWrappers.append(wrapper); in ShorthandPropertyWrapper()576 Vector<PropertyWrapperBase*>::const_iterator end = m_propertyWrappers.end(); in equals()577 …for (Vector<PropertyWrapperBase*>::const_iterator it = m_propertyWrappers.begin(); it != end; ++it… in equals()586 Vector<PropertyWrapperBase*>::const_iterator end = m_propertyWrappers.end(); in blend()587 …for (Vector<PropertyWrapperBase*>::const_iterator it = m_propertyWrappers.begin(); it != end; ++it) in blend()591 const Vector<PropertyWrapperBase*> propertyWrappers() const { return m_propertyWrappers; } in propertyWrappers()594 Vector<PropertyWrapperBase*> m_propertyWrappers; member in WebCore::ShorthandPropertyWrapper