Home
last modified time | relevance | path

Searched refs:paintCurrentFrameInContext (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLVideoElement.h54 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
DHTMLVideoElement.cpp184 void HTMLVideoElement::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& destRect) in paintCurrentFrameInContext() function in WebCore::HTMLVideoElement
/external/chromium_org/third_party/WebKit/Source/core/frame/
DImageBitmap.cpp72 video->paintCurrentFrameInContext(c, videoRect); in ImageBitmap()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp1609 video->paintCurrentFrameInContext(c, IntRect(IntPoint(), sizeFor(video))); in drawImage()
DWebGLRenderingContext.cpp3498 video->paintCurrentFrameInContext(buf->context(), destRect); in videoFrameToImage()