Home
last modified time | relevance | path

Searched refs:addCSSProperty (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/Source/WebCore/html/
DHTMLHRElement.cpp68 addCSSProperty(attr, CSSPropertyMarginLeft, "0"); in parseMappedAttribute()
69 addCSSProperty(attr, CSSPropertyMarginRight, CSSValueAuto); in parseMappedAttribute()
71 addCSSProperty(attr, CSSPropertyMarginLeft, CSSValueAuto); in parseMappedAttribute()
72 addCSSProperty(attr, CSSPropertyMarginRight, "0"); in parseMappedAttribute()
74 addCSSProperty(attr, CSSPropertyMarginLeft, CSSValueAuto); in parseMappedAttribute()
75 addCSSProperty(attr, CSSPropertyMarginRight, CSSValueAuto); in parseMappedAttribute()
85 addCSSProperty(attr, CSSPropertyBorderTopStyle, CSSValueSolid); in parseMappedAttribute()
86 addCSSProperty(attr, CSSPropertyBorderRightStyle, CSSValueSolid); in parseMappedAttribute()
87 addCSSProperty(attr, CSSPropertyBorderBottomStyle, CSSValueSolid); in parseMappedAttribute()
88 addCSSProperty(attr, CSSPropertyBorderLeftStyle, CSSValueSolid); in parseMappedAttribute()
[all …]
DHTMLTablePartElement.cpp73 addCSSProperty(attr, CSSPropertyBorderTopStyle, CSSValueSolid); in parseMappedAttribute()
74 addCSSProperty(attr, CSSPropertyBorderBottomStyle, CSSValueSolid); in parseMappedAttribute()
75 addCSSProperty(attr, CSSPropertyBorderLeftStyle, CSSValueSolid); in parseMappedAttribute()
76 addCSSProperty(attr, CSSPropertyBorderRightStyle, CSSValueSolid); in parseMappedAttribute()
80 addCSSProperty(attr, CSSPropertyVerticalAlign, attr->value()); in parseMappedAttribute()
84 addCSSProperty(attr, CSSPropertyTextAlign, CSSValueWebkitCenter); in parseMappedAttribute()
86 addCSSProperty(attr, CSSPropertyTextAlign, CSSValueCenter); in parseMappedAttribute()
88 addCSSProperty(attr, CSSPropertyTextAlign, CSSValueWebkitLeft); in parseMappedAttribute()
90 addCSSProperty(attr, CSSPropertyTextAlign, CSSValueWebkitRight); in parseMappedAttribute()
92 addCSSProperty(attr, CSSPropertyTextAlign, v); in parseMappedAttribute()
DHTMLLIElement.cpp75 addCSSProperty(attr, CSSPropertyListStyleType, CSSValueLowerAlpha); in parseMappedAttribute()
77 addCSSProperty(attr, CSSPropertyListStyleType, CSSValueUpperAlpha); in parseMappedAttribute()
79 addCSSProperty(attr, CSSPropertyListStyleType, CSSValueLowerRoman); in parseMappedAttribute()
81 addCSSProperty(attr, CSSPropertyListStyleType, CSSValueUpperRoman); in parseMappedAttribute()
83 addCSSProperty(attr, CSSPropertyListStyleType, CSSValueDecimal); in parseMappedAttribute()
85 addCSSProperty(attr, CSSPropertyListStyleType, attr->value()); in parseMappedAttribute()
DHTMLOListElement.cpp67 addCSSProperty(attr, CSSPropertyListStyleType, CSSValueLowerAlpha); in parseMappedAttribute()
69 addCSSProperty(attr, CSSPropertyListStyleType, CSSValueUpperAlpha); in parseMappedAttribute()
71 addCSSProperty(attr, CSSPropertyListStyleType, CSSValueLowerRoman); in parseMappedAttribute()
73 addCSSProperty(attr, CSSPropertyListStyleType, CSSValueUpperRoman); in parseMappedAttribute()
75 addCSSProperty(attr, CSSPropertyListStyleType, CSSValueDecimal); in parseMappedAttribute()
DHTMLParagraphElement.cpp61 addCSSProperty(attr, CSSPropertyTextAlign, CSSValueWebkitCenter); in parseMappedAttribute()
63 addCSSProperty(attr, CSSPropertyTextAlign, CSSValueWebkitLeft); in parseMappedAttribute()
65 addCSSProperty(attr, CSSPropertyTextAlign, CSSValueWebkitRight); in parseMappedAttribute()
67 addCSSProperty(attr, CSSPropertyTextAlign, v); in parseMappedAttribute()
DHTMLDivElement.cpp65 addCSSProperty(attr, CSSPropertyTextAlign, CSSValueWebkitCenter); in parseMappedAttribute()
67 addCSSProperty(attr, CSSPropertyTextAlign, CSSValueWebkitLeft); in parseMappedAttribute()
69 addCSSProperty(attr, CSSPropertyTextAlign, CSSValueWebkitRight); in parseMappedAttribute()
71 addCSSProperty(attr, CSSPropertyTextAlign, v); in parseMappedAttribute()
DHTMLElement.cpp141 addCSSProperty(attr, CSSPropertyTextAlign, "center"); in parseMappedAttribute()
143 addCSSProperty(attr, CSSPropertyTextAlign, attr->value()); in parseMappedAttribute()
147 addCSSProperty(attr, CSSPropertyDisplay, CSSValueNone); in parseMappedAttribute()
161 addCSSProperty(attr, CSSPropertyDirection, attr->value()); in parseMappedAttribute()
163addCSSProperty(attr, CSSPropertyUnicodeBidi, hasLocalName(bdoTag) ? CSSValueBidiOverride : CSSValu… in parseMappedAttribute()
167 addCSSProperty(attr, CSSPropertyWebkitUserDrag, CSSValueElement); in parseMappedAttribute()
168 addCSSProperty(attr, CSSPropertyWebkitUserSelect, CSSValueNone); in parseMappedAttribute()
170 addCSSProperty(attr, CSSPropertyWebkitUserDrag, CSSValueNone); in parseMappedAttribute()
645 element->addCSSProperty(attr, CSSPropertyFloat, floatValue); in addHTMLAlignmentToStyledElement()
648 element->addCSSProperty(attr, CSSPropertyVerticalAlign, verticalAlignValue); in addHTMLAlignmentToStyledElement()
[all …]
DHTMLTableElement.cpp383 addCSSProperty(attr, CSSPropertyBorderTopWidth, CSSValueThin); in parseMappedAttribute()
384 addCSSProperty(attr, CSSPropertyBorderBottomWidth, CSSValueThin); in parseMappedAttribute()
385 addCSSProperty(attr, CSSPropertyBorderLeftWidth, CSSValueThin); in parseMappedAttribute()
386 addCSSProperty(attr, CSSPropertyBorderRightWidth, CSSValueThin); in parseMappedAttribute()
387addCSSProperty(attr, CSSPropertyBorderTopStyle, borders[cTop] ? CSSValueSolid : CSSValueHidden); in parseMappedAttribute()
388addCSSProperty(attr, CSSPropertyBorderBottomStyle, borders[cBottom] ? CSSValueSolid : CSSValueHidd… in parseMappedAttribute()
389addCSSProperty(attr, CSSPropertyBorderLeftStyle, borders[cLeft] ? CSSValueSolid : CSSValueHidden); in parseMappedAttribute()
390addCSSProperty(attr, CSSPropertyBorderRightStyle, borders[cRight] ? CSSValueSolid : CSSValueHidden… in parseMappedAttribute()
407 addCSSProperty(attr, CSSPropertyBorderCollapse, CSSValueCollapse); in parseMappedAttribute()
427 addCSSProperty(attr, CSSPropertyWebkitMarginStart, CSSValueAuto); in parseMappedAttribute()
[all …]
DHTMLBRElement.cpp69 addCSSProperty(attr, CSSPropertyClear, "both"); in parseMappedAttribute()
71 addCSSProperty(attr, CSSPropertyClear, str); in parseMappedAttribute()
DHTMLImageElement.cpp116 addCSSProperty(attr, CSSPropertyBorderTopStyle, CSSValueSolid); in parseMappedAttribute()
117 addCSSProperty(attr, CSSPropertyBorderRightStyle, CSSValueSolid); in parseMappedAttribute()
118 addCSSProperty(attr, CSSPropertyBorderBottomStyle, CSSValueSolid); in parseMappedAttribute()
119 addCSSProperty(attr, CSSPropertyBorderLeftStyle, CSSValueSolid); in parseMappedAttribute()
129 addCSSProperty(attr, CSSPropertyVerticalAlign, attr->value()); in parseMappedAttribute()
DHTMLMarqueeElement.cpp103 addCSSProperty(attr, CSSPropertyWebkitMarqueeRepetition, CSSValueInfinite); in parseMappedAttribute()
109 addCSSProperty(attr, CSSPropertyWebkitMarqueeStyle, attr->value()); in parseMappedAttribute()
112 addCSSProperty(attr, CSSPropertyWebkitMarqueeDirection, attr->value()); in parseMappedAttribute()
DHTMLTextAreaElement.cpp150 addCSSProperty(attr, CSSPropertyWhiteSpace, CSSValuePreWrap); in parseMappedAttribute()
151 addCSSProperty(attr, CSSPropertyWordWrap, CSSValueBreakWord); in parseMappedAttribute()
153 addCSSProperty(attr, CSSPropertyWhiteSpace, CSSValuePre); in parseMappedAttribute()
154 addCSSProperty(attr, CSSPropertyWordWrap, CSSValueNormal); in parseMappedAttribute()
DHTMLFontElement.cpp176 addCSSProperty(attr, CSSPropertyFontSize, size); in parseMappedAttribute()
180 addCSSProperty(attr, CSSPropertyFontFamily, attr->value()); in parseMappedAttribute()
DHTMLObjectElement.cpp119 addCSSProperty(attr, CSSPropertyBorderTopStyle, CSSValueSolid); in parseMappedAttribute()
120 addCSSProperty(attr, CSSPropertyBorderRightStyle, CSSValueSolid); in parseMappedAttribute()
121 addCSSProperty(attr, CSSPropertyBorderBottomStyle, CSSValueSolid); in parseMappedAttribute()
122 addCSSProperty(attr, CSSPropertyBorderLeftStyle, CSSValueSolid); in parseMappedAttribute()
DHTMLTableCaptionElement.cpp61 addCSSProperty(attr, CSSPropertyCaptionSide, attr->value()); in parseMappedAttribute()
DHTMLPreElement.cpp63 addCSSProperty(attr, CSSPropertyWhiteSpace, CSSValuePreWrap); in parseMappedAttribute()
DHTMLUListElement.cpp63 addCSSProperty(attr, CSSPropertyListStyleType, attr->value()); in parseMappedAttribute()
/external/webkit/Source/WebCore/mathml/
DMathMLElement.cpp66 addCSSProperty(attr, CSSPropertyBackgroundColor, attr->value()); in parseMappedAttribute()
70 addCSSProperty(attr, CSSPropertyFontSize, attr->value()); in parseMappedAttribute()
72 addCSSProperty(attr, CSSPropertyColor, attr->value()); in parseMappedAttribute()
75 addCSSProperty(attr, CSSPropertyFontSize, attr->value()); in parseMappedAttribute()
77 addCSSProperty(attr, CSSPropertyBackgroundColor, attr->value()); in parseMappedAttribute()
79 addCSSProperty(attr, CSSPropertyColor, attr->value()); in parseMappedAttribute()
81 addCSSProperty(attr, CSSPropertyFontStyle, attr->value()); in parseMappedAttribute()
83 addCSSProperty(attr, CSSPropertyFontWeight, attr->value()); in parseMappedAttribute()
85 addCSSProperty(attr, CSSPropertyFontFamily, attr->value()); in parseMappedAttribute()
/external/webkit/Source/WebCore/wml/
DWMLPElement.cpp66 addCSSProperty(attr, CSSPropertyTextAlign, CSSValueWebkitCenter); in parseMappedAttribute()
68 addCSSProperty(attr, CSSPropertyTextAlign, CSSValueWebkitLeft); in parseMappedAttribute()
70 addCSSProperty(attr, CSSPropertyTextAlign, CSSValueWebkitRight); in parseMappedAttribute()
72 addCSSProperty(attr, CSSPropertyTextAlign, value); in parseMappedAttribute()
76 addCSSProperty(attr, CSSPropertyWordWrap, CSSValueBreakWord); in parseMappedAttribute()
78 addCSSProperty(attr, CSSPropertyWhiteSpace, CSSValueNowrap); in parseMappedAttribute()
DWMLBRElement.cpp68 addCSSProperty(attr, CSSPropertyClear, "both"); in parseMappedAttribute()
70 addCSSProperty(attr, CSSPropertyClear, value); in parseMappedAttribute()
DWMLElement.cpp71 addCSSProperty(attr, CSSPropertyTextAlign, "center"); in parseMappedAttribute()
73 addCSSProperty(attr, CSSPropertyTextAlign, attr->value()); in parseMappedAttribute()
/external/webkit/Source/WebCore/dom/
DStyledElement.h45 void addCSSProperty(Attribute*, int id, const String& value);
46 void addCSSProperty(Attribute*, int id, int value);
/external/webkit/Source/WebCore/svg/
DSVGImageElement.cpp72 addCSSProperty(attr, CSSPropertyWidth, attr->value()); in parseMappedAttribute()
77 addCSSProperty(attr, CSSPropertyHeight, attr->value()); in parseMappedAttribute()
DSVGTextContentElement.cpp201 addCSSProperty(attr, CSSPropertyWhiteSpace, CSSValuePre); in parseMappedAttribute()
203 addCSSProperty(attr, CSSPropertyWhiteSpace, CSSValueNowrap); in parseMappedAttribute()
DSVGSVGElement.cpp266 addCSSProperty(attr, CSSPropertyWidth, attr->value()); in parseMappedAttribute()
271 addCSSProperty(attr, CSSPropertyHeight, attr->value()); in parseMappedAttribute()
297 element->addCSSProperty(attribute, property, value.valueAsString()); in updateCSSForAttribute()

12