hasUserGesture 253 Source/platform/exported/WebURLRequest.cpp return m_private->m_resourceRequest->hasUserGesture(); hasUserGesture 256 Source/platform/exported/WebURLRequest.cpp void WebURLRequest::setHasUserGesture(bool hasUserGesture) hasUserGesture 258 Source/platform/exported/WebURLRequest.cpp m_private->m_resourceRequest->setHasUserGesture(hasUserGesture); hasUserGesture 197 Source/platform/network/ResourceRequest.h bool hasUserGesture() const { return m_hasUserGesture; } hasUserGesture 198 Source/platform/network/ResourceRequest.h void setHasUserGesture(bool hasUserGesture) { m_hasUserGesture = hasUserGesture; } hasUserGesture 486 Source/web/WebPluginContainerImpl.cpp UserGestureIndicator gestureIndicator(request.hasUserGesture() ? DefinitelyProcessingNewUserGesture : PossiblyProcessingUserGesture); hasUserGesture 169 public/platform/WebURLRequest.h BLINK_PLATFORM_EXPORT bool hasUserGesture() const;