Searched defs:adjustedLocation (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderPart.cpp101 LayoutPoint adjustedLocation = accumulatedOffset + location(); local
103 HitTestLocation newHitTestLocation(locationInContainer, -adjustedLocation - contentOffset);
H A DEllipsisBox.cpp134 LayoutPoint adjustedLocation = accumulatedOffset + roundedLayoutPoint(topLeft()); local
139 LayoutUnit mtx = adjustedLocation.x() + m_logicalWidth - markupBox->x();
140 LayoutUnit mty = adjustedLocation.y() + style->fontMetrics().ascent() - (markupBox->y() + markupBox->renderer().style(isFirstLineStyle())->fontMetrics().ascent());
151 renderer().updateHitTestResult(result, locationInContainer.point() - toLayoutSize(adjustedLocation));
H A DRenderTable.cpp1300 LayoutPoint adjustedLocation = accumulatedOffset + location(); local
1303 if (!hasOverflowClip() || locationInContainer.intersects(overflowClipRect(adjustedLocation))) {
1306 LayoutPoint childPoint = flipForWritingModeForChild(toRenderBox(child), adjustedLocation);
1316 LayoutRect boundsRect(adjustedLocation, size());
1318 updateHitTestResult(result, flipForWritingMode(locationInContainer.point() - toLayoutSize(adjustedLocation)));
H A DRenderBox.cpp1049 LayoutPoint adjustedLocation = accumulatedOffset + location(); local
1053 if ((!child->hasLayer() || !toRenderLayerModelObject(child)->layer()->isSelfPaintingLayer()) && child->nodeAtPoint(request, result, locationInContainer, adjustedLocation, action)) {
1054 updateHitTestResult(result, locationInContainer.point() - toLayoutSize(adjustedLocation));
1062 boundsRect.moveBy(adjustedLocation);
1064 updateHitTestResult(result, locationInContainer.point() - toLayoutSize(adjustedLocation));

Completed in 116 milliseconds