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

/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DNativeWebWheelEvent.h60 NSEvent* nativeEvent() const { return m_nativeEvent.get(); } function in class:WebKit::NativeWebWheelEvent
62 const GdkEvent* nativeEvent() const { return m_nativeEvent.get(); } function in class:WebKit::NativeWebWheelEvent
64 const Evas_Event_Mouse_Wheel* nativeEvent() const { return m_nativeEvent; } function in class:WebKit::NativeWebWheelEvent
66 const void* nativeEvent() const { return 0; } function in class:WebKit::NativeWebWheelEvent
H A DNativeWebKeyboardEvent.h75 NSEvent *nativeEvent() const { return m_nativeEvent.get(); } function in class:WebKit::NativeWebKeyboardEvent
77 GdkEvent* nativeEvent() const { return m_nativeEvent.get(); } function in class:WebKit::NativeWebKeyboardEvent
81 const void* nativeEvent() const { return m_nativeEvent; } function in class:WebKit::NativeWebKeyboardEvent
84 WebIOSEvent* nativeEvent() const { return m_nativeEvent.get(); } function in class:WebKit::NativeWebKeyboardEvent
H A DNativeWebMouseEvent.h62 NSEvent* nativeEvent() const { return m_nativeEvent.get(); } function in class:WebKit::NativeWebMouseEvent
64 const GdkEvent* nativeEvent() const { return m_nativeEvent.get(); } function in class:WebKit::NativeWebMouseEvent
66 const void* nativeEvent() const { return m_nativeEvent; } function in class:WebKit::NativeWebMouseEvent
68 const void* nativeEvent() const { return 0; } function in class:WebKit::NativeWebMouseEvent

Completed in 177 milliseconds