Searched defs:nativeEvent (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DNativeWebTouchEvent.h50 const QTouchEvent* nativeEvent() const { return &m_nativeEvent; } function in class:WebKit::NativeWebTouchEvent
H A DNativeWebMouseEvent.h62 NSEvent* nativeEvent() const { return m_nativeEvent.get(); } function in class:WebKit::NativeWebMouseEvent
64 const QMouseEvent* nativeEvent() const { return m_nativeEvent; } function in class:WebKit::NativeWebMouseEvent
66 const GdkEvent* nativeEvent() const { return m_nativeEvent.get(); } function in class:WebKit::NativeWebMouseEvent
68 const void* nativeEvent() const { return m_nativeEvent; } function in class:WebKit::NativeWebMouseEvent
H A DNativeWebWheelEvent.h60 NSEvent* nativeEvent() const { return m_nativeEvent.get(); } function in class:WebKit::NativeWebWheelEvent
62 const QWheelEvent* nativeEvent() const { return m_nativeEvent; } function in class:WebKit::NativeWebWheelEvent
64 const GdkEvent* nativeEvent() const { return m_nativeEvent.get(); } function in class:WebKit::NativeWebWheelEvent
66 const Evas_Event_Mouse_Wheel* nativeEvent() const { return m_nativeEvent; } function in class:WebKit::NativeWebWheelEvent
H A DNativeWebKeyboardEvent.h64 NSEvent *nativeEvent() const { return m_nativeEvent.get(); } function in class:WebKit::NativeWebKeyboardEvent
66 const QKeyEvent* nativeEvent() const { return &m_nativeEvent; } function in class:WebKit::NativeWebKeyboardEvent
68 GdkEvent* nativeEvent() const { return m_nativeEvent.get(); } function in class:WebKit::NativeWebKeyboardEvent
72 const void* nativeEvent() const { return m_nativeEvent; } function in class:WebKit::NativeWebKeyboardEvent

Completed in 176 milliseconds