Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLTableElement.cpp351 const int cLeft = 3; in parseMappedAttribute() local
368 borders[cLeft] = borders[cRight] = true; in parseMappedAttribute()
371 borders[cLeft] = true; in parseMappedAttribute()
378 borders[cTop] = borders[cBottom] = borders[cLeft] = borders[cRight] = true; in parseMappedAttribute()
389 … addCSSProperty(attr, CSSPropertyBorderLeftStyle, borders[cLeft] ? CSSValueSolid : CSSValueHidden); in parseMappedAttribute()