Home
last modified time | relevance | path

Searched refs:m_mouseDownPos (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
DEventHandler.cpp577 HitTestResult result(m_mouseDownPos); in handleMouseDraggedEvent()
915 …ed mask = page->dragController()->delegateDragSourceAction(view->contentsToWindow(m_mouseDownPos)); in allowDHTMLDrag()
1365 m_mouseDownPos = view->windowToContents(mouseEvent.pos()); in handleMousePressEvent()
2654 IntSize delta = dragLocation - m_mouseDownPos; in dragHysteresisExceeded()
2726 HitTestResult result(m_mouseDownPos); in handleDrag()
2731m_mouseDownPos.x(), m_mouseDownPos.y(), dragState().m_dragSrcIsDHTML); in handleDrag()
2745 dragState().m_dragSrcInSelection = m_frame->selection()->contains(m_mouseDownPos); in handleDrag()
2787 IntSize delta = m_mouseDownPos - roundedIntPoint(absPos); in handleDrag()
2819 …ag(m_frame, dragState().m_dragClipboard.get(), srcOp, event.event(), m_mouseDownPos, dragState().m… in handleDrag()
DEventHandler.h446 IntPoint m_mouseDownPos; // in our view's coords variable