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

/external/webkit/Source/WebKit2/Shared/
H A DNativeWebKeyboardEvent.h59 NSEvent *nativeEvent() const { return m_nativeEvent.get(); } function in class:WebKit::NativeWebKeyboardEvent
61 const MSG* nativeEvent() const { return &m_nativeEvent; } function in class:WebKit::NativeWebKeyboardEvent
63 const QKeyEvent* nativeEvent() const { return &m_nativeEvent; } function in class:WebKit::NativeWebKeyboardEvent
65 const GdkEvent* nativeEvent() const { return m_nativeEvent.get(); } function in class:WebKit::NativeWebKeyboardEvent
H A DNativeWebMouseEvent.h55 NSEvent* nativeEvent() const { return m_nativeEvent.get(); } function in class:WebKit::NativeWebMouseEvent
57 const MSG* nativeEvent() const { return &m_nativeEvent; } function in class:WebKit::NativeWebMouseEvent
59 const QGraphicsSceneMouseEvent* nativeEvent() const { return m_nativeEvent; } function in class:WebKit::NativeWebMouseEvent
61 GdkEvent* nativeEvent() const { return m_nativeEvent; } function in class:WebKit::NativeWebMouseEvent

Completed in 874 milliseconds