Lines Matching refs:notificationName
113 void WebNotificationCenter::postNotificationInternal(IWebNotification* notification, BSTR notificationName, IUnknown* anObject)
115 String name(notificationName, SysStringLen(notificationName));
145 /* [in] */ BSTR notificationName,
148 String name(notificationName, SysStringLen(notificationName));
181 /* [in] */ BSTR notificationName,
185 COMPtr<WebNotification> notification(AdoptCOM, WebNotification::createInstance(notificationName, anObject, userInfo));
186 postNotificationInternal(notification.get(), notificationName, anObject);
192 /* [in] */ BSTR notificationName,
195 String name(notificationName, SysStringLen(notificationName));