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

  /external/webkit/Source/WebCore/dom/
UserGestureIndicator.cpp 27 #include "UserGestureIndicator.h"
31 ProcessingUserGestureState UserGestureIndicator::s_processingUserGesture = PossiblyProcessingUserGesture;
33 UserGestureIndicator::UserGestureIndicator(ProcessingUserGestureState state)
39 UserGestureIndicator::~UserGestureIndicator()
UserGestureIndicator.h 39 class UserGestureIndicator {
40 WTF_MAKE_NONCOPYABLE(UserGestureIndicator);
45 explicit UserGestureIndicator(ProcessingUserGestureState);
46 ~UserGestureIndicator();
Event.cpp 28 #include "UserGestureIndicator.h"
248 if (!UserGestureIndicator::processingUserGesture())
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebContextMenuClient.cpp 35 #include <WebCore/UserGestureIndicator.h>
83 UserGestureIndicator indicator(DefinitelyProcessingUserGesture);
  /external/webkit/Source/WebCore/page/
DOMTimer.cpp 33 #include "UserGestureIndicator.h"
60 return UserGestureIndicator::processingUserGesture()
118 UserGestureIndicator gestureIndicator(m_shouldForwardUserGesture ? DefinitelyProcessingUserGesture : PossiblyProcessingUserGesture);
EventHandler.cpp 79 #include "UserGestureIndicator.h"
    [all...]
  /external/webkit/Source/WebCore/loader/
NavigationScheduler.cpp 49 #include "UserGestureIndicator.h"
108 UserGestureIndicator gestureIndicator(wasUserGesture() ? DefinitelyProcessingUserGesture : DefinitelyNotProcessingUserGesture);
164 UserGestureIndicator gestureIndicator(wasUserGesture() ? DefinitelyProcessingUserGesture : DefinitelyNotProcessingUserGesture);
179 UserGestureIndicator gestureIndicator(wasUserGesture() ? DefinitelyProcessingUserGesture : DefinitelyNotProcessingUserGesture);
208 UserGestureIndicator gestureIndicator(wasUserGesture() ? DefinitelyProcessingUserGesture : DefinitelyNotProcessingUserGesture);
  /external/webkit/Source/WebKit/chromium/src/
WebNotification.cpp 37 #include "UserGestureIndicator.h"
139 UserGestureIndicator gestureIndicator(DefinitelyProcessingUserGesture);
WebAccessibilityObject.cpp 42 #include "UserGestureIndicator.h"
434 UserGestureIndicator gestureIndicator(DefinitelyProcessingUserGesture);
WebPluginContainerImpl.cpp 73 #include "UserGestureIndicator.h"
388 UserGestureIndicator gestureIndicator(request.hasUserGesture() ?
WebViewImpl.cpp 97 #include "UserGestureIndicator.h"
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebContextMenuClient.cpp 29 #include "UserGestureIndicator.h"
123 UserGestureIndicator indicator(DefinitelyProcessingUserGesture);
  /external/webkit/Source/WebCore/bindings/v8/
ScriptController.cpp 53 #include "UserGestureIndicator.h"
163 return UserGestureIndicator::getUserGestureState() != DefinitelyNotProcessingUserGesture;
185 // Event::fromUserGesture will return false when UserGestureIndicator::processingUserGesture() returns false.
199 // Based on JSC version, use returned value of UserGestureIndicator::processingUserGesture for all other situations.
200 return UserGestureIndicator::processingUserGesture();
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 57 #include "UserGestureIndicator.h"
462 UserGestureIndicator gestureIndicator(DefinitelyProcessingUserGesture);
469 UserGestureIndicator gestureIndicator(DefinitelyProcessingUserGesture);
476 UserGestureIndicator gestureIndicator(DefinitelyProcessingUserGesture);
483 UserGestureIndicator gestureIndicator(DefinitelyProcessingUserGesture);
490 UserGestureIndicator gestureIndicator(DefinitelyProcessingUserGesture);
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
ScriptController.cpp 41 #include "UserGestureIndicator.h"
247 return UserGestureIndicator::getUserGestureState() != DefinitelyNotProcessingUserGesture;
263 return UserGestureIndicator::processingUserGesture();
  /external/webkit/Source/WebCore/inspector/
InspectorPageAgent.cpp 49 #include "UserGestureIndicator.h"
113 UserGestureIndicator indicator(DefinitelyProcessingUserGesture);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
NotificationPresenterClientQt.cpp 43 #include "UserGestureIndicator.h"
268 UserGestureIndicator gestureIndicator(DefinitelyProcessingUserGesture);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 56 #include "UserGestureIndicator.h"
156 bool isUserGesture = UserGestureIndicator::processingUserGesture();
  /external/webkit/Source/WebCore/
Android.mk 210 dom/UserGestureIndicator.cpp \
    [all...]

Completed in 455 milliseconds