localPoint 1250 Source/core/dom/Document.cpp PositionWithAffinity positionWithAffinity = renderer->positionForPoint(result.localPoint()); localPoint 1301 Source/core/editing/FrameSelection.cpp VisiblePosition visiblePos(innerNode->renderer()->positionForPoint(result.localPoint())); localPoint 691 Source/core/editing/VisibleSelection.cpp VisiblePosition VisibleSelection::visiblePositionRespectingEditingBoundary(const LayoutPoint& localPoint, Node* targetNode) const localPoint 696 Source/core/editing/VisibleSelection.cpp LayoutPoint selectionEndPoint = localPoint; localPoint 111 Source/core/editing/VisibleSelection.h VisiblePosition visiblePositionRespectingEditingBoundary(const LayoutPoint& localPoint, Node* targetNode) const; localPoint 3065 Source/core/frame/FrameView.cpp IntPoint FrameView::convertToContainingView(const IntPoint& localPoint) const localPoint 3074 Source/core/frame/FrameView.cpp return localPoint; localPoint 3076 Source/core/frame/FrameView.cpp IntPoint point(localPoint); localPoint 3084 Source/core/frame/FrameView.cpp return Widget::convertToContainingView(localPoint); localPoint 3087 Source/core/frame/FrameView.cpp return localPoint; localPoint 288 Source/core/frame/LocalFrame.cpp VisiblePosition visiblePos = VisiblePosition(renderer->positionForPoint(result.localPoint())); localPoint 431 Source/core/page/EventHandler.cpp VisiblePosition pos(innerNode->renderer()->positionForPoint(result.localPoint())); localPoint 450 Source/core/page/EventHandler.cpp VisiblePosition pos(innerNode->renderer()->positionForPoint(result.localPoint())); localPoint 495 Source/core/page/EventHandler.cpp VisiblePosition pos(innerNode->renderer()->positionForPoint(result.localPoint())); localPoint 535 Source/core/page/EventHandler.cpp VisiblePosition pos(innerNode->renderer()->positionForPoint(event.localPoint())); localPoint 572 Source/core/page/EventHandler.cpp VisiblePosition visiblePos(innerNode->renderer()->positionForPoint(event.localPoint())); localPoint 764 Source/core/page/EventHandler.cpp VisiblePosition targetPosition = m_frame->selection().selection().visiblePositionRespectingEditingBoundary(hitTestResult.localPoint(), target); localPoint 797 Source/core/page/EventHandler.cpp if (rootUserSelectAllForMousePressNode && comparePositions(target->renderer()->positionForPoint(hitTestResult.localPoint()), m_mousePressNode->renderer()->positionForPoint(m_dragStartPos)) < 0) localPoint 801 Source/core/page/EventHandler.cpp if (rootUserSelectAllForTarget && m_mousePressNode->renderer() && comparePositions(target->renderer()->positionForPoint(hitTestResult.localPoint()), m_mousePressNode->renderer()->positionForPoint(m_dragStartPos)) < 0) localPoint 848 Source/core/page/EventHandler.cpp VisiblePosition pos = VisiblePosition(node->renderer()->positionForPoint(event.localPoint())); localPoint 1140 Source/core/page/EventHandler.cpp switch (renderer->getCursor(roundedIntPoint(result.localPoint()), overrideCursor)) { localPoint 3983 Source/core/page/EventHandler.cpp mev.targetNode()->renderer()->positionForPoint(mev.localPoint())); localPoint 37 Source/core/page/MouseEventWithHitTestResults.h LayoutPoint localPoint() const { return m_hitTestResult.localPoint(); } localPoint 85 Source/core/rendering/HitTestResult.cpp , m_localPoint(other.localPoint()) localPoint 106 Source/core/rendering/HitTestResult.cpp m_localPoint = other.localPoint(); localPoint 353 Source/core/rendering/HitTestResult.cpp VisiblePosition pos(targetNode()->renderer()->positionForPoint(localPoint())); localPoint 450 Source/core/rendering/HitTestResult.cpp m_localPoint = other.localPoint(); localPoint 81 Source/core/rendering/HitTestResult.h const LayoutPoint& localPoint() const { return m_localPoint; } localPoint 1215 Source/core/rendering/RenderInline.cpp LayoutPoint localPoint(point); localPoint 1224 Source/core/rendering/RenderInline.cpp localPoint.moveBy(block->location() - firstBlock->locationOffset()); localPoint 1230 Source/core/rendering/RenderInline.cpp result.setLocalPoint(localPoint); localPoint 942 Source/core/rendering/RenderLayer.cpp LayoutPoint localPoint; localPoint 952 Source/core/rendering/RenderLayer.cpp localPoint += inlineBoundingBoxOffset; localPoint 956 Source/core/rendering/RenderLayer.cpp localPoint += box->topLeftLocationOffset(); localPoint 967 Source/core/rendering/RenderLayer.cpp localPoint += toRenderBox(curr)->topLeftLocationOffset(); localPoint 973 Source/core/rendering/RenderLayer.cpp localPoint -= toRenderBox(curr)->topLeftLocationOffset(); localPoint 984 Source/core/rendering/RenderLayer.cpp localPoint -= offset; localPoint 989 Source/core/rendering/RenderLayer.cpp localPoint += offset; localPoint 997 Source/core/rendering/RenderLayer.cpp renderer()->view()->adjustForColumns(columnOffset, localPoint); localPoint 999 Source/core/rendering/RenderLayer.cpp parent()->renderer()->adjustForColumns(columnOffset, localPoint); localPoint 1001 Source/core/rendering/RenderLayer.cpp localPoint += columnOffset; localPoint 1006 Source/core/rendering/RenderLayer.cpp localPoint -= scrollOffset; localPoint 1015 Source/core/rendering/RenderLayer.cpp localPoint.move(m_offsetForInFlowPosition); localPoint 1021 Source/core/rendering/RenderLayer.cpp localPoint -= inlineBoundingBoxOffset; localPoint 1023 Source/core/rendering/RenderLayer.cpp positionOrOffsetChanged |= location() != localPoint; localPoint 1024 Source/core/rendering/RenderLayer.cpp setLocation(localPoint); localPoint 3104 Source/core/rendering/RenderLayer.cpp FloatPoint localPoint = newTransformState->mappedPoint(); localPoint 3109 Source/core/rendering/RenderLayer.cpp newHitTestLocation = HitTestLocation(localPoint, localPointQuad); localPoint 3111 Source/core/rendering/RenderLayer.cpp newHitTestLocation = HitTestLocation(localPoint); localPoint 3280 Source/core/rendering/RenderLayer.cpp FloatPoint localPoint = newTransformState->mappedPoint(); localPoint 3285 Source/core/rendering/RenderLayer.cpp newHitTestLocation = HitTestLocation(localPoint, localPointQuad); localPoint 3287 Source/core/rendering/RenderLayer.cpp newHitTestLocation = HitTestLocation(localPoint); localPoint 1086 Source/core/rendering/RenderLayerScrollableArea.cpp bool RenderLayerScrollableArea::hitTestOverflowControls(HitTestResult& result, const IntPoint& localPoint) localPoint 1094 Source/core/rendering/RenderLayerScrollableArea.cpp if (resizeControlRect.contains(localPoint)) localPoint 1104 Source/core/rendering/RenderLayerScrollableArea.cpp if (vBarRect.contains(localPoint)) { localPoint 1116 Source/core/rendering/RenderLayerScrollableArea.cpp if (hBarRect.contains(localPoint)) { localPoint 1214 Source/core/rendering/RenderLayerScrollableArea.cpp IntPoint localPoint = roundedIntPoint(m_box->absoluteToLocal(absolutePoint, UseTransforms)); localPoint 1216 Source/core/rendering/RenderLayerScrollableArea.cpp return resizerCornerRect(localBounds, resizerHitTestType).contains(localPoint); localPoint 1306 Source/core/rendering/RenderLayerScrollableArea.cpp IntPoint localPoint = roundedIntPoint(m_box->absoluteToLocal(absolutePoint, UseTransforms)); localPoint 1307 Source/core/rendering/RenderLayerScrollableArea.cpp return localPoint - resizerPoint; localPoint 163 Source/core/rendering/RenderLayerScrollableArea.h bool hitTestOverflowControls(HitTestResult&, const IntPoint& localPoint); localPoint 2221 Source/core/rendering/RenderObject.cpp FloatPoint RenderObject::localToAbsolute(const FloatPoint& localPoint, MapCoordinatesFlags mode) const localPoint 2223 Source/core/rendering/RenderObject.cpp TransformState transformState(TransformState::ApplyTransformDirection, localPoint); localPoint 2343 Source/core/rendering/RenderObject.cpp FloatPoint RenderObject::localToContainerPoint(const FloatPoint& localPoint, const RenderLayerModelObject* repaintContainer, MapCoordinatesFlags mode, bool* wasFixed) const localPoint 2345 Source/core/rendering/RenderObject.cpp TransformState transformState(TransformState::ApplyTransformDirection, localPoint); localPoint 742 Source/core/rendering/RenderObject.h FloatPoint localToAbsolute(const FloatPoint& localPoint = FloatPoint(), MapCoordinatesFlags = 0) const; localPoint 153 Source/core/rendering/RenderTextControl.cpp LayoutPoint localPoint = pointInContainer - toLayoutSize(adjustedLocation + innerText->renderBox()->location()); localPoint 155 Source/core/rendering/RenderTextControl.cpp localPoint += scrolledContentOffset(); localPoint 158 Source/core/rendering/RenderTextControl.cpp result.setLocalPoint(localPoint); localPoint 322 Source/core/rendering/RenderWidget.cpp result.setIsOverWidget(contentBoxRect().contains(result.localPoint())); localPoint 183 Source/core/rendering/svg/RenderSVGContainer.cpp FloatPoint localPoint = localToParentTransform().inverse().mapPoint(pointInParent); localPoint 185 Source/core/rendering/svg/RenderSVGContainer.cpp if (!SVGRenderSupport::pointInClippingArea(this, localPoint)) localPoint 189 Source/core/rendering/svg/RenderSVGContainer.cpp if (child->nodeAtFloatPoint(request, result, localPoint, hitTestAction)) { localPoint 190 Source/core/rendering/svg/RenderSVGContainer.cpp updateHitTestResult(result, roundedLayoutPoint(localPoint)); localPoint 198 Source/core/rendering/svg/RenderSVGContainer.cpp if (objectBoundingBox().contains(localPoint)) { localPoint 199 Source/core/rendering/svg/RenderSVGContainer.cpp updateHitTestResult(result, roundedLayoutPoint(localPoint)); localPoint 178 Source/core/rendering/svg/RenderSVGForeignObject.cpp FloatPoint localPoint = localTransform().inverse().mapPoint(pointInParent); localPoint 181 Source/core/rendering/svg/RenderSVGForeignObject.cpp if (SVGRenderSupport::isOverflowHidden(this) && !m_viewport.contains(localPoint)) localPoint 185 Source/core/rendering/svg/RenderSVGForeignObject.cpp HitTestLocation hitTestLocation(roundedLayoutPoint(localPoint)); localPoint 195 Source/core/rendering/svg/RenderSVGImage.cpp FloatPoint localPoint = localToParentTransform().inverse().mapPoint(pointInParent); localPoint 197 Source/core/rendering/svg/RenderSVGImage.cpp if (!SVGRenderSupport::pointInClippingArea(this, localPoint)) localPoint 201 Source/core/rendering/svg/RenderSVGImage.cpp if (m_objectBoundingBox.contains(localPoint)) { localPoint 202 Source/core/rendering/svg/RenderSVGImage.cpp updateHitTestResult(result, roundedLayoutPoint(localPoint)); localPoint 406 Source/core/rendering/svg/RenderSVGRoot.cpp FloatPoint localPoint = localToParentTransform().inverse().mapPoint(FloatPoint(pointInParent)); localPoint 410 Source/core/rendering/svg/RenderSVGRoot.cpp if (child->nodeAtFloatPoint(request, result, localPoint, hitTestAction)) { localPoint 312 Source/core/rendering/svg/RenderSVGShape.cpp FloatPoint localPoint = m_localTransform.inverse().mapPoint(pointInParent); localPoint 314 Source/core/rendering/svg/RenderSVGShape.cpp if (!SVGRenderSupport::pointInClippingArea(this, localPoint)) localPoint 318 Source/core/rendering/svg/RenderSVGShape.cpp if (nodeAtFloatPointInternal(request, localPoint, hitRules)) { localPoint 319 Source/core/rendering/svg/RenderSVGShape.cpp updateHitTestResult(result, roundedLayoutPoint(localPoint)); localPoint 326 Source/core/rendering/svg/RenderSVGShape.cpp bool RenderSVGShape::nodeAtFloatPointInternal(const HitTestRequest& request, const FloatPoint& localPoint, PointerEventsHitRules hitRules) localPoint 334 Source/core/rendering/svg/RenderSVGShape.cpp if ((hitRules.canHitBoundingBox && objectBoundingBox().contains(localPoint)) localPoint 335 Source/core/rendering/svg/RenderSVGShape.cpp || (hitRules.canHitStroke && (svgStyle->hasStroke() || !hitRules.requireStroke) && strokeContains(localPoint, hitRules.requireStroke)) localPoint 336 Source/core/rendering/svg/RenderSVGShape.cpp || (hitRules.canHitFill && (svgStyle->hasFill() || !hitRules.requireFill) && fillContains(localPoint, hitRules.requireFill, fillRule))) localPoint 435 Source/core/rendering/svg/RenderSVGText.cpp FloatPoint localPoint = localToParentTransform().inverse().mapPoint(pointInParent); localPoint 437 Source/core/rendering/svg/RenderSVGText.cpp if (!SVGRenderSupport::pointInClippingArea(this, localPoint)) localPoint 439 Source/core/rendering/svg/RenderSVGText.cpp if (hitRules.canHitBoundingBox && !objectBoundingBox().contains(localPoint)) localPoint 442 Source/core/rendering/svg/RenderSVGText.cpp HitTestLocation hitTestLocation(LayoutPoint(flooredIntPoint(localPoint))); localPoint 94 Source/platform/Widget.cpp IntPoint Widget::convertToRootView(const IntPoint& localPoint) const localPoint 97 Source/platform/Widget.cpp IntPoint parentPoint = convertToContainingView(localPoint); localPoint 100 Source/platform/Widget.cpp return localPoint; localPoint 130 Source/platform/Widget.cpp IntPoint Widget::convertToContainingWindow(const IntPoint& localPoint) const localPoint 133 Source/platform/Widget.cpp IntPoint parentPoint = convertToContainingView(localPoint); localPoint 136 Source/platform/Widget.cpp return localPoint; localPoint 160 Source/platform/Widget.cpp IntPoint Widget::convertToContainingView(const IntPoint& localPoint) const localPoint 163 Source/platform/Widget.cpp return parentWidget->convertChildToSelf(this, localPoint); localPoint 165 Source/platform/Widget.cpp return localPoint; localPoint 1036 Source/platform/scroll/ScrollView.cpp IntPoint ScrollView::convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntPoint& localPoint) const localPoint 1039 Source/platform/scroll/ScrollView.cpp IntPoint newPoint = localPoint; localPoint 579 Source/platform/scroll/Scrollbar.cpp IntPoint Scrollbar::convertToContainingView(const IntPoint& localPoint) const localPoint 582 Source/platform/scroll/Scrollbar.cpp return m_scrollableArea->convertFromScrollbarToContainingView(this, localPoint); localPoint 584 Source/platform/scroll/Scrollbar.cpp return Widget::convertToContainingView(localPoint); localPoint 129 Source/web/ContextMenuClientImpl.cpp hitTestResult.localPoint())); localPoint 1371 Source/web/WebFrameImpl.cpp return frame()->selection().selection().visiblePositionRespectingEditingBoundary(result.localPoint(), node); localPoint 51 Source/web/WebHitTestResult.cpp return roundedIntPoint(m_private->localPoint()); localPoint 470 Source/web/WebInputEventConversion.cpp IntPoint localPoint = convertAbsoluteLocationForRenderObject(event.absoluteLocation(), renderObject); localPoint 471 Source/web/WebInputEventConversion.cpp webEvent.x = localPoint.x(); localPoint 472 Source/web/WebInputEventConversion.cpp webEvent.y = localPoint.y(); localPoint 552 Source/web/WebInputEventConversion.cpp IntPoint localPoint = convertAbsoluteLocationForRenderObject(touch->absoluteLocation(), *renderObject); localPoint 553 Source/web/WebInputEventConversion.cpp x = localPoint.x(); localPoint 554 Source/web/WebInputEventConversion.cpp y = localPoint.y(); localPoint 769 Source/web/WebInputEventConversion.cpp IntPoint localPoint = convertAbsoluteLocationForRenderObject(event.absoluteLocation(), *renderObject); localPoint 770 Source/web/WebInputEventConversion.cpp x = localPoint.x(); localPoint 771 Source/web/WebInputEventConversion.cpp y = localPoint.y(); localPoint 59 public/web/WebHitTestResult.h BLINK_EXPORT WebPoint localPoint() const;