Home
last modified time | relevance | path

Searched refs:windowToContents (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/Source/WebCore/page/
DDragController.cpp328 IntPoint point = frameView->windowToContents(dragData->clientPosition()); in tryDocumentDrag()
390 IntPoint point = m_documentUnderMouse->view()->windowToContents(dragData->clientPosition()); in concludeEditDrag()
501 IntPoint point = m_page->mainFrame()->view()->windowToContents(dragData->clientPosition()); in canProcessDrag()
680 IntPoint mouseDraggedPoint = src->view()->windowToContents(dragEvent.pos()); in startDrag()
725 …imageRect.setLocation(m_page->mainFrame()->view()->windowToContents(src->view()->contentsToWindow(… in startDrag()
836 …m_client->startDrag(image, viewProtector->windowToContents(frame->view()->contentsToWindow(dragLoc… in doSystemDrag()
837 …viewProtector->windowToContents(frame->view()->contentsToWindow(eventPos)), clipboard, frameProtec… in doSystemDrag()
852 IntPoint framePoint = frameView->windowToContents(windowPoint); in placeDragCaret()
DEventHandler.cpp394 IntPoint vPoint = view->windowToContents(event.event().pos()); in handleMousePressEventSingleClick()
609 HitTestResult result(view->windowToContents(event.pos())); in eventMayStartDrag()
630 HitTestResult result(view->windowToContents(m_currentMousePosition)); in updateSelectionForMouseDrag()
965 IntPoint mainFramePoint = mainView->windowToContents(windowPoint); in hitTestResultAtPoint()
1238 … inResizer = layer->isPointInResizeControl(view->windowToContents(event.event().pos())); in selectCursor()
1324 return view ? view->windowToContents(windowPoint) : windowPoint; in documentPointForWindowPoint()
1365 m_mouseDownPos = view->windowToContents(mouseEvent.pos()); in handleMousePressEvent()
1429 IntPoint p = view->windowToContents(mouseEvent.pos()); in handleMousePressEvent()
2109 IntPoint vPoint = view->windowToContents(e.pos()); in handleWheelEvent()
2218 IntPoint viewportPos = v->windowToContents(event.pos()); in sendContextMenuEvent()
[all …]
DFrame.cpp812 IntPoint pt = view()->windowToContents(point); in documentAtPoint()
/external/webkit/Source/WebCore/page/chromium/
DEventHandlerChromium.cpp61 IntPoint p = m_frame->view()->windowToContents(mev.event().pos()); in passMousePressEventToSubframe()
/external/webkit/Source/WebCore/platform/
DScrollView.h212 IntPoint windowToContents(const IntPoint&) const;
214 IntRect windowToContents(const IntRect&) const;
DScrollView.cpp700 IntPoint ScrollView::windowToContents(const IntPoint& windowPoint) const in windowToContents() function in WebCore::ScrollView
712 IntRect ScrollView::windowToContents(const IntRect& windowRect) const in windowToContents() function in WebCore::ScrollView
741 return windowToContents(hostWindow()->screenToWindow(point)); in screenToContents()
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebDragClient.cpp90 POINT localpt = core(m_webView)->mainFrame()->view()->windowToContents(windowPoint); in dragSourceActionMaskForPoint()
/external/webkit/Source/WebCore/dom/
DMouseRelatedEvent.cpp96 adjustedPageLocation = frameView->windowToContents(IntPoint(windowX, windowY)); in MouseRelatedEvent()
/external/webkit/Source/WebKit/chromium/src/
DWebAccessibilityObject.cpp388 IntPoint contentsPoint = m_private->documentFrameView()->windowToContents(point); in hitTest()
DWebViewImpl.cpp439 point = m_page->mainFrame()->view()->windowToContents(point); in mouseDown()
545 IntPoint contentPoint = view->windowToContents(clickPoint); in mouseUp()
2263 IntPoint docPoint(m_page->mainFrame()->view()->windowToContents(pos)); in hitTestResultForWindowPos()
2332 IntRect dirtyRect = view->windowToContents(rect); in invalidateRootLayerRect()
DWebPluginContainerImpl.cpp111 IntPoint origin = view->windowToContents(IntPoint(0, 0)); in paint()
DWebFrameImpl.cpp1349 HitTestResult result(view->windowToContents( in visiblePositionForWindowPoint()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebinspector.cpp552 …IntPoint documentPoint = view->windowToContents(IntPoint(static_cast<int>(x), static_cast<int>(y))… in webkit_web_inspector_inspect_coordinates()
Dwebkitwebview.cpp319 IntPoint point = mainFrame->view()->windowToContents(event.pos()); in webkit_web_view_forward_context_menu_event()
4973 return view ? view->windowToContents(windowPoint) : windowPoint; in documentPointForWindowPoint()
/external/webkit/Source/WebCore/inspector/
DDOMNodeHighlighter.cpp121 …IntPoint mainFramePoint = frame->page()->mainFrame()->view()->windowToContents(frame->view()->cont… in frameToMainFrameOffset()
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/
DWebPageWin.cpp379 HitTestResult result = scollView->windowToContents(point); in gestureWillBegin()
/external/webkit/Source/WebKit/wx/
DWebFrame.cpp464 …->frame->eventHandler()->hitTestResultAtPoint(m_impl->frame->view()->windowToContents(pos), false); in HitTest()
/external/webkit/Source/WebKit/qt/Api/
Dqwebframe.cpp126 QPoint contentsPos = frame->view()->windowToContents(pos); in qtwebkit_webframe_scrollOverflow()
1411 … = d->frame->eventHandler()->hitTestResultAtPoint(d->frame->view()->windowToContents(pos), /*allow… in hitTestContent()
Dqwebpage.cpp795 … result = frame->eventHandler()->hitTestResultAtPoint(frame->view()->windowToContents(pos), false); in handleSoftwareInputPanel()
1590 …IntRect touchRect(HitTestResult::rectForPoint(view->windowToContents(IntPoint(x, y)), m_topPadding… in findCandidatePointForTouch()
3285 …edFrame->eventHandler()->hitTestResultAtPoint(focusedFrame->view()->windowToContents(pos), /*allow… in updatePositionDependentActions()
/external/webkit/Source/WebCore/rendering/
DRenderListBox.cpp534 … IntPoint pos = frame()->view()->windowToContents(frame()->eventHandler()->currentMousePosition()); in autoscroll()
DRenderLayer.cpp1603 …IntPoint currentDocumentPosition = frameView->windowToContents(frame->eventHandler()->currentMouse… in autoscroll()
1628 IntSize newOffset = offsetFromResizeCorner(document->view()->windowToContents(evt.pos())); in resize()
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
DWebPageMac.mm432 IntPoint translatedPoint = frame->view()->windowToContents(point);
/external/webkit/Source/WebKit/efl/ewk/
Dewk_frame.cpp1128 (view->windowToContents(WebCore::IntPoint(x, y)), in ewk_frame_hit_test_new()
/external/webkit/Source/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp1918 return frameView->windowToContents(pos); in atkToContents()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.cpp1903 … mainframe->eventHandler()->hitTestResultAtPoint(mainframe->view()->windowToContents(point), /*all… in findZoomableAreaForPoint()

12