Searched refs:deliverNotification (Results 1 – 9 of 9) sorted by relevance
96 void deliverNotification(MediaPlayerProxyNotificationType);
110 virtual void deliverNotification(MediaPlayerProxyNotificationType) = 0;
140 virtual void deliverNotification(MediaPlayerProxyNotificationType) { } in deliverNotification() function in WebCore::NullMediaPlayerPrivate665 void MediaPlayer::deliverNotification(MediaPlayerProxyNotificationType notification) in deliverNotification() function in WebCore::MediaPlayer667 m_private->deliverNotification(notification); in deliverNotification()
283 void deliverNotification(MediaPlayerProxyNotificationType notification);
157 void deliverNotification(MediaPlayerProxyNotificationType notification);
2463 void HTMLMediaElement::deliverNotification(MediaPlayerProxyNotificationType notification) in deliverNotification() function in WebCore::HTMLMediaElement2471 m_player->deliverNotification(notification); in deliverNotification()
515 client->deliverNotification((MediaPlayerProxyNotificationType)notification);
36355 (WebCore::NullMediaPlayerPrivate::deliverNotification): Ditto.36381 (WebCore::HTMLMediaElement::deliverNotification): Remove unnecessary white space.37092 … (WebCore::HTMLMediaElement::deliverNotification): New, deliver notification from proxy plug-in to37112 (WebCore::MediaPlayer::deliverNotification): Ditto.
94899 (WebCore::HTMLMediaElement::deliverNotification): Removed