HomeSort by relevance Sort by last modified time
    Searched refs:roundedLayoutPoint (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Touch.cpp 58 m_absoluteLocation = roundedLayoutPoint(pagePos.scaledBy(scaleFactor));
  /external/chromium_org/third_party/WebKit/Source/core/events/
MouseRelatedEvent.cpp 125 setAbsoluteLocation(roundedLayoutPoint(FloatPoint(pageX() * scaleFactor, pageY() * scaleFactor)));
149 m_offsetLocation = roundedLayoutPoint(localPos);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGContainer.cpp 182 updateHitTestResult(result, roundedLayoutPoint(localPoint));
191 updateHitTestResult(result, roundedLayoutPoint(localPoint));
RenderSVGForeignObject.cpp 146 HitTestLocation hitTestLocation(roundedLayoutPoint(localPoint));
RenderSVGImage.cpp 172 updateHitTestResult(result, roundedLayoutPoint(localPoint));
RenderSVGShape.cpp 316 updateHitTestResult(result, roundedLayoutPoint(localPoint));
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SliderThumbElement.cpp 124 LayoutPoint offset = roundedLayoutPoint(input->renderer()->absoluteToLocal(point, UseTransforms));
135 LayoutPoint absoluteSliderContentOrigin = roundedLayoutPoint(input->renderer()->localToAbsolute());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
EllipsisBox.cpp 134 LayoutPoint adjustedLocation = accumulatedOffset + roundedLayoutPoint(topLeft());
RenderLayerClipper.cpp 306 applyClipRects(context, m_renderer, roundedLayoutPoint(m_renderer.localToContainerPoint(FloatPoint(), context.rootLayer->renderer())), clipRects);
RenderBoxModelObject.cpp 594 LayoutPoint point(roundedLayoutPoint(transformState.mappedPoint()));
RenderInline.cpp 283 caretRect.moveBy(roundedLayoutPoint(firstBox->topLeft()));
    [all...]
RenderObject.cpp     [all...]
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutPoint.h 186 inline LayoutPoint roundedLayoutPoint(const FloatPoint& p)
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.cpp 720 selectionEndPoint = roundedLayoutPoint(editableElement->renderer()->absoluteToLocal(absolutePoint));
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 317 LayoutPoint point = roundedLayoutPoint(FloatPoint(p.x() * zoomFactor, p.y() * zoomFactor));
    [all...]
EventHandler.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp     [all...]

Completed in 968 milliseconds