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 181 const WebInputEvent* currentInputEvent = WebViewImpl::currentInputEvent();
182 UserGestureIndicator gestureIndicator(currentInputEvent && WebInputEvent::isUserGestureEventType(currentInputEvent->type) ? DefinitelyProcessingNewUserGesture : PossiblyProcessingUserGesture);
760 const WebInputEvent* currentInputEvent = WebViewImpl::currentInputEvent();
764 if (currentInputEvent
765 && WebInputEvent::isKeyboardEventType(currentInputEvent->type)) {
766 webEvent.modifiers |= currentInputEvent->modifiers &
WebViewImpl.h 491 static const WebInputEvent* currentInputEvent()
    [all...]

Completed in 458 milliseconds