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

  /external/webkit/WebCore/platform/graphics/
MediaPlayerPrivate.h 95 virtual void paintCurrentFrameInContext(GraphicsContext* c, const IntRect& r) { paint(c, r); }
MediaPlayer.cpp 489 void MediaPlayer::paintCurrentFrameInContext(GraphicsContext* p, const IntRect& r)
491 m_private->paintCurrentFrameInContext(p, r);
  /external/webkit/WebCore/html/
HTMLVideoElement.cpp 209 void HTMLVideoElement::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& destRect)
216 player->paintCurrentFrameInContext(context, destRect);

Completed in 1308 milliseconds