HomeSort by relevance Sort by last modified time
    Searched refs:currentInputEvent (Results 1 - 3 of 3) 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...]
ChromeClientImpl.cpp 302 updatePolicyForEvent(WebViewImpl::currentInputEvent(), &policy);
    [all...]

Completed in 72 milliseconds