Searched refs:BackgroundPlaybackNotPermitted (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DMediaSessionManager.h78 BackgroundPlaybackNotPermitted = 1 << 4, enumerator in enum:WebCore::MediaSessionManager::SessionRestrictionFlags
H A DMediaSessionManager.cpp285 if (m_restrictions[session->mediaType()] & BackgroundPlaybackNotPermitted)
295 if (m_restrictions[session->mediaType()] & BackgroundPlaybackNotPermitted)
/macosx-10.10/WebCore-7600.1.25/platform/audio/ios/
H A DMediaSessionManagerIOS.mm136 addRestriction(MediaSession::Video, BackgroundPlaybackNotPermitted);
139 removeRestriction(MediaSession::Audio, BackgroundPlaybackNotPermitted);
142 removeRestriction(MediaSession::WebAudio, BackgroundPlaybackNotPermitted);
/macosx-10.10/WebCore-7600.1.25/testing/
H A DInternals.cpp2322 if (equalIgnoringCase(restrictionsString, "BackgroundPlaybackNotPermitted"))
2323 restrictions += MediaSessionManager::BackgroundPlaybackNotPermitted;

Completed in 200 milliseconds