Searched refs:webEvent (Results 1 – 2 of 2) sorted by relevance
342 WebMouseEventBuilder webEvent(parentView, *event); in handleMouseEvent() local343 if (webEvent.type == WebInputEvent::Undefined) in handleMouseEvent()356 bool handled = m_webPlugin->handleInputEvent(webEvent, cursorInfo); in handleMouseEvent()387 WebKeyboardEventBuilder webEvent(*event); in handleKeyboardEvent() local388 if (webEvent.type == WebInputEvent::Undefined) in handleKeyboardEvent()392 bool handled = m_webPlugin->handleInputEvent(webEvent, cursor_info); in handleKeyboardEvent()
63 WebEvent webEvent(event); in handleEvent() local64 m_webEventListener->handleEvent(webEvent); in handleEvent()