Home | History | Annotate | Download | only in editing

Lines Matching refs:propertyCount

644     unsigned propertyCount = nodeStyle->propertyCount();
645 for (unsigned i = 0; i < propertyCount; ++i)
693 if (difference->propertyCount() == m_mutableStyle->propertyCount())
739 unsigned propertyCount = m_mutableStyle->propertyCount();
740 for (unsigned i = 0; i < propertyCount; ++i) {
925 unsigned propertyCount = style->propertyCount();
926 for (unsigned i = 0; i < propertyCount; ++i) {
1116 unsigned propertyCount = style->propertyCount();
1117 for (unsigned i = 0; i < propertyCount; ++i) {
1169 unsigned propertyCount = m_mutableStyle->propertyCount();
1170 for (unsigned i = 0; i < propertyCount; ++i) {
1186 unsigned propertyCount = style->propertyCount();
1187 Vector<CSSPropertyID> propertiesToRemove(propertyCount);
1188 for (unsigned i = 0; i < propertyCount; ++i)