Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLTableElement.cpp348 const int cTop = 0; in parseMappedAttribute() local
359 borders[cTop] = true; in parseMappedAttribute()
365 borders[cTop] = borders[cBottom] = true; in parseMappedAttribute()
378 borders[cTop] = borders[cBottom] = borders[cLeft] = borders[cRight] = true; in parseMappedAttribute()
387 … addCSSProperty(attr, CSSPropertyBorderTopStyle, borders[cTop] ? CSSValueSolid : CSSValueHidden); in parseMappedAttribute()