Searched defs:hasSingleSecurityOrigin (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cg/
H A DPDFDocumentImage.h54 virtual bool hasSingleSecurityOrigin() const { return true; } function in class:WebCore::PDFDocumentImage
/external/webkit/Source/WebCore/platform/graphics/
H A DGeneratedImage.h45 virtual bool hasSingleSecurityOrigin() const { return true; } function in class:WebCore::GeneratedImage
H A DBitmapImage.h119 virtual bool hasSingleSecurityOrigin() const { return true; } function in class:WebCore::BitmapImage
H A DImage.h93 virtual bool hasSingleSecurityOrigin() const { return false; } function in class:WebCore::Image
H A DMediaPlayerPrivate.h124 virtual bool hasSingleSecurityOrigin() const { return false; } function in class:WebCore::MediaPlayerPrivateInterface
H A DMediaPlayer.cpp145 virtual bool hasSingleSecurityOrigin() const { return true; } function in class:WebCore::NullMediaPlayerPrivate
704 bool MediaPlayer::hasSingleSecurityOrigin() const function in class:WebCore::MediaPlayer
706 return m_private->hasSingleSecurityOrigin();
/external/webkit/Source/WebCore/html/
H A DHTMLMediaElement.h165 bool hasSingleSecurityOrigin() const { return !m_player || m_player->hasSingleSecurityOrigin(); } function in class:WebCore::HTMLMediaElement
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.h154 virtual bool hasSingleSecurityOrigin() const { return true; } function in class:WebCore::MediaPlayerPrivateAVFoundation
/external/webkit/Source/WebKit/chromium/src/
H A DWebMediaPlayerClientImpl.cpp474 bool WebMediaPlayerClientImpl::hasSingleSecurityOrigin() const function in class:WebKit::WebMediaPlayerClientImpl
477 return m_webMediaPlayer->hasSingleSecurityOrigin();
/external/chromium/webkit/glue/
H A Dwebmediaplayer_impl.cc699 bool WebMediaPlayerImpl::hasSingleSecurityOrigin() const { function in class:webkit_glue::WebMediaPlayerImpl
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.cpp772 bool MediaPlayerPrivate::hasSingleSecurityOrigin() const function in class:WebCore::MediaPlayerPrivate
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp1057 bool MediaPlayerPrivateQuickTimeVisualContext::hasSingleSecurityOrigin() const function in class:WebCore::MediaPlayerPrivateQuickTimeVisualContext
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.cpp1604 bool MediaPlayerPrivateGStreamer::hasSingleSecurityOrigin() const function in class:WebCore::MediaPlayerPrivateGStreamer

Completed in 157 milliseconds