Home | History | Annotate | Download | only in WebPage

Lines Matching refs:currentEvent

876 // FIXME: WebPage::currentEvent is used by the plug-in code to avoid having to convert from DOM events back to
879 const WebEvent* WebPage::currentEvent()
884 class CurrentEvent {
886 explicit CurrentEvent(const WebEvent& event)
892 ~CurrentEvent()
966 CurrentEvent currentEvent(mouseEvent);
986 CurrentEvent currentEvent(wheelEvent);
1004 CurrentEvent currentEvent(keyboardEvent);
1027 CurrentEvent currentEvent(gestureEvent);
1095 CurrentEvent currentEvent(touchEvent);