Searched refs:foundPropertyIndex (Results 1 – 2 of 2) sorted by relevance
150 int foundPropertyIndex = findPropertyIndex(propertyID); in getPropertyCSSValue() local151 if (foundPropertyIndex == -1) in getPropertyCSSValue()153 return propertyAt(foundPropertyIndex).value(); in getPropertyCSSValue()199 int foundPropertyIndex = findPropertyIndex(propertyID); in removeProperty() local200 if (foundPropertyIndex == -1) { in removeProperty()207 *returnText = propertyAt(foundPropertyIndex).value()->cssText(); in removeProperty()211 m_propertyVector.remove(foundPropertyIndex); in removeProperty()220 int foundPropertyIndex = findPropertyIndex(prefixingVariantForPropertyId(propertyID)); in removePrefixedOrUnprefixedProperty() local221 if (foundPropertyIndex == -1) in removePrefixedOrUnprefixedProperty()223 m_propertyVector.remove(foundPropertyIndex); in removePrefixedOrUnprefixedProperty()[all …]
354 int foundPropertyIndex = m_propertySet.findPropertyIndex(propertyID); in appendFontLonghandValueIfExplicit() local355 if (foundPropertyIndex == -1) in appendFontLonghandValueIfExplicit()358 if (m_propertySet.propertyAt(foundPropertyIndex).isImplicit()) { in appendFontLonghandValueIfExplicit()381 String value = m_propertySet.propertyAt(foundPropertyIndex).value()->cssText(); in appendFontLonghandValueIfExplicit()