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

  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 212 static bool isUserGestureEventType(int type)
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp 182 UserGestureIndicator gestureIndicator(currentInputEvent && WebInputEvent::isUserGestureEventType(currentInputEvent->type) ? DefinitelyProcessingNewUserGesture : PossiblyProcessingUserGesture);

Completed in 30 milliseconds