Searched refs:cellPoint (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DTableSectionPainter.cpp84 LayoutPoint cellPoint = m_renderTableSection.flipForWritingModeForChild(cell, paintOffset); local
85 cell->paintCollapsedBorders(paintInfo, cellPoint);
147 LayoutPoint cellPoint = m_renderTableSection.flipForWritingModeForChild(cells[i - 1], paintOffset); local
148 cells[i - 1]->paintCollapsedBorders(paintInfo, cellPoint);
160 LayoutPoint cellPoint = m_renderTableSection.flipForWritingModeForChild(cell, paintOffset); local
175 cell->paintBackgroundsBehindCell(paintInfo, cellPoint, columnGroup);
176 cell->paintBackgroundsBehindCell(paintInfo, cellPoint, column);
179 cell->paintBackgroundsBehindCell(paintInfo, cellPoint, &m_renderTableSection);
184 cell->paintBackgroundsBehindCell(paintInfo, cellPoint, row);
187 cell->paint(paintInfo, cellPoint);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableRow.cpp212 LayoutPoint cellPoint = flipForWritingModeForChild(cell, accumulatedOffset); local
213 if (cell->nodeAtPoint(request, result, locationInContainer, cellPoint, action)) {
214 updateHitTestResult(result, locationInContainer.point() - toLayoutSize(cellPoint));
H A DRenderTableSection.cpp1556 LayoutPoint cellPoint = flipForWritingModeForChild(cell, adjustedLocation); local
1557 if (static_cast<RenderObject*>(cell)->nodeAtPoint(request, result, locationInContainer, cellPoint, action)) {
1558 updateHitTestResult(result, locationInContainer.point() - toLayoutSize(cellPoint));

Completed in 550 milliseconds