Home | History | Annotate | Download | only in win

Lines Matching refs:anObject

113 void WebNotificationCenter::postNotificationInternal(IWebNotification* notification, BSTR notificationName, IUnknown* anObject)
128 if (!observedObject || !anObject || observedObject == anObject)
146 /* [in] */ IUnknown* anObject)
151 it->second.append(ObjectObserverPair(anObject, observer));
154 list.append(ObjectObserverPair(anObject, observer));
182 /* [in] */ IUnknown* anObject,
185 COMPtr<WebNotification> notification(AdoptCOM, WebNotification::createInstance(notificationName, anObject, userInfo));
186 postNotificationInternal(notification.get(), notificationName, anObject);
193 /* [optional][in] */ IUnknown* anObject)
207 if (observer == anObserver && (!anObject || anObject == observedObject)) {