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 103 LayoutPoint adjustedLocation = accumulatedOffset + location();
105 HitTestLocation newHitTestLocation(locationInContainer, -adjustedLocation - contentOffset);
EllipsisBox.cpp 161 LayoutPoint adjustedLocation = accumulatedOffset + roundedLayoutPoint(topLeft());
166 LayoutUnit mtx = adjustedLocation.x() + m_logicalWidth - markupBox->x();
167 LayoutUnit mty = adjustedLocation.y() + style->fontMetrics().ascent() - (markupBox->y() + markupBox->renderer().style(isFirstLineStyle())->fontMetrics().ascent());
178 renderer().updateHitTestResult(result, locationInContainer.point() - toLayoutSize(adjustedLocation));
RenderListBox.cpp 739 LayoutPoint adjustedLocation = accumulatedOffset + location();
742 if (itemBoundingBoxRectInternal(adjustedLocation, i).contains(locationInContainer.point())) {
747 result.setLocalPoint(locationInContainer.point() - toLayoutSize(adjustedLocation));
    [all...]
RenderTable.cpp     [all...]
RenderBox.cpp     [all...]

Completed in 92 milliseconds