Searched refs:findPropertyIndex (Results 1 – 4 of 4) sorted by relevance
92 int findPropertyIndex(CSSPropertyID) const;93 bool hasProperty(CSSPropertyID property) const { return findPropertyIndex(property) != -1; } in hasProperty()160 int findPropertyIndex(CSSPropertyID) const;221 int findPropertyIndex(CSSPropertyID) const;295 inline int StylePropertySet::findPropertyIndex(CSSPropertyID propertyID) const in findPropertyIndex() function298 return toMutableStylePropertySet(this)->findPropertyIndex(propertyID); in findPropertyIndex()299 return toImmutableStylePropertySet(this)->findPropertyIndex(propertyID); in findPropertyIndex()
103 int ImmutableStylePropertySet::findPropertyIndex(CSSPropertyID propertyID) const in findPropertyIndex() function in blink::ImmutableStylePropertySet150 int foundPropertyIndex = findPropertyIndex(propertyID); in getPropertyCSSValue()199 int foundPropertyIndex = findPropertyIndex(propertyID); in removeProperty()220 int foundPropertyIndex = findPropertyIndex(prefixingVariantForPropertyId(propertyID)); in removePrefixedOrUnprefixedProperty()228 int foundPropertyIndex = findPropertyIndex(propertyID); in propertyIsImportant()245 int foundPropertyIndex = findPropertyIndex(propertyID); in getPropertyShorthand()253 int foundPropertyIndex = findPropertyIndex(propertyID); in isPropertyImplicit()471 int foundPropertyIndex = findPropertyIndex(propertyID); in findCSSPropertyWithID()479 int foundPropertyIndex = findPropertyIndex(propertyID); in propertyMatches()543 int MutableStylePropertySet::findPropertyIndex(CSSPropertyID propertyID) const in findPropertyIndex() function in blink::MutableStylePropertySet
361 int foundPropertyIndex = m_propertySet.findPropertyIndex(propertyID); in appendFontLonghandValueIfExplicit()397 int fontSizePropertyIndex = m_propertySet.findPropertyIndex(CSSPropertyFontSize); in fontValue()398 int fontFamilyPropertyIndex = m_propertySet.findPropertyIndex(CSSPropertyFontFamily); in fontValue()428 int topValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[0]); in get4Values()429 int rightValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[1]); in get4Values()430 int bottomValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[2]); in get4Values()431 int leftValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[3]); in get4Values()
25 int index = m_propertySet->findPropertyIndex(property); in propertyValue()