OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:adjustedLocation
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderPart.cpp
123
LayoutPoint
adjustedLocation
= accumulatedOffset + location();
125
HitTestLocation newHitTestLocation(locationInContainer, -
adjustedLocation
- contentOffset);
EllipsisBox.cpp
165
LayoutPoint
adjustedLocation
= accumulatedOffset + roundedLayoutPoint(topLeft());
170
LayoutUnit mtx =
adjustedLocation
.x() + m_logicalWidth - markupBox->x();
171
LayoutUnit mty =
adjustedLocation
.y() + style->fontMetrics().ascent() - (markupBox->y() + markupBox->renderer()->style(isFirstLineStyle())->fontMetrics().ascent());
182
renderer()->updateHitTestResult(result, locationInContainer.point() - toLayoutSize(
adjustedLocation
));
RenderListBox.cpp
708
LayoutPoint
adjustedLocation
= accumulatedOffset + location();
711
if (itemBoundingBoxRect(
adjustedLocation
, i).contains(locationInContainer.point())) {
716
result.setLocalPoint(locationInContainer.point() - toLayoutSize(
adjustedLocation
));
RenderTable.cpp
[
all
...]
RenderBox.cpp
[
all
...]
Completed in 60 milliseconds