Searched refs:NPEvent (Results 1 – 13 of 13) sorted by relevance
160 NPEvent npEvent; in platformPaint()178 NPEvent toNP(const WebMouseEvent& event) in toNP()180 NPEvent npEvent; in toNP()252 NPEvent npEvent = toNP(event); in platformHandleMouseEvent()273 NPEvent npEvent = toNP(event); in platformHandleMouseEnterEvent()283 NPEvent npEvent = toNP(event); in platformHandleMouseLeaveEvent()
59 NPEvent* event = static_cast<NPEvent*>(typelessEvent); in NPP_HandleEvent()
535 typedef EventRecord NPEvent; typedef537 typedef void* NPEvent; typedef540 typedef QEvent NPEvent; typedef547 } NPEvent; typedef554 } NPEvent; typedef556 typedef XEvent NPEvent; typedef558 typedef void* NPEvent; typedef
498 bool PluginView::dispatchNPEvent(NPEvent& npEvent) in dispatchNPEvent()542 NPEvent npEvent; in paintIntoTransformedContext()643 NPEvent npEvent; in handleKeyboardEvent()666 NPEvent npEvent; in handleMouseEvent()
99 bool PluginView::dispatchNPEvent(NPEvent& event) in dispatchNPEvent()279 NPEvent xEvent; in handleKeyboardEvent()412 NPEvent xEvent; in handleMouseEvent()
685 static int16_t handleEventWin(NPP instance, PluginObject* obj, NPEvent* event) in handleEventWin()715 return handleEventWin(instance, obj, static_cast<NPEvent*>(event)); in NPP_HandleEvent()
166 bool PluginView::dispatchNPEvent(NPEvent& event) in dispatchNPEvent()
347 bool dispatchNPEvent(NPEvent&);
383 bool PluginView::dispatchNPEvent(NPEvent& event) in dispatchNPEvent()
772 bool PluginView::dispatchNPEvent(NPEvent& event)
9787 NPEvent is mapped to QAction on Symbian. QAction has no32903 (WebKit::toNP): Return initialized NPEvent.33626 (WebKit::toNP): Added. Converts a WebMouseEvent to an NPEvent. Code33632 Convert the WebMouseEvent to an NPEvent and send it to the plugin.
64326 We were passing NPEvent** instead of NPEvent* to NPP_HandleEvent.64329 (WebCore::PluginViewWin::dispatchNPEvent): Changed to take NPEvent&, not64330 NPEvent*64331 (WebCore::PluginViewWin::paint): Pass NPEvent, not NPEvent*65620 New method that dispatches an NPEvent, turning on popups if necessary.
46252 Added NPEvent and NPRegion definition for Symbian