Home | History | Annotate | Download | only in win

Lines Matching full:notification

195         /* [in] */ IWebNotification* notification);
208 HRESULT PreferencesChangedOrRemovedObserver::onNotify(IWebNotification* notification)
213 hr = notification->getObject(&unkPrefs);
227 hr = notification->name(&nameBSTR);
2638 HRESULT WebView::notifyDidAddIcon(IWebNotification* notification)
2641 HRESULT hr = notification->userInfo(&propertyBag);
4372 /* [in] */ IWebNotification* notification)
4375 HRESULT hr = notification->name(&nameBSTR);
4383 return notifyDidAddIcon(notification);
4386 return notifyPreferencesChanged(notification);
4391 HRESULT WebView::notifyPreferencesChanged(IWebNotification* notification)
4396 hr = notification->getObject(&unkPrefs);