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

  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayerPrivate.h 110 virtual void deliverNotification(MediaPlayerProxyNotificationType) = 0;
MediaPlayer.cpp 140 virtual void deliverNotification(MediaPlayerProxyNotificationType) { }
665 void MediaPlayer::deliverNotification(MediaPlayerProxyNotificationType notification)
667 m_private->deliverNotification(notification);
MediaPlayer.h 282 void deliverNotification(MediaPlayerProxyNotificationType notification);
  /external/webkit/Source/WebCore/platform/graphics/wince/
MediaPlayerPrivateWinCE.h 96 void deliverNotification(MediaPlayerProxyNotificationType);
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionEngine.java 126 AggregationSuggestionEngine.this.deliverNotification((Cursor) msg.obj);
359 protected void deliverNotification(Cursor dataCursor) {
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.h 157 void deliverNotification(MediaPlayerProxyNotificationType notification);
HTMLMediaElement.cpp     [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginController.mm 515 client->deliverNotification((MediaPlayerProxyNotificationType)notification);

Completed in 3341 milliseconds