Searched refs:findPropertyIndex (Results 1 – 3 of 3) sorted by relevance
120 int foundPropertyIndex = findPropertyIndex(propertyID); in getPropertyCSSValue()171 int foundPropertyIndex = findPropertyIndex(propertyID); in removeProperty()192 int foundPropertyIndex = findPropertyIndex(prefixingVariantForPropertyId(propertyID)); in removePrefixedOrUnprefixedProperty()200 int foundPropertyIndex = findPropertyIndex(propertyID); in propertyIsImportant()217 int foundPropertyIndex = findPropertyIndex(propertyID); in getPropertyShorthand()225 int foundPropertyIndex = findPropertyIndex(propertyID); in isPropertyImplicit()482 int StylePropertySet::findPropertyIndex(CSSPropertyID propertyID) const in findPropertyIndex() function in WebCore::StylePropertySet510 int foundPropertyIndex = findPropertyIndex(propertyID); in findCSSPropertyWithID()518 int foundPropertyIndex = findPropertyIndex(propertyID); in propertyMatches()
420 int foundPropertyIndex = m_propertySet.findPropertyIndex(propertyID); in appendFontLonghandValueIfExplicit()455 int fontSizePropertyIndex = m_propertySet.findPropertyIndex(CSSPropertyFontSize); in fontValue()456 int fontFamilyPropertyIndex = m_propertySet.findPropertyIndex(CSSPropertyFontFamily); in fontValue()485 int topValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[0]); in get4Values()486 int rightValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[1]); in get4Values()487 int bottomValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[2]); in get4Values()488 int leftValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[3]); in get4Values()
89 int findPropertyIndex(CSSPropertyID) const;