Home
last modified time | relevance | path

Searched defs:inColSpan (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderTableSection.h58 bool inColSpan; // true for columns after the first in a colspan member
DRenderTableSection.cpp230 bool inColSpan = false; in addCell() local