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.cpp1278 unsigned rBelow = 0; in cellBelow() local
1282 rBelow = r + 1; in cellBelow()
1286 rBelow = 0; in cellBelow()
1292 RenderTableSection::CellStruct& belowCell = section->cellAt(rBelow, effCol); in cellBelow()