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

12

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

Completed in 504 milliseconds

12