Searched refs:paintCurrentFrameInContext (Results 1 - 8 of 8) sorted by relevance

/external/webkit/WebCore/html/
H A DHTMLVideoElement.h78 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
H A DHTMLVideoElement.cpp209 void HTMLVideoElement::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& destRect) function in class:WebCore::HTMLVideoElement
216 player->paintCurrentFrameInContext(context, destRect);
/external/webkit/WebCore/platform/graphics/
H A DMediaPlayerPrivate.h95 virtual void paintCurrentFrameInContext(GraphicsContext* c, const IntRect& r) { paint(c, r); } function in class:WebCore::MediaPlayerPrivateInterface
H A DMediaPlayer.h199 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
H A DMediaPlayer.cpp489 void MediaPlayer::paintCurrentFrameInContext(GraphicsContext* p, const IntRect& r) function in class:WebCore::MediaPlayer
491 m_private->paintCurrentFrameInContext(p, r);
/external/webkit/WebCore/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.h121 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
H A DMediaPlayerPrivateQTKit.mm1112 void MediaPlayerPrivate::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& r)
/external/webkit/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp1112 video->paintCurrentFrameInContext(c, IntRect(IntPoint(), size(video)));

Completed in 714 milliseconds