Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLTableElement.cpp349 const int cRight = 1; in parseMappedAttribute() local
368 borders[cLeft] = borders[cRight] = true; in parseMappedAttribute()
374 borders[cRight] = true; in parseMappedAttribute()
378 borders[cTop] = borders[cBottom] = borders[cLeft] = borders[cRight] = true; in parseMappedAttribute()
390 …addCSSProperty(attr, CSSPropertyBorderRightStyle, borders[cRight] ? CSSValueSolid : CSSValueHidden… in parseMappedAttribute()