UserGestureIndicator 356 Source/bindings/v8/NPV8Object.cpp UserGestureIndicator gestureIndicator(popupsAllowed ? DefinitelyProcessingNewUserGesture : PossiblyProcessingUserGesture); UserGestureIndicator 1502 Source/core/accessibility/AXNodeObject.cpp UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture); UserGestureIndicator 1508 Source/core/accessibility/AXNodeObject.cpp UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture); UserGestureIndicator 654 Source/core/accessibility/AXObject.cpp UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture); UserGestureIndicator 196 Source/core/dom/FullscreenElementStack.cpp if (!UserGestureIndicator::processingUserGesture()) UserGestureIndicator 52 Source/core/frame/DOMTimer.cpp return UserGestureIndicator::processingUserGesture() UserGestureIndicator 91 Source/core/frame/DOMTimer.cpp m_userGestureToken = UserGestureIndicator::currentToken(); UserGestureIndicator 117 Source/core/frame/DOMTimer.cpp UserGestureIndicator gestureIndicator(m_userGestureToken.release()); UserGestureIndicator 301 Source/core/frame/DOMWindow.cpp if (UserGestureIndicator::processingUserGesture()) UserGestureIndicator 857 Source/core/frame/DOMWindow.cpp PostMessageTimer* timer = new PostMessageTimer(*this, message, sourceOrigin, source, channels.release(), target.get(), stackTrace.release(), UserGestureIndicator::currentToken()); UserGestureIndicator 877 Source/core/frame/DOMWindow.cpp UserGestureIndicator gestureIndicator(timer->userGestureToken()); UserGestureIndicator 314 Source/core/html/HTMLFormElement.cpp submit(0, false, UserGestureIndicator::processingUserGesture(), SubmittedByJavaScript); UserGestureIndicator 391 Source/core/html/HTMLFormElement.cpp if (!DOMWindow::allowPopUp(*document().frame()) && !UserGestureIndicator::processingUserGesture()) UserGestureIndicator 430 Source/core/html/HTMLFormElement.cpp if (!document().frame() || !shouldAutocomplete() || !UserGestureIndicator::processingUserGesture()) UserGestureIndicator 585 Source/core/html/HTMLMediaElement.cpp if (UserGestureIndicator::processingUserGesture()) UserGestureIndicator 1995 Source/core/html/HTMLMediaElement.cpp if (m_userGestureRequiredForPlay && !UserGestureIndicator::processingUserGesture()) UserGestureIndicator 1997 Source/core/html/HTMLMediaElement.cpp if (UserGestureIndicator::processingUserGesture()) UserGestureIndicator 2831 Source/core/html/HTMLMediaElement.cpp UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture); UserGestureIndicator 47 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp if (element().isDisabledOrReadOnly() || !element().renderer() || !UserGestureIndicator::processingUserGesture() || element().hasAuthorShadowRoot()) UserGestureIndicator 158 Source/core/html/forms/ColorInputType.cpp if (!UserGestureIndicator::processingUserGesture()) UserGestureIndicator 143 Source/core/html/forms/FileInputType.cpp if (!UserGestureIndicator::processingUserGesture()) UserGestureIndicator 286 Source/core/html/shadow/TextControlInnerElements.cpp if (!UserGestureIndicator::processingUserGesture()) { UserGestureIndicator 91 Source/core/inspector/InspectorFrontendHost.cpp UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture); UserGestureIndicator 482 Source/core/inspector/InspectorPageAgent.cpp UserGestureIndicator indicator(DefinitelyProcessingNewUserGesture); UserGestureIndicator 316 Source/core/loader/DocumentLoader.cpp if (!DOMWindow::allowPopUp(*m_frame) && !UserGestureIndicator::processingUserGesture()) UserGestureIndicator 637 Source/core/loader/FrameLoader.cpp if (!m_frame->tree().parent() || UserGestureIndicator::processingUserGesture()) UserGestureIndicator 63 Source/core/loader/NavigationScheduler.cpp , m_wasUserGesture(UserGestureIndicator::processingUserGesture()) UserGestureIndicator 66 Source/core/loader/NavigationScheduler.cpp m_userGestureToken = UserGestureIndicator::currentToken(); UserGestureIndicator 77 Source/core/loader/NavigationScheduler.cpp PassOwnPtr<UserGestureIndicator> createUserGestureIndicator() UserGestureIndicator 80 Source/core/loader/NavigationScheduler.cpp return adoptPtr(new UserGestureIndicator(m_userGestureToken)); UserGestureIndicator 81 Source/core/loader/NavigationScheduler.cpp return adoptPtr(new UserGestureIndicator(DefinitelyNotProcessingUserGesture)); UserGestureIndicator 109 Source/core/loader/NavigationScheduler.cpp OwnPtr<UserGestureIndicator> gestureIndicator = createUserGestureIndicator(); UserGestureIndicator 138 Source/core/loader/NavigationScheduler.cpp OwnPtr<UserGestureIndicator> gestureIndicator = createUserGestureIndicator(); UserGestureIndicator 163 Source/core/loader/NavigationScheduler.cpp OwnPtr<UserGestureIndicator> gestureIndicator = createUserGestureIndicator(); UserGestureIndicator 181 Source/core/loader/NavigationScheduler.cpp OwnPtr<UserGestureIndicator> gestureIndicator = createUserGestureIndicator(); UserGestureIndicator 211 Source/core/loader/NavigationScheduler.cpp OwnPtr<UserGestureIndicator> gestureIndicator = createUserGestureIndicator(); UserGestureIndicator 278 Source/core/loader/NavigationScheduler.cpp if (!UserGestureIndicator::processingUserGesture() && !targetFrame->document()->loadEventFinished()) UserGestureIndicator 1306 Source/core/page/EventHandler.cpp UserGestureIndicator gestureIndicator(DefinitelyProcessingUserGesture); UserGestureIndicator 1640 Source/core/page/EventHandler.cpp OwnPtr<UserGestureIndicator> gestureIndicator; UserGestureIndicator 1643 Source/core/page/EventHandler.cpp gestureIndicator = adoptPtr(new UserGestureIndicator(m_frame->tree().top()->eventHandler().m_lastMouseDownUserGestureToken.release())); UserGestureIndicator 1645 Source/core/page/EventHandler.cpp gestureIndicator = adoptPtr(new UserGestureIndicator(DefinitelyProcessingUserGesture)); UserGestureIndicator 3113 Source/core/page/EventHandler.cpp UserGestureIndicator gestureIndicator(DefinitelyProcessingUserGesture); UserGestureIndicator 3620 Source/core/page/EventHandler.cpp UserGestureIndicator gestureIndicator(DefinitelyProcessingUserGesture); UserGestureIndicator 120 Source/modules/notifications/Notification.cpp UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture); UserGestureIndicator 113 Source/platform/UserGestureIndicator.cpp ProcessingUserGestureState UserGestureIndicator::s_state = DefinitelyNotProcessingUserGesture; UserGestureIndicator 114 Source/platform/UserGestureIndicator.cpp UserGestureIndicator* UserGestureIndicator::s_topmostIndicator = 0; UserGestureIndicator 116 Source/platform/UserGestureIndicator.cpp UserGestureIndicator::UserGestureIndicator(ProcessingUserGestureState state) UserGestureIndicator 141 Source/platform/UserGestureIndicator.cpp UserGestureIndicator::UserGestureIndicator(PassRefPtr<UserGestureToken> token) UserGestureIndicator 166 Source/platform/UserGestureIndicator.cpp UserGestureIndicator::~UserGestureIndicator() UserGestureIndicator 176 Source/platform/UserGestureIndicator.cpp bool UserGestureIndicator::processingUserGesture() UserGestureIndicator 183 Source/platform/UserGestureIndicator.cpp bool UserGestureIndicator::consumeUserGesture() UserGestureIndicator 190 Source/platform/UserGestureIndicator.cpp UserGestureToken* UserGestureIndicator::currentToken() UserGestureIndicator 198 Source/platform/UserGestureIndicator.cpp : m_savedState(UserGestureIndicator::s_state) UserGestureIndicator 199 Source/platform/UserGestureIndicator.cpp , m_savedIndicator(UserGestureIndicator::s_topmostIndicator) UserGestureIndicator 202 Source/platform/UserGestureIndicator.cpp UserGestureIndicator::s_state = DefinitelyNotProcessingUserGesture; UserGestureIndicator 203 Source/platform/UserGestureIndicator.cpp UserGestureIndicator::s_topmostIndicator = 0; UserGestureIndicator 209 Source/platform/UserGestureIndicator.cpp UserGestureIndicator::s_state = m_savedState; UserGestureIndicator 210 Source/platform/UserGestureIndicator.cpp UserGestureIndicator::s_topmostIndicator = m_savedIndicator; UserGestureIndicator 36 Source/platform/UserGestureIndicator.h class UserGestureIndicator; UserGestureIndicator 61 Source/platform/UserGestureIndicator.h UserGestureIndicator* m_savedIndicator; UserGestureIndicator 64 Source/platform/UserGestureIndicator.h class PLATFORM_EXPORT UserGestureIndicator { UserGestureIndicator 65 Source/platform/UserGestureIndicator.h WTF_MAKE_NONCOPYABLE(UserGestureIndicator); UserGestureIndicator 72 Source/platform/UserGestureIndicator.h explicit UserGestureIndicator(ProcessingUserGestureState); UserGestureIndicator 73 Source/platform/UserGestureIndicator.h explicit UserGestureIndicator(PassRefPtr<UserGestureToken>); UserGestureIndicator 74 Source/platform/UserGestureIndicator.h ~UserGestureIndicator(); UserGestureIndicator 79 Source/platform/UserGestureIndicator.h static UserGestureIndicator* s_topmostIndicator; UserGestureIndicator 260 Source/web/PopupContainer.cpp UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture); UserGestureIndicator 267 Source/web/PopupContainer.cpp UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture); UserGestureIndicator 275 Source/web/PopupContainer.cpp UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture); UserGestureIndicator 282 Source/web/PopupContainer.cpp UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture); UserGestureIndicator 325 Source/web/PopupContainer.cpp UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture); UserGestureIndicator 845 Source/web/WebFrameImpl.cpp UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture); UserGestureIndicator 1914 Source/web/WebFrameImpl.cpp UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture); UserGestureIndicator 202 Source/web/WebPluginContainerImpl.cpp UserGestureIndicator gestureIndicator(currentInputEvent && eventHasUserGesture(currentInputEvent, event) ? DefinitelyProcessingUserGesture : PossiblyProcessingUserGesture); UserGestureIndicator 460 Source/web/WebPluginContainerImpl.cpp UserGestureIndicator gestureIndicator(popupsAllowed ? DefinitelyProcessingNewUserGesture : PossiblyProcessingUserGesture); UserGestureIndicator 486 Source/web/WebPluginContainerImpl.cpp UserGestureIndicator gestureIndicator(request.hasUserGesture() ? DefinitelyProcessingNewUserGesture : PossiblyProcessingUserGesture); UserGestureIndicator 41 Source/web/WebScopedUserGesture.cpp m_indicator.reset(new WebCore::UserGestureIndicator(WebCore::DefinitelyProcessingNewUserGesture)); UserGestureIndicator 47 Source/web/WebScopedUserGesture.cpp m_indicator.reset(new WebCore::UserGestureIndicator(token)); UserGestureIndicator 43 Source/web/WebUserGestureIndicator.cpp return UserGestureIndicator::processingUserGesture(); UserGestureIndicator 48 Source/web/WebUserGestureIndicator.cpp return UserGestureIndicator::consumeUserGesture(); UserGestureIndicator 53 Source/web/WebUserGestureIndicator.cpp return WebUserGestureToken(UserGestureIndicator::currentToken()); UserGestureIndicator 3141 Source/web/WebViewImpl.cpp UserGestureIndicator gesture(DefinitelyProcessingNewUserGesture); UserGestureIndicator 4816 Source/web/tests/WebFrameTest.cpp WebCore::UserGestureIndicator gesture(WebCore::DefinitelyProcessingUserGesture); UserGestureIndicator 5441 Source/web/tests/WebFrameTest.cpp WebCore::UserGestureIndicator gesture(WebCore::DefinitelyProcessingUserGesture); UserGestureIndicator 56 Source/web/tests/WebUserGestureTokenTest.cpp UserGestureIndicator indicator(DefinitelyProcessingNewUserGesture); UserGestureIndicator 37 public/web/WebScopedUserGesture.h class UserGestureIndicator; UserGestureIndicator 68 public/web/WebScopedUserGesture.h WebPrivateOwnPtr<WebCore::UserGestureIndicator> m_indicator;