Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderDataGrid.cpp166 IntRect columnRect(column->rect()); in paintColumnHeaders() local
167 columnRect.move(tx, ty); in paintColumnHeaders()
168 if (columnRect.intersects(paintInfo.rect)) in paintColumnHeaders()
DRenderBox.cpp1286 IntRect columnRect(frameRect()); in offsetFromContainer() local
1287 toRenderBlock(o)->flipForWritingModeIncludingColumns(columnRect); in offsetFromContainer()
1288 offset += IntSize(columnRect.location().x(), columnRect.location().y()); in offsetFromContainer()
1289 columnRect.move(point.x(), point.y()); in offsetFromContainer()
1290 o->adjustForColumns(offset, columnRect.location()); in offsetFromContainer()