Searched refs:absolutePoint (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGInlineText.cpp169 FloatPoint absolutePoint(point);
170 absolutePoint.moveBy(containingBlock->location());
192 float distance = powf(fragmentRect.x() - absolutePoint.x(), 2) +
193 powf(fragmentRect.y() + fragmentRect.height() / 2 - absolutePoint.y(), 2);
207 int offset = closestDistanceBox->offsetForPositionInFragment(*closestDistanceFragment, absolutePoint.x() - closestDistancePosition, true);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.h134 IntSize offsetFromResizeCorner(const IntPoint& absolutePoint) const;
162 bool isPointInResizeControl(const IntPoint& absolutePoint, ResizerHitTestType) const;
H A DRenderLayerScrollableArea.cpp1201 bool RenderLayerScrollableArea::isPointInResizeControl(const IntPoint& absolutePoint, ResizerHitTestType resizerHitTestType) const argument
1206 IntPoint localPoint = roundedIntPoint(box().absoluteToLocal(absolutePoint, UseTransforms));
1290 IntSize RenderLayerScrollableArea::offsetFromResizeCorner(const IntPoint& absolutePoint) const
1298 IntPoint localPoint = roundedIntPoint(box().absoluteToLocal(absolutePoint, UseTransforms));
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.h263 // absolutePoint - For wheel scrolls - the location, in absolute coordinates, where the event occured.
264 bool scroll(ScrollDirection, ScrollGranularity, Node* startNode = 0, Node** stopNode = 0, float delta = 1.0f, IntPoint absolutePoint = IntPoint());
H A DEventHandler.cpp887 bool EventHandler::scroll(ScrollDirection direction, ScrollGranularity granularity, Node* startNode, Node** stopNode, float delta, IntPoint absolutePoint) argument
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisibleSelection.cpp719 FloatPoint absolutePoint = targetNode->renderer()->localToAbsolute(FloatPoint(selectionEndPoint));
720 selectionEndPoint = roundedLayoutPoint(editableElement->renderer()->absoluteToLocal(absolutePoint));
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginContainerImpl.cpp558 IntPoint absolutePoint = roundedIntPoint(m_element->renderer()->localToAbsolute(LayoutPoint(point), UseTransforms));
559 return view->contentsToWindow(absolutePoint);

Completed in 185 milliseconds