hasGestures        79 Source/platform/UserGestureIndicator.cpp         if (hasGestures())
hasGestures        87 Source/platform/UserGestureIndicator.cpp         if (hasGestures())
hasGestures       155 Source/platform/UserGestureIndicator.cpp             if (static_cast<GestureToken*>(token.get())->hasGestures()) {
hasGestures       180 Source/platform/UserGestureIndicator.cpp     return s_topmostIndicator && static_cast<GestureToken*>(s_topmostIndicator->currentToken())->hasGestures() && (s_state == DefinitelyProcessingNewUserGesture || s_state == DefinitelyProcessingUserGesture);
hasGestures        48 Source/platform/UserGestureIndicator.h     virtual bool hasGestures() const = 0;
hasGestures        40 Source/web/WebUserGestureToken.cpp     return !m_token.isNull() && m_token->hasGestures();
hasGestures        48 Source/web/tests/WebUserGestureTokenTest.cpp     EXPECT_FALSE(token.hasGestures());
hasGestures        61 Source/web/tests/WebUserGestureTokenTest.cpp     EXPECT_TRUE(token.hasGestures());
hasGestures        71 Source/web/tests/WebUserGestureTokenTest.cpp     EXPECT_FALSE(token.hasGestures());
hasGestures        56 public/web/WebUserGestureToken.h     BLINK_EXPORT bool hasGestures() const;