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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInlineText.cpp 168 FloatPoint absolutePoint(point);
169 absolutePoint.moveBy(containingBlock->location());
191 float distance = powf(fragmentRect.x() - absolutePoint.x(), 2) +
192 powf(fragmentRect.y() + fragmentRect.height() / 2 - absolutePoint.y(), 2);
206 int offset = closestDistanceBox->offsetForPositionInFragment(*closestDistanceFragment, absolutePoint.x() - closestDistancePosition, true);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderGeometryMap.h 83 FloatPoint absolutePoint(const FloatPoint& p) const
RenderLayerScrollableArea.h 132 IntSize offsetFromResizeCorner(const IntPoint& absolutePoint) const;
158 bool isPointInResizeControl(const IntPoint& absolutePoint, ResizerHitTestType) const;
RenderLayerScrollableArea.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.h 245 // absolutePoint - For wheel scrolls - the location, in absolute coordinates, where the event occured.
246 bool scroll(ScrollDirection, ScrollGranularity, Node* startNode = 0, Node** stopNode = 0, float delta = 1.0f, IntPoint absolutePoint = IntPoint());
EventHandler.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.cpp 705 FloatPoint absolutePoint = targetNode->renderer()->localToAbsolute(FloatPoint(selectionEndPoint));
706 selectionEndPoint = roundedLayoutPoint(editableElement->renderer()->absoluteToLocal(absolutePoint));
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp 547 IntPoint absolutePoint = roundedIntPoint(m_element->renderer()->localToAbsolute(LayoutPoint(point), UseTransforms));
548 return view->contentsToWindow(absolutePoint);

Completed in 217 milliseconds