Home
last modified time | relevance | path

Searched refs:currentInputEvent (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebPluginContainerImpl.cpp833 const WebInputEvent* currentInputEvent = WebViewImpl::currentInputEvent(); in handleKeyboardEvent() local
837 if (currentInputEvent in handleKeyboardEvent()
838 && WebInputEvent::isKeyboardEventType(currentInputEvent->type)) { in handleKeyboardEvent()
839 webEvent.modifiers |= currentInputEvent->modifiers & in handleKeyboardEvent()
DExternalPopupMenu.cpp88 const WebInputEvent* currentEvent = WebViewImpl::currentInputEvent(); in show()
DWebViewImpl.h417 static const WebInputEvent* currentInputEvent() in currentInputEvent() function
DChromeClientImpl.cpp296 updatePolicyForEvent(WebViewImpl::currentInputEvent(), &policy); in getNavigationPolicy()