Home
last modified time | relevance | path

Searched defs: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
199 int foundPropertyIndex = findPropertyIndex(propertyID); in removeProperty() local
220 int foundPropertyIndex = findPropertyIndex(prefixingVariantForPropertyId(propertyID)); in removePrefixedOrUnprefixedProperty() local
228 int foundPropertyIndex = findPropertyIndex(propertyID); in propertyIsImportant() local
245 int foundPropertyIndex = findPropertyIndex(propertyID); in getPropertyShorthand() local
253 int foundPropertyIndex = findPropertyIndex(propertyID); in isPropertyImplicit() local
477 int foundPropertyIndex = findPropertyIndex(propertyID); in findCSSPropertyWithID() local
485 int foundPropertyIndex = findPropertyIndex(propertyID); in propertyMatches() local
DStylePropertySerializer.cpp354 int foundPropertyIndex = m_propertySet.findPropertyIndex(propertyID); in appendFontLonghandValueIfExplicit() local