Home
last modified time | relevance | path

Searched defs:hasSingleSecurityOrigin (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/renderer/media/
Dwebmediaplayer_ms.cc335 bool WebMediaPlayerMS::hasSingleSecurityOrigin() const { in hasSingleSecurityOrigin() function in content::WebMediaPlayerMS
Dwebmediaplayer_impl.cc541 bool WebMediaPlayerImpl::hasSingleSecurityOrigin() const { in hasSingleSecurityOrigin() function in content::WebMediaPlayerImpl
/external/chromium_org/third_party/WebKit/Source/web/
DWebMediaPlayerClientImpl.cpp362 bool WebMediaPlayerClientImpl::hasSingleSecurityOrigin() const in hasSingleSecurityOrigin() function in blink::WebMediaPlayerClientImpl
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMediaElement.h254 … bool hasSingleSecurityOrigin() const { return !m_player || m_player->hasSingleSecurityOrigin(); } in hasSingleSecurityOrigin() function
/external/chromium_org/content/renderer/media/android/
Dwebmediaplayer_android.cc530 bool WebMediaPlayerAndroid::hasSingleSecurityOrigin() const { in hasSingleSecurityOrigin() function in content::WebMediaPlayerAndroid