applyProperty      74 Source/core/animation/Interpolation.cpp     AnimatedStyleBuilder::applyProperty(m_id, state, currentValue().get());
applyProperty     257 Source/core/css/resolver/AnimatedStyleBuilder.cpp         StyleBuilder::applyProperty(property, state, toAnimatableUnknown(value)->toCSSValue().get());
applyProperty      43 Source/core/css/resolver/AnimatedStyleBuilder.h     static void applyProperty(CSSPropertyID, StyleResolverState&, const AnimatableValue*);
applyProperty      47 Source/core/css/resolver/StyleBuilder.h     static void applyProperty(CSSPropertyID, StyleResolverState&, CSSValue*);
applyProperty      55 Source/core/css/resolver/StyleBuilder.h     static bool applyProperty(CSSPropertyID, StyleResolverState&, CSSValue*, bool isInitial, bool isInherit);
applyProperty    1282 Source/core/css/resolver/StyleBuilderCustom.cpp     if (StyleBuilder::applyProperty(id, state, value, isInitial, isInherit))
applyProperty    1629 Source/core/css/resolver/StyleBuilderCustom.cpp         return applyProperty(newId, state, value);
applyProperty     772 Source/core/css/resolver/StyleResolver.cpp         StyleBuilder::applyProperty(CSSPropertyLineHeight, state, state.lineHeightValue());
applyProperty     801 Source/core/css/resolver/StyleResolver.cpp             StyleBuilder::applyProperty(id, state, propertySetVector[i]->getPropertyCSSValue(id).get());
applyProperty     954 Source/core/css/resolver/StyleResolver.cpp         StyleBuilder::applyProperty(CSSPropertyLineHeight, state, state.lineHeightValue());
applyProperty    1204 Source/core/css/resolver/StyleResolver.cpp             StyleBuilder::applyProperty(current.id(), state, current.value());
applyProperty    1316 Source/core/css/resolver/StyleResolver.cpp         StyleBuilder::applyProperty(CSSPropertyLineHeight, state, state.lineHeightValue());
applyProperty    1397 Source/core/css/resolver/StyleResolver.cpp             StyleBuilder::applyProperty(properties[i].property, state, properties[i].value);