Home
last modified time | relevance | path

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

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