pausedForUserInteraction 2915 Source/core/html/HTMLMediaElement.cpp     return !paused() && !endedPlayback() && !stoppedDueToErrors() && !pausedForUserInteraction();
pausedForUserInteraction 3548 Source/core/html/HTMLMediaElement.cpp     return pausedForUserInteraction();
pausedForUserInteraction  387 Source/core/html/HTMLMediaElement.h     bool pausedForUserInteraction() const;