Home
last modified time | relevance | path

Searched refs:hasSingleSecurityOrigin (Results 1 – 25 of 29) sorted by relevance

12

/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext.cpp74 if (canvas()->originClean() && !cachedImage->image()->hasSingleSecurityOrigin()) in checkOrigin()
82 if (canvas()->originClean() && video && !video->hasSingleSecurityOrigin()) in checkOrigin()
DCanvasRenderingContext2D.cpp1528 …as(KURL(KURL(), cachedImage->response().url())) && cachedImage->image()->hasSingleSecurityOrigin(); in createPattern()
/external/webkit/Source/WebCore/platform/graphics/cg/
DPDFDocumentImage.h54 virtual bool hasSingleSecurityOrigin() const { return true; } in hasSingleSecurityOrigin() function
/external/webkit/Source/WebCore/platform/graphics/
DGeneratedImage.h45 virtual bool hasSingleSecurityOrigin() const { return true; } in hasSingleSecurityOrigin() function
DMediaPlayerPrivate.h126 virtual bool hasSingleSecurityOrigin() const { return false; } in hasSingleSecurityOrigin() function
DMediaPlayer.cpp145 virtual bool hasSingleSecurityOrigin() const { return true; } in hasSingleSecurityOrigin() function in WebCore::NullMediaPlayerPrivate
712 bool MediaPlayer::hasSingleSecurityOrigin() const in hasSingleSecurityOrigin() function in WebCore::MediaPlayer
714 return m_private->hasSingleSecurityOrigin(); in hasSingleSecurityOrigin()
DImage.h93 virtual bool hasSingleSecurityOrigin() const { return false; } in hasSingleSecurityOrigin() function
DBitmapImage.h119 virtual bool hasSingleSecurityOrigin() const { return true; }
DMediaPlayer.h297 bool hasSingleSecurityOrigin() const;
/external/webkit/Source/WebKit/chromium/public/
DWebMediaPlayer.h135 virtual bool hasSingleSecurityOrigin() const = 0;
/external/webkit/Source/WebCore/html/
DHTMLMediaElement.h165 … bool hasSingleSecurityOrigin() const { return !m_player || m_player->hasSingleSecurityOrigin(); } in hasSingleSecurityOrigin() function
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DMediaPlayerPrivateGStreamer.h108 bool hasSingleSecurityOrigin() const;
DMediaPlayerPrivateGStreamer.cpp1604 bool MediaPlayerPrivateGStreamer::hasSingleSecurityOrigin() const in hasSingleSecurityOrigin() function in WebCore::MediaPlayerPrivateGStreamer
/external/webkit/Source/WebCore/platform/graphics/win/
DMediaPlayerPrivateQuickTimeWin.h122 bool hasSingleSecurityOrigin() const;
DMediaPlayerPrivateQuickTimeVisualContext.h114 bool hasSingleSecurityOrigin() const;
DMediaPlayerPrivateQuickTimeWin.cpp772 bool MediaPlayerPrivate::hasSingleSecurityOrigin() const in hasSingleSecurityOrigin() function in WebCore::MediaPlayerPrivate
DMediaPlayerPrivateQuickTimeVisualContext.cpp1057 bool MediaPlayerPrivateQuickTimeVisualContext::hasSingleSecurityOrigin() const in hasSingleSecurityOrigin() function in WebCore::MediaPlayerPrivateQuickTimeVisualContext
/external/webkit/Source/WebKit/chromium/src/
DWebMediaPlayerClientImpl.cpp474 bool WebMediaPlayerClientImpl::hasSingleSecurityOrigin() const in hasSingleSecurityOrigin() function in WebKit::WebMediaPlayerClientImpl
477 return m_webMediaPlayer->hasSingleSecurityOrigin(); in hasSingleSecurityOrigin()
DWebMediaPlayerClientImpl.h118 virtual bool hasSingleSecurityOrigin() const;
/external/webkit/Source/WebCore/platform/graphics/mac/
DMediaPlayerPrivateQTKit.h139 bool hasSingleSecurityOrigin() const;
DMediaPlayerPrivateQTKit.mm1603 bool MediaPlayerPrivateQTKit::hasSingleSecurityOrigin() const
/external/chromium/webkit/glue/
Dwebmediaplayer_impl.h246 virtual bool hasSingleSecurityOrigin() const;
Dwebmediaplayer_impl.cc699 bool WebMediaPlayerImpl::hasSingleSecurityOrigin() const { in hasSingleSecurityOrigin() function in webkit_glue::WebMediaPlayerImpl
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
DMediaPlayerPrivateAVFoundation.h154 virtual bool hasSingleSecurityOrigin() const { return true; } in hasSingleSecurityOrigin() function
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2966591 (WebCore::MediaPlayerPrivate::hasSingleSecurityOrigin):
92428 (WebCore::MediaPlayer::hasSingleSecurityOrigin):
95056 (WebCore::HTMLMediaElement::hasSingleSecurityOrigin):
95057 hasSingleSecurityOrigin is needed for security, currently all implementations are trivial
95064 (WebCore::NullMediaPlayerPrivate::hasSingleSecurityOrigin):
95065 (WebCore::MediaPlayer::hasSingleSecurityOrigin):
95066 Default implementations of hasSingleSecurityOrigin
95073 (WebCore::MediaPlayerPrivate::hasSingleSecurityOrigin):
95079 (WebCore::MediaPlayerPrivate::hasSingleSecurityOrigin):

12