/external/webkit/Source/WebCore/page/ |
D | DragController.cpp | 328 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()
|
D | EventHandler.cpp | 394 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 …]
|
D | Frame.cpp | 812 IntPoint pt = view()->windowToContents(point); in documentAtPoint()
|
/external/webkit/Source/WebCore/page/chromium/ |
D | EventHandlerChromium.cpp | 61 IntPoint p = m_frame->view()->windowToContents(mev.event().pos()); in passMousePressEventToSubframe()
|
/external/webkit/Source/WebCore/platform/ |
D | ScrollView.h | 212 IntPoint windowToContents(const IntPoint&) const; 214 IntRect windowToContents(const IntRect&) const;
|
D | ScrollView.cpp | 700 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/ |
D | WebDragClient.cpp | 90 POINT localpt = core(m_webView)->mainFrame()->view()->windowToContents(windowPoint); in dragSourceActionMaskForPoint()
|
/external/webkit/Source/WebCore/dom/ |
D | MouseRelatedEvent.cpp | 96 adjustedPageLocation = frameView->windowToContents(IntPoint(windowX, windowY)); in MouseRelatedEvent()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebAccessibilityObject.cpp | 388 IntPoint contentsPoint = m_private->documentFrameView()->windowToContents(point); in hitTest()
|
D | WebViewImpl.cpp | 439 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()
|
D | WebPluginContainerImpl.cpp | 111 IntPoint origin = view->windowToContents(IntPoint(0, 0)); in paint()
|
D | WebFrameImpl.cpp | 1349 HitTestResult result(view->windowToContents( in visiblePositionForWindowPoint()
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebinspector.cpp | 552 …IntPoint documentPoint = view->windowToContents(IntPoint(static_cast<int>(x), static_cast<int>(y))… in webkit_web_inspector_inspect_coordinates()
|
D | webkitwebview.cpp | 319 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/ |
D | DOMNodeHighlighter.cpp | 121 …IntPoint mainFramePoint = frame->page()->mainFrame()->view()->windowToContents(frame->view()->cont… in frameToMainFrameOffset()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/ |
D | WebPageWin.cpp | 379 HitTestResult result = scollView->windowToContents(point); in gestureWillBegin()
|
/external/webkit/Source/WebKit/wx/ |
D | WebFrame.cpp | 464 …->frame->eventHandler()->hitTestResultAtPoint(m_impl->frame->view()->windowToContents(pos), false); in HitTest()
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebframe.cpp | 126 QPoint contentsPos = frame->view()->windowToContents(pos); in qtwebkit_webframe_scrollOverflow() 1411 … = d->frame->eventHandler()->hitTestResultAtPoint(d->frame->view()->windowToContents(pos), /*allow… in hitTestContent()
|
D | qwebpage.cpp | 795 … 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/ |
D | RenderListBox.cpp | 534 … IntPoint pos = frame()->view()->windowToContents(frame()->eventHandler()->currentMousePosition()); in autoscroll()
|
D | RenderLayer.cpp | 1603 …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/ |
D | WebPageMac.mm | 432 IntPoint translatedPoint = frame->view()->windowToContents(point);
|
/external/webkit/Source/WebKit/efl/ewk/ |
D | ewk_frame.cpp | 1128 (view->windowToContents(WebCore::IntPoint(x, y)), in ewk_frame_hit_test_new()
|
/external/webkit/Source/WebCore/accessibility/gtk/ |
D | AccessibilityObjectWrapperAtk.cpp | 1918 return frameView->windowToContents(pos); in atkToContents()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | WebPage.cpp | 1903 … mainframe->eventHandler()->hitTestResultAtPoint(mainframe->view()->windowToContents(point), /*all… in findZoomableAreaForPoint()
|