Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySet.cpp289 CSSProperty* toReplace = slot ? slot : findCSSPropertyWithID(property.id()); in setProperty()
323 CSSProperty* toReplace = findCSSPropertyWithID(prefixingVariant); in setPrefixingVariantProperty()
378 CSSProperty* old = findCSSPropertyWithID(toMerge.id()); in mergeAndOverrideOnConflict()
475 CSSProperty* MutableStylePropertySet::findCSSPropertyWithID(CSSPropertyID propertyID) in findCSSPropertyWithID() function in WebCore::MutableStylePropertySet
DStylePropertySet.h240 CSSProperty* findCSSPropertyWithID(CSSPropertyID);