Searched refs:applyValue (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DDeprecatedStyleBuilder.cpp106 static inline void applyValue(CSSPropertyID propertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyExpanding
114 handler.applyValue(propertyID, styleResolver, value);
117 static void applyValue(CSSPropertyID propertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyExpanding
122 applyValue<one>(propertyID, styleResolver, value);
123 applyValue<two>(propertyID, styleResolver, value);
124 applyValue<three>(propertyID, styleResolver, value);
125 applyValue<four>(propertyID, styleResolver, value);
126 applyValue<five>(propertyID, styleResolver, value);
128 static PropertyHandler createHandler() { return PropertyHandler(&applyInheritValue, &applyInitialValue, &applyValue); }
139 static void applyValue(CSSPropertyI function in class:WebCore::ApplyPropertyDefaultBase
147 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyDefault
163 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyNumber
184 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) { (styleResolver->style()->*setterFunction)(styleResolver->styleImage(property, value)); } function in class:WebCore::ApplyPropertyStyleImage
211 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyAuto
250 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyClip
296 static void applyValue(CSSPropertyID propertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyColor
326 static void applyValue(CSSPropertyID propertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyDirection
357 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyLength
412 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyString
434 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyBorderRadius
538 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyFillLayer
586 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyComputeLength
647 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyFont
690 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyFontFamily
808 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyFontSize
883 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyFontWeight
936 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyFontVariantLigatures
1002 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyBorderImage
1069 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyBorderImageModifier
1095 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) { (styleResolver->style()->*setterFunction)(styleResolver->styleImage(id, value)); } function in class:WebCore::ApplyPropertyBorderImageSource
1124 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyCounter
1183 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyCursor
1215 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyTextAlign
1241 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyTextDecoration
1260 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyMarqueeIncrement
1293 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyMarqueeRepetition
1313 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyMarqueeSpeed
1346 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyTextUnderlinePosition
1374 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyLineHeight
1488 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyPageSize
1573 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyTextEmphasisStyle
1669 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyAnimation
1710 static void applyValue(CSSPropertyID propertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyOutlineStyle
1721 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyResize
1751 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyVerticalAlign
1789 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyAspectRatio
1828 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyZoom
1887 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyDisplay
1910 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyClipPath
1941 static void applyValue(CSSPropertyID property, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyShape
1985 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyImageResolution
2037 static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value) function in class:WebCore::ApplyPropertyTextIndent
[all...]
H A DDeprecatedStyleBuilder.h48 void applyValue(CSSPropertyID propertyID, StyleResolver* styleResolver, CSSValue* value) const { ASSERT(m_apply); (*m_apply)(propertyID, styleResolver, value); } function in class:WebCore::PropertyHandler
H A DStyleResolver.cpp2202 handler.applyValue(id, this, value);

Completed in 113 milliseconds