HomeSort by relevance Sort by last modified time
    Searched refs:hasSingleSecurityOrigin (Results 1 - 24 of 24) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/cg/
PDFDocumentImage.h 54 virtual bool hasSingleSecurityOrigin() const { return true; }
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext.cpp 74 if (canvas()->originClean() && !cachedImage->image()->hasSingleSecurityOrigin())
82 if (canvas()->originClean() && video && !video->hasSingleSecurityOrigin())
CanvasRenderingContext2D.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GeneratedImage.h 45 virtual bool hasSingleSecurityOrigin() const { return true; }
MediaPlayerPrivate.h 126 virtual bool hasSingleSecurityOrigin() const { return false; }
Image.h 93 virtual bool hasSingleSecurityOrigin() const { return false; }
BitmapImage.h 119 virtual bool hasSingleSecurityOrigin() const { return true; }
MediaPlayer.cpp 145 virtual bool hasSingleSecurityOrigin() const { return true; }
712 bool MediaPlayer::hasSingleSecurityOrigin() const
714 return m_private->hasSingleSecurityOrigin();
MediaPlayer.h 297 bool hasSingleSecurityOrigin() const;
  /external/webkit/Source/WebKit/chromium/public/
WebMediaPlayer.h 135 virtual bool hasSingleSecurityOrigin() const = 0;
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.h 108 bool hasSingleSecurityOrigin() const;
MediaPlayerPrivateGStreamer.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.h 122 bool hasSingleSecurityOrigin() const;
MediaPlayerPrivateQuickTimeVisualContext.h 114 bool hasSingleSecurityOrigin() const;
MediaPlayerPrivateQuickTimeWin.cpp 772 bool MediaPlayerPrivate::hasSingleSecurityOrigin() const
MediaPlayerPrivateQuickTimeVisualContext.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.h 118 virtual bool hasSingleSecurityOrigin() const;
WebMediaPlayerClientImpl.cpp 474 bool WebMediaPlayerClientImpl::hasSingleSecurityOrigin() const
477 return m_webMediaPlayer->hasSingleSecurityOrigin();
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.h 165 bool hasSingleSecurityOrigin() const { return !m_player || m_player->hasSingleSecurityOrigin(); }
  /external/chromium/webkit/glue/
webmediaplayer_impl.h 246 virtual bool hasSingleSecurityOrigin() const;
webmediaplayer_impl.cc 699 bool WebMediaPlayerImpl::hasSingleSecurityOrigin() const {
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.h 154 virtual bool hasSingleSecurityOrigin() const { return true; }
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.h 139 bool hasSingleSecurityOrigin() const;
MediaPlayerPrivateQTKit.mm     [all...]

Completed in 543 milliseconds