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

  /external/webkit/Source/WebCore/html/
HTMLMediaElement.h 189 RequireUserGestureForFullScreenRestriction = 1 << 2
195 bool requireUserGestureForFullScreen() const { return m_restrictions & RequireUserGestureForFullScreenRestriction; }
HTMLMediaElement.cpp 150 , m_restrictions(RequireUserGestureForFullScreenRestriction)
    [all...]

Completed in 39 milliseconds