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 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...]
ChromeClientImpl.cpp 302 updatePolicyForEvent(WebViewImpl::currentInputEvent(), &policy);
    [all...]

Completed in 102 milliseconds