Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp1279 unsigned rBelow = 0; in cellBelow() local
1283 rBelow = r + 1; in cellBelow()
1287 rBelow = 0; in cellBelow()
1293 RenderTableSection::CellStruct& belowCell = section->cellAt(rBelow, effCol); in cellBelow()