Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLTableCellElement.cpp46 static const int maxRowspan = 8190; variable
92 m_rowSpan = max(1, min(attr->value().toInt(), maxRowspan)); in parseMappedAttribute()