HomeSort by relevance Sort by last modified time
    Searched refs:didEnd (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/wince/
MediaPlayerPrivateWinCE.h 80 void didEnd();
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.h 100 void didEnd();
MediaPlayerPrivateGStreamer.cpp 759 didEnd();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.h 117 void didEnd();
MediaPlayerPrivateQuickTimeVisualContext.h 109 void didEnd();
MediaPlayerPrivateQuickTimeWin.cpp 560 void MediaPlayerPrivate::didEnd()
724 didEnd();
MediaPlayerPrivateQuickTimeVisualContext.cpp 706 void MediaPlayerPrivateQuickTimeVisualContext::didEnd()
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.h 52 virtual void didEnd();
MediaPlayerPrivateAVFoundationObjC.mm 104 -(void)didEnd:(NSNotification *)notification;
291 [[NSNotificationCenter defaultCenter] addObserver:m_objcObserver.get()selector:@selector(didEnd:) name:AVPlayerItemDidPlayToEndTimeNotification object:m_avPlayerItem.get()];
777 - (void)didEnd:(NSNotification *)unusedNotification
MediaPlayerPrivateAVFoundation.cpp 610 void MediaPlayerPrivateAVFoundation::didEnd()
734 didEnd();
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.h 69 void didEnd();
MediaPlayerPrivateQTKit.mm 189 -(void)didEnd:(NSNotification *)notification;
422 selector:@selector(didEnd:)
    [all...]

Completed in 375 milliseconds