HomeSort by relevance Sort by last modified time
    Searched full:maxrowspan (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableCellElement.cpp 41 static const int maxRowspan = 8190;
65 return max(1, min(rowSpanValue.toInt(), maxRowspan));

Completed in 82 milliseconds