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 101 LayoutPoint adjustedLocation = accumulatedOffset + location();
103 HitTestLocation newHitTestLocation(locationInContainer, -adjustedLocation - contentOffset);
EllipsisBox.cpp 134 LayoutPoint adjustedLocation = accumulatedOffset + roundedLayoutPoint(topLeft());
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));
RenderTextControl.cpp 157 LayoutPoint adjustedLocation = accumulatedOffset + location();
158 LayoutPoint localPoint = pointInContainer - toLayoutSize(adjustedLocation + innerEditor->renderBox()->location());
RenderTable.cpp     [all...]
RenderTableSection.cpp     [all...]
RenderBlock.cpp     [all...]
RenderBox.cpp     [all...]
RenderBlockFlow.cpp     [all...]

Completed in 63 milliseconds