Searched defs:deliverNotification (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/
H A DMediaPlayer.cpp115 virtual void deliverNotification(MediaPlayerProxyNotificationType) { } function in class:WebCore::NullMediaPlayerPrivate
523 void MediaPlayer::deliverNotification(MediaPlayerProxyNotificationType notification) function in class:WebCore::MediaPlayer
525 m_private->deliverNotification(notification);
/external/webkit/WebCore/html/
H A DHTMLMediaElement.cpp1820 void HTMLMediaElement::deliverNotification(MediaPlayerProxyNotificationType notification) function in class:WebCore::HTMLMediaElement
1828 m_player->deliverNotification(notification);

Completed in 413 milliseconds