HomeSort by relevance Sort by last modified time
    Searched defs:adjustedLocation (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderPart.cpp 120 LayoutPoint adjustedLocation = accumulatedOffset + location();
122 HitTestLocation newHitTestLocation(locationInContainer, -adjustedLocation - contentOffset);
EllipsisBox.cpp 155 LayoutPoint adjustedLocation = accumulatedOffset + roundedLayoutPoint(topLeft());
160 LayoutUnit mtx = adjustedLocation.x() + m_logicalWidth - markupBox->x();
161 LayoutUnit mty = adjustedLocation.y() + style->fontMetrics().ascent() - (markupBox->y() + markupBox->renderer()->style(isFirstLineStyle())->fontMetrics().ascent());
168 LayoutRect boundsRect(adjustedLocation, LayoutSize(m_logicalWidth, m_height));
170 renderer()->updateHitTestResult(result, locationInContainer.point() - toLayoutSize(adjustedLocation));
RenderListBox.cpp 703 LayoutPoint adjustedLocation = accumulatedOffset + location();
706 if (itemBoundingBoxRect(adjustedLocation, i).contains(locationInContainer.point())) {
711 result.setLocalPoint(locationInContainer.point() - toLayoutSize(adjustedLocation));
RenderTable.cpp     [all...]
RenderBox.cpp     [all...]

Completed in 301 milliseconds