Home
last modified time | relevance | path

Searched refs:m_globalPosition (Results 1 – 25 of 28) sorted by relevance

12

/external/webkit/Source/WebKit2/Shared/
DWebMouseEvent.cpp53 , m_globalPosition(globalPosition) in WebMouseEvent()
70 , m_globalPosition(globalPosition) in WebMouseEvent()
87 …encoder->encode(CoreIPC::In(m_button, m_position, m_globalPosition, m_deltaX, m_deltaY, m_deltaZ, … in encode()
89 …encoder->encode(CoreIPC::In(m_button, m_position, m_globalPosition, m_deltaX, m_deltaY, m_deltaZ, … in encode()
100 …return decoder->decode(CoreIPC::Out(t.m_button, t.m_position, t.m_globalPosition, t.m_deltaX, t.m_… in decode()
102 …return decoder->decode(CoreIPC::Out(t.m_button, t.m_position, t.m_globalPosition, t.m_deltaX, t.m_… in decode()
DWebGestureEvent.cpp41 , m_globalPosition(globalPosition) in WebGestureEvent()
51 encoder->encode(m_globalPosition); in encode()
60 if (!decoder->decode(t.m_globalPosition)) in decode()
DWebWheelEvent.cpp39 , m_globalPosition(globalPosition) in WebWheelEvent()
55 , m_globalPosition(globalPosition) in WebWheelEvent()
72 encoder->encode(m_globalPosition); in encode()
89 if (!decoder->decode(t.m_globalPosition)) in decode()
DWebEvent.h130 const WebCore::IntPoint& globalPosition() const { return m_globalPosition; } in globalPosition()
147 WebCore::IntPoint m_globalPosition; variable
184 const WebCore::IntPoint globalPosition() const { return m_globalPosition; } in globalPosition()
201 WebCore::IntPoint m_globalPosition; variable
255 const WebCore::IntPoint globalPosition() const { return m_globalPosition; } in globalPosition()
264 WebCore::IntPoint m_globalPosition; variable
DWebEventConversion.cpp69 m_globalPosition = webEvent.globalPosition(); in WebKit2PlatformMouseEvent()
103 m_globalPosition = webEvent.globalPosition(); in WebKit2PlatformWheelEvent()
189 m_globalPosition = webEvent.globalPosition(); in WebKit2PlatformGestureEvent()
/external/webkit/Source/WebCore/platform/
DPlatformWheelEvent.h110 const IntPoint& globalPos() const { return m_globalPosition; } // Screen coordinates. in globalPos()
128 int globalX() const { return m_globalPosition.x(); } // Screen coordinates. in globalX()
129 int globalY() const { return m_globalPosition.y(); } in globalY()
183 IntPoint m_globalPosition; variable
DPlatformMouseEvent.h99 , m_globalPosition(globalPosition) in PlatformMouseEvent()
120 int globalX() const { return m_globalPosition.x(); } in globalX()
121 int globalY() const { return m_globalPosition.y(); } in globalY()
182 IntPoint m_globalPosition; variable
DPlatformGestureEvent.h51 const IntPoint& globalPosition() const { return m_globalPosition; } // Screen coordinates. in globalPosition()
58 IntPoint m_globalPosition; variable
DDragData.cpp36 , m_globalPosition(globalPosition) in DragData()
46 , m_globalPosition(globalPosition) in DragData()
DDragData.h106 const IntPoint& globalPosition() const { return m_globalPosition; } in globalPosition()
127 IntPoint m_globalPosition; variable
/external/webkit/Source/WebCore/platform/efl/
DPlatformMouseEventEfl.cpp52 , m_globalPosition(IntPoint(event->canvas.x, event->canvas.y)) in PlatformMouseEvent()
66 , m_globalPosition(IntPoint(event->canvas.x, event->canvas.y)) in PlatformMouseEvent()
80 , m_globalPosition(IntPoint(event->cur.canvas.x, event->cur.canvas.y)) in PlatformMouseEvent()
DPlatformWheelEventEfl.cpp47 , m_globalPosition(IntPoint(ev->canvas.x, ev->canvas.y)) in PlatformWheelEvent()
/external/webkit/Source/WebCore/platform/qt/
DPlatformMouseEventQt.cpp56 m_globalPosition = IntPoint(event->screenPos()); in PlatformMouseEvent()
100 m_globalPosition = IntPoint(ce->globalPos()); in PlatformMouseEvent()
111 m_globalPosition = IntPoint(me->globalPos()); in PlatformMouseEvent()
DWheelEventQt.cpp63 , m_globalPosition(e->screenPos()) in PlatformWheelEvent()
82 , m_globalPosition(e->globalPos()) in PlatformWheelEvent()
/external/webkit/Source/WebCore/platform/gtk/
DPlatformMouseEventGtk.cpp43 m_globalPosition = IntPoint((int)event->x_root, (int)event->y_root); in PlatformMouseEvent()
82 m_globalPosition = IntPoint((int)motion->x_root, (int)motion->y_root); in PlatformMouseEvent()
DPlatformWheelEventGtk.cpp63 m_globalPosition = IntPoint(static_cast<int>(event->x_root), static_cast<int>(event->y_root)); in PlatformWheelEvent()
/external/webkit/Source/WebCore/platform/win/
DWheelEventWin.cpp83 m_globalPosition = point; in PlatformWheelEvent()
92 , m_globalPosition(globalPositionForEvent(hWnd, lParam)) in PlatformWheelEvent()
DPlatformMouseEventWin.cpp82 , m_globalPosition(globalPositionForEvent(hWnd, lParam)) in PlatformMouseEvent()
/external/webkit/Source/WebCore/platform/wx/
DMouseWheelEventWx.cpp37 , m_globalPosition(globalPoint) in PlatformWheelEvent()
DMouseEventWx.cpp38 , m_globalPosition(globalPoint) in PlatformMouseEvent()
/external/webkit/Source/WebCore/platform/haiku/
DPlatformWheelEventHaiku.cpp44 , m_globalPosition(message->FindPoint("screen_where")) in PlatformWheelEvent()
DPlatformMouseEventHaiku.cpp40 , m_globalPosition(message->FindPoint("screen_where")) in PlatformMouseEvent()
/external/webkit/Source/WebCore/platform/brew/
DPlatformMouseEventBrew.cpp60 m_globalPosition = m_position; in PlatformMouseEvent()
/external/webkit/Source/WebCore/platform/mac/
DDragDataMac.mm43 , m_globalPosition(globalPosition)
54 , m_globalPosition(globalPosition)
DPlatformMouseEventMac.mm147 , m_globalPosition(globalPointForEvent(event))
165 , m_globalPosition(IntPoint(globalX, globalY))

12