Searched refs:paintCurrentFrameInContext (Results 1 - 17 of 17) sorted by path

/external/webkit/Source/WebCore/html/
H A DHTMLVideoElement.cpp215 void HTMLVideoElement::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& destRect) function in class:WebCore::HTMLVideoElement
222 player->paintCurrentFrameInContext(context, destRect);
H A DHTMLVideoElement.h65 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp1440 video->paintCurrentFrameInContext(c, IntRect(IntPoint(), size(video)));
H A DWebGLRenderingContext.cpp3185 video->paintCurrentFrameInContext(buf->context(), destRect);
/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayer.cpp626 void MediaPlayer::paintCurrentFrameInContext(GraphicsContext* p, const IntRect& r) function in class:WebCore::MediaPlayer
628 m_private->paintCurrentFrameInContext(p, r);
H A DMediaPlayer.h246 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
H A DMediaPlayerPrivate.h100 virtual void paintCurrentFrameInContext(GraphicsContext* c, const IntRect& r) { paint(c, r); } function in class:WebCore::MediaPlayerPrivateInterface
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.h146 virtual void paintCurrentFrameInContext(GraphicsContext*, const IntRect&) = 0;
H A DMediaPlayerPrivateAVFoundationObjC.h82 virtual void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
H A DMediaPlayerPrivateAVFoundationObjC.mm550 void MediaPlayerPrivateAVFoundationObjC::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& rect)
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.h130 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
H A DMediaPlayerPrivateQTKit.mm1297 void MediaPlayerPrivateQTKit::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& r)
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivateQt.cpp588 void MediaPlayerPrivateQt::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& rect) function in class:WebCore::MediaPlayerPrivateQt
H A DMediaPlayerPrivateQt.h93 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
/external/webkit/Source/WebCore/rendering/
H A DRenderVideo.cpp206 mediaPlayer->paintCurrentFrameInContext(paintInfo.context, rect);
/external/webkit/Source/WebKit/chromium/src/
H A DWebMediaPlayerClientImpl.cpp437 paintCurrentFrameInContext(context, rect);
440 void WebMediaPlayerClientImpl::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& rect) function in class:WebKit::WebMediaPlayerClientImpl
H A DWebMediaPlayerClientImpl.h116 virtual void paintCurrentFrameInContext(WebCore::GraphicsContext*, const WebCore::IntRect&);

Completed in 253 milliseconds