Home
last modified time | relevance | path

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

/external/webkit/WebCore/html/
DHTMLTableElement.cpp365 const int cLeft = 3; in parseMappedAttribute() local
382 borders[cLeft] = borders[cRight] = true; in parseMappedAttribute()
385 borders[cLeft] = true; in parseMappedAttribute()
392 borders[cTop] = borders[cBottom] = borders[cLeft] = borders[cRight] = true; in parseMappedAttribute()
403 … addCSSProperty(attr, CSSPropertyBorderLeftStyle, borders[cLeft] ? CSSValueSolid : CSSValueHidden); in parseMappedAttribute()