Searched refs:childPoint (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGForeignObject.cpp77 LayoutPoint childPoint = IntPoint(); local
82 RenderBlock::paint(childPaintInfo, childPoint);
84 RenderBlock::paint(childPaintInfo, childPoint);
86 RenderBlock::paint(childPaintInfo, childPoint);
88 RenderBlock::paint(childPaintInfo, childPoint);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineBox.cpp200 LayoutPoint childPoint = paintOffset;
202 childPoint = renderer().containingBlock()->flipForWritingModeForChild(&toRenderBox(renderer()), childPoint);
204 RenderBlock::paintAsInlineBlock(&renderer(), paintInfo, childPoint); local
212 LayoutPoint childPoint = accumulatedOffset; local
214 childPoint = renderer().containingBlock()->flipForWritingModeForChild(&toRenderBox(renderer()), childPoint);
216 return renderer().hitTest(request, result, locationInContainer, childPoint);
H A DRenderTable.cpp679 LayoutPoint childPoint = flipForWritingModeForChild(toRenderBox(child), paintOffset); local
680 child->paint(info, childPoint);
693 LayoutPoint childPoint = flipForWritingModeForChild(section, paintOffset); local
694 section->paint(info, childPoint);
1405 LayoutPoint childPoint = flipForWritingModeForChild(toRenderBox(child), adjustedLocation); local
1406 if (child->nodeAtPoint(request, result, locationInContainer, childPoint, action)) {
1407 updateHitTestResult(result, toLayoutPoint(locationInContainer.point() - childPoint));
H A DRenderBlock.cpp1955 LayoutPoint childPoint = flipForWritingModeForChild(child, paintOffset); local
1957 child->paint(paintInfo, childPoint);
1962 LayoutPoint childPoint = flipForWritingModeForChild(child, paintOffset); local
1964 paintAsInlineBlock(child, paintInfo, childPoint);
1967 void RenderBlock::paintAsInlineBlock(RenderObject* renderer, PaintInfo& paintInfo, const LayoutPoint& childPoint) argument
1979 renderer->paint(info, childPoint);
1982 renderer->paint(info, childPoint);
1984 renderer->paint(info, childPoint);
1986 renderer->paint(info, childPoint);
1988 renderer->paint(info, childPoint);
2972 LayoutPoint childPoint = flipForWritingModeForChild(child, accumulatedOffset); local
[all...]
H A DRenderBlockFlow.cpp2022 LayoutPoint childPoint = flipFloatForWritingModeForChild(floatingObject, LayoutPoint(paintOffset.x() + xPositionForFloatIncludingMargin(floatingObject) - floatingObject->renderer()->x(), paintOffset.y() + yPositionForFloatIncludingMargin(floatingObject) - floatingObject->renderer()->y())); local
2023 floatingObject->renderer()->paint(currentPaintInfo, childPoint);
2026 floatingObject->renderer()->paint(currentPaintInfo, childPoint);
2028 floatingObject->renderer()->paint(currentPaintInfo, childPoint);
2030 floatingObject->renderer()->paint(currentPaintInfo, childPoint);
2032 floatingObject->renderer()->paint(currentPaintInfo, childPoint);
2557 LayoutPoint childPoint = flipFloatForWritingModeForChild(floatingObject, adjustedLocation + LayoutSize(xOffset, yOffset)); local
2558 if (floatingObject->renderer()->hitTest(request, result, locationInContainer, childPoint)) {
2559 updateHitTestResult(result, locationInContainer.point() - toLayoutSize(childPoint));
H A DRenderTableSection.cpp1630 LayoutPoint childPoint = flipForWritingModeForChild(row, adjustedLocation); local
1631 if (row->nodeAtPoint(request, result, locationInContainer, childPoint, action)) {
1632 updateHitTestResult(result, toLayoutPoint(locationInContainer.point() - childPoint));

Completed in 584 milliseconds