OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 1263 milliseconds