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

  /external/chromium_org/third_party/WebKit/Source/platform/
UserGestureIndicator.h 41 PossiblyProcessingUserGesture,
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp 452 UserGestureIndicator gestureIndicator(popupsAllowed ? DefinitelyProcessingNewUserGesture : PossiblyProcessingUserGesture);
479 UserGestureIndicator gestureIndicator(request.hasUserGesture() ? DefinitelyProcessingNewUserGesture : PossiblyProcessingUserGesture);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
NPV8Object.cpp 355 UserGestureIndicator gestureIndicator(popupsAllowed ? DefinitelyProcessingNewUserGesture : PossiblyProcessingUserGesture);

Completed in 823 milliseconds