Home
last modified time | relevance | path

Searched refs:deliverNotification (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wince/
DMediaPlayerPrivateWinCE.h96 void deliverNotification(MediaPlayerProxyNotificationType);
/external/webkit/Source/WebCore/platform/graphics/
DMediaPlayerPrivate.h110 virtual void deliverNotification(MediaPlayerProxyNotificationType) = 0;
DMediaPlayer.cpp140 virtual void deliverNotification(MediaPlayerProxyNotificationType) { } in deliverNotification() function in WebCore::NullMediaPlayerPrivate
665 void MediaPlayer::deliverNotification(MediaPlayerProxyNotificationType notification) in deliverNotification() function in WebCore::MediaPlayer
667 m_private->deliverNotification(notification); in deliverNotification()
DMediaPlayer.h283 void deliverNotification(MediaPlayerProxyNotificationType notification);
/external/webkit/Source/WebCore/html/
DHTMLMediaElement.h157 void deliverNotification(MediaPlayerProxyNotificationType notification);
DHTMLMediaElement.cpp2463 void HTMLMediaElement::deliverNotification(MediaPlayerProxyNotificationType notification) in deliverNotification() function in WebCore::HTMLMediaElement
2471 m_player->deliverNotification(notification); in deliverNotification()
/external/webkit/Source/WebKit/mac/Plugins/
DWebPluginController.mm515 client->deliverNotification((MediaPlayerProxyNotificationType)notification);
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1636355 (WebCore::NullMediaPlayerPrivate::deliverNotification): Ditto.
36381 (WebCore::HTMLMediaElement::deliverNotification): Remove unnecessary white space.
37092 … (WebCore::HTMLMediaElement::deliverNotification): New, deliver notification from proxy plug-in to
37112 (WebCore::MediaPlayer::deliverNotification): Ditto.
DChangeLog-2010-01-2994899 (WebCore::HTMLMediaElement::deliverNotification): Removed