Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DFixedTableLayout.cpp93 Length grpWidth; in calcWidthArray() local
98 grpWidth = col->style()->width(); in calcWidthArray()
102 w = grpWidth; in calcWidthArray()
140 grpWidth = Length(); in calcWidthArray()
DAutoTableLayout.cpp168 Length grpWidth; in fullRecalc() local
175 grpWidth = col->style()->width(); in fullRecalc()
179 w = grpWidth; in fullRecalc()
201 grpWidth = Length(); in fullRecalc()