OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RequirePageConsentToLoadMediaRestriction
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.h
304
RequirePageConsentToLoadMediaRestriction
= 1 << 3,
311
bool pageConsentRequiredForLoad() const { return m_restrictions &
RequirePageConsentToLoadMediaRestriction
; }
HTMLMediaElement.cpp
266
, m_restrictions(
RequirePageConsentToLoadMediaRestriction
)
717
removeBehaviorRestriction(
RequirePageConsentToLoadMediaRestriction
);
[
all
...]
Completed in 28 milliseconds