HomeSort by relevance Sort by last modified time
    Searched refs:adjustedLocation (Results 1 - 8 of 8) 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));
RenderTextControl.cpp 141 LayoutPoint adjustedLocation = accumulatedOffset + location();
142 LayoutPoint localPoint = pointInContainer - toLayoutSize(adjustedLocation + innerText->renderBox()->location());
RenderTable.cpp     [all...]
RenderListBox.cpp 703 LayoutPoint adjustedLocation = accumulatedOffset + location();
706 if (itemBoundingBoxRect(adjustedLocation, i).contains(locationInContainer.point())) {
711 result.setLocalPoint(locationInContainer.point() - toLayoutSize(adjustedLocation));
RenderTableSection.cpp     [all...]
RenderBlock.cpp     [all...]
RenderBox.cpp     [all...]

Completed in 52 milliseconds