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

  /external/webkit/Source/WebCore/html/
HTMLVideoElement.cpp 240 if ((requireUserGestureForFullScreen() && !isUserGesture) || !supportsFullscreen()) {
HTMLMediaElement.h 195 bool requireUserGestureForFullScreen() const { return m_restrictions & RequireUserGestureForFullScreenRestriction; }

Completed in 351 milliseconds