HomeSort by relevance Sort by last modified time
    Searched defs:paintCurrentFrameInContext (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLVideoElement.cpp 200 void HTMLVideoElement::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& destRect)
205 player->paintCurrentFrameInContext(context, destRect);
  /external/chromium_org/third_party/WebKit/Source/web/
WebMediaPlayerClientImpl.cpp 493 paintCurrentFrameInContext(context, rect);
496 void WebMediaPlayerClientImpl::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& rect)
663 // It is not necessary to pass the dest into the drawBitmap call since all the context have been set up before calling paintCurrentFrameInContext.

Completed in 81 milliseconds