Searched refs:NPEvent (Results 1 – 6 of 6) sorted by relevance
552 typedef EventRecord NPEvent; typedef561 } NPEvent; typedef563 typedef XEvent NPEvent; typedef565 typedef void* NPEvent; typedef
150 NPEvent npEvent; in paint()167 NPEvent npEvent; in handleKeyboardEvent()178 NPEvent npEvent; in handleMouseEvent()
381 bool PluginView::dispatchNPEvent(NPEvent& npEvent) in dispatchNPEvent()452 NPEvent npEvent; in paint()503 NPEvent npEvent; in handleKeyboardEvent()525 NPEvent npEvent; in handleMouseEvent()
249 bool dispatchNPEvent(NPEvent&);
649 bool PluginView::dispatchNPEvent(NPEvent& event) in dispatchNPEvent()
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.