HomeSort by relevance Sort by last modified time
    Searched defs:currentInputEvent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp 182 const WebInputEvent* currentInputEvent = WebViewImpl::currentInputEvent();
183 UserGestureIndicator gestureIndicator(currentInputEvent && WebInputEvent::isUserGestureEventType(currentInputEvent->type) ? DefinitelyProcessingNewUserGesture : PossiblyProcessingUserGesture);
774 const WebInputEvent* currentInputEvent = WebViewImpl::currentInputEvent();
778 if (currentInputEvent
779 && WebInputEvent::isKeyboardEventType(currentInputEvent->type)) {
780 webEvent.modifiers |= currentInputEvent->modifiers &
WebViewImpl.h 480 static const WebInputEvent* currentInputEvent()
    [all...]

Completed in 29 milliseconds