Searched refs:windowToContents (Results 1 – 18 of 18) sorted by relevance
593 LayoutPoint vPoint = view->windowToContents(event.event().position()); in handleMousePressEventSingleClick()686 …toSVGDocument(m_frame->document())->startPan(m_frame->view()->windowToContents(event.event().posit… in handleMousePressEvent()771 HitTestResult result(view->windowToContents(m_lastKnownMousePosition)); in updateSelectionForMouseDrag()1109 HitTestResult result(view->windowToContents(m_lastKnownMousePosition)); in updateCursor()1296 return view ? view->windowToContents(windowPoint) : windowPoint; in documentPointForWindowPoint()1321 m_mouseDownPos = view->windowToContents(mouseEvent.position()); in handleMousePressEvent()1375 IntPoint p = view->windowToContents(mouseEvent.position()); in handleMousePressEvent()1520 …toSVGDocument(m_frame->document())->updatePan(m_frame->view()->windowToContents(m_lastKnownMousePo… in handleMouseMoveOrLeaveEvent()1652 …toSVGDocument(m_frame->document())->updatePan(m_frame->view()->windowToContents(m_lastKnownMousePo… in handleMouseReleaseEvent()2156 LayoutPoint vPoint = view->windowToContents(e.position()); in handleWheelEvent()[all …]
98 IntPoint contentsPoint = mainFrame->view()->windowToContents(touchPoint); in findGoodTouchTargets()
367 IntPoint point = frameView->windowToContents(dragData->clientPosition()); in tryDocumentDrag()460 IntPoint point = m_documentUnderMouse->view()->windowToContents(dragData->clientPosition()); in concludeEditDrag()545 IntPoint point = m_page->mainFrame()->view()->windowToContents(dragData->clientPosition()); in canProcessDrag()863 IntPoint mouseDraggedPoint = src->view()->windowToContents(dragEvent.position()); in startDrag()
185 IntRect resizedCropRect = rootNode->document().view()->windowToContents(cropRect); in findBestOverlappingNode()242 IntRect resizedCropRect = parentNode->document().view()->windowToContents(cropRect); in collectOverlappingChildNodes()
419 IntPoint pt = view()->windowToContents(point); in documentAtPoint()
183 IntPoint windowToContents(const IntPoint&) const;185 IntRect windowToContents(const IntRect&) const;
601 IntPoint ScrollView::windowToContents(const IntPoint& windowPoint) const in windowToContents() function in WebCore::ScrollView613 IntRect ScrollView::windowToContents(const IntRect& windowRect) const in windowToContents() function in WebCore::ScrollView874 iconGCPoint = toScrollView(parent())->windowToContents(iconGCPoint); in paintPanScrollIcon()
71 adjustedPageLocation = frameView->windowToContents(windowLocation); in MouseRelatedEvent()
165 point = compositedRenderer->frame()->view()->windowToContents(point); in convertTargetSpaceQuadToCompositedLayer()
531 point = m_page->mainFrame()->view()->windowToContents(point); in handleMouseDown()1077 IntPoint point = mainFrameImpl()->frameView()->windowToContents(IntPoint(rect.x, rect.y)); in computeBlockBounds()1198 scroll = mainFrameImpl()->frameView()->windowToContents(scroll); in computeScaleAndScrollForBlockRect()1222 IntPoint hitTestPoint = m_page->mainFrame()->view()->windowToContents(touchEventLocation); in bestTapNode()1317 …isAnimating = startPageScaleAnimation(mainFrameImpl()->frameView()->windowToContents(point), true,… in animateDoubleTapZoom()3431 HitTestResult result(m_page->mainFrame()->view()->windowToContents(transformedPoint)); in inspectElementAt()3815 IntPoint docPoint(m_page->mainFrame()->view()->windowToContents(pos)); in hitTestResultForWindowPos()
526 IntPoint contentsPoint = m_private->documentFrameView()->windowToContents(point); in hitTest()
529 WebPoint windowPoint = view->windowToContents(point); in windowToLocalPoint()
1135 IntPoint point = frame()->view()->windowToContents(webPoint); in characterIndexForPoint()1370 HitTestResult result(frame()->view()->windowToContents(roundedIntPoint(unscaledPoint))); in visiblePositionForWindowPoint()
245 WebCore::IntPoint docPoint(frameView->windowToContents(clientPoint)); in runTestOnTree()
570 …IntPoint pos = frame()->view()->windowToContents(frame()->eventHandler().lastKnownMousePosition()); in autoscroll()
1258 LayoutSize newOffset = offsetFromResizeCorner(document.view()->windowToContents(pos)); in resize()
838 IntPoint currentDocumentPosition = frameView->windowToContents(position); in autoscroll()
154 HitTestResult result(frame->view()->windowToContents(point)); in hoveredNodeForPoint()