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

  /external/webkit/Source/WebKit/win/Interfaces/
IWebNotificationObserver.idl 45 HRESULT onNotify([in] IWebNotification* notification);
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.h 92 virtual void onNotify(const sp<AMessage> &msg);
android_GenericPlayer.cpp 292 onNotify(msg);
305 onNotify(msg);
322 onNotify(msg);
407 void GenericPlayer::onNotify(const sp<AMessage> &msg) {
408 SL_LOGV("GenericPlayer::onNotify()");
android_GenericPlayer.h 134 virtual void onNotify(const sp<AMessage> &msg);
android_AudioSfDecoder.cpp 614 void AudioSfDecoder::onNotify(const sp<AMessage> &msg) {
640 GenericPlayer::onNotify(msg);
  /external/webkit/Source/WebKit/win/
WebNotificationCenter.cpp 121 // from a mutation of the list in the onNotify callback.
129 observer->onNotify(notification);
WebView.h 593 virtual HRESULT STDMETHODCALLTYPE onNotify(
    [all...]
WebView.cpp 209 virtual HRESULT STDMETHODCALLTYPE onNotify(
223 HRESULT PreferencesChangedOrRemovedObserver::onNotify(IWebNotification* notification)
    [all...]

Completed in 83 milliseconds