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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.h 313 void addBehaviorRestriction(BehaviorRestrictions restriction) { m_restrictions |= restriction; }
HTMLMediaElement.cpp 308 addBehaviorRestriction(RequireUserGestureForRateChangeRestriction);
309 addBehaviorRestriction(RequireUserGestureForLoadRestriction);
312 addBehaviorRestriction(RequireUserGestureForFullscreenRestriction);
    [all...]

Completed in 28 milliseconds