Home
last modified time | relevance | path

Searched refs:webEvent (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/chromium/src/
DWebPluginContainerImpl.cpp342 WebMouseEventBuilder webEvent(parentView, *event); in handleMouseEvent() local
343 if (webEvent.type == WebInputEvent::Undefined) in handleMouseEvent()
356 bool handled = m_webPlugin->handleInputEvent(webEvent, cursorInfo); in handleMouseEvent()
387 WebKeyboardEventBuilder webEvent(*event); in handleKeyboardEvent() local
388 if (webEvent.type == WebInputEvent::Undefined) in handleKeyboardEvent()
392 bool handled = m_webPlugin->handleInputEvent(webEvent, cursor_info); in handleKeyboardEvent()
DEventListenerWrapper.cpp63 WebEvent webEvent(event); in handleEvent() local
64 m_webEventListener->handleEvent(webEvent); in handleEvent()