Home
last modified time | relevance | path

Searched refs:m_restrictions (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/html/
DHTMLMediaElement.cpp104 , m_restrictions(NoRestrictions) in HTMLMediaElement()
426 if (m_restrictions & RequireUserGestureForLoadRestriction && !isUserGesture) in load()
1131 if (m_restrictions & RequireUserGestureForRateChangeRestriction && !isUserGesture) in play()
1166 if (m_restrictions & RequireUserGestureForRateChangeRestriction && !isUserGesture) in pause()
DHTMLMediaElement.h305 BehaviorRestrictions m_restrictions; variable