Searched refs:AVCFPlayerRateChangedNotification (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DAVFoundationCFSoftLinking.h381 SOFT_LINK_VARIABLE_DLL_IMPORT(AVFoundationCF, AVCFPlayerRateChangedNotification, const CFStringRef);
382 #define AVCFPlayerRateChangedNotification getAVCFPlayerRateChangedNotification() macro
H A DMediaPlayerPrivateAVFoundationCF.cpp1407 CFNotificationCenterRemoveObserver(CFNotificationCenterGetLocalCenter(), avfWrapper->callbackContext(), AVCFPlayerRateChangedNotification, avfWrapper->avPlayer()); local
1481 CFNotificationCenterAddObserver(center, callbackContext(), notificationCallback, AVCFPlayerRateChangedNotification, playerRef, CFNotificationSuspensionBehaviorDeliverImmediately);
1601 else if (CFEqual(propertyName, AVCFPlayerRateChangedNotification))

Completed in 105 milliseconds