Home
last modified time | relevance | path

Searched refs:foundPropertyIndex (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySet.cpp150 int foundPropertyIndex = findPropertyIndex(propertyID); in getPropertyCSSValue() local
151 if (foundPropertyIndex == -1) in getPropertyCSSValue()
153 return propertyAt(foundPropertyIndex).value(); in getPropertyCSSValue()
199 int foundPropertyIndex = findPropertyIndex(propertyID); in removeProperty() local
200 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() local
221 if (foundPropertyIndex == -1) in removePrefixedOrUnprefixedProperty()
223 m_propertyVector.remove(foundPropertyIndex); in removePrefixedOrUnprefixedProperty()
[all …]
DStylePropertySerializer.cpp354 int foundPropertyIndex = m_propertySet.findPropertyIndex(propertyID); in appendFontLonghandValueIfExplicit() local
355 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()