Home
last modified time | relevance | path

Searched refs:notificationName (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebKit/win/
DWebNotificationCenter.cpp115 …nter::postNotificationInternal(IWebNotification* notification, BSTR notificationName, IUnknown* an… in postNotificationInternal() argument
117 String name(notificationName, SysStringLen(notificationName)); in postNotificationInternal()
147 /* [in] */ BSTR notificationName, in addObserver() argument
150 String name(notificationName, SysStringLen(notificationName)); in addObserver()
183 /* [in] */ BSTR notificationName, in postNotificationName() argument
187 …COMPtr<WebNotification> notification(AdoptCOM, WebNotification::createInstance(notificationName, a… in postNotificationName()
188 postNotificationInternal(notification.get(), notificationName, anObject); in postNotificationName()
194 /* [in] */ BSTR notificationName, in removeObserver() argument
197 String name(notificationName, SysStringLen(notificationName)); in removeObserver()
DWebNotificationCenter.h54 /* [in] */ BSTR notificationName,
61 /* [in] */ BSTR notificationName,
67 /* [in] */ BSTR notificationName,
72 …void postNotificationInternal(IWebNotification* notification, BSTR notificationName, IUnknown* anO…
/external/webkit/WebKit/win/Interfaces/
DIWebNotificationCenter.idl51 …//- (void)addObserver:(id)anObserver selector:(SEL)aSelector name:(NSString *)notificationName obj…
52 …HRESULT addObserver([in] IWebNotificationObserver* observer, [in] BSTR notificationName, [in] IUnk…
57 //- (void)postNotificationName:(NSString *)notificationName object:(id)anObject
58 …//- (void)postNotificationName:(NSString *)notificationName object:(id)anObject userInfo:(NSDictio…
59 …HRESULT postNotificationName([in] BSTR notificationName, [in] IUnknown* anObject, [in] IPropertyBa…
62 //- (void)removeObserver:(id)anObserver name:(NSString *)notificationName object:(id)anObject
63 …HRESULT removeObserver([in] IWebNotificationObserver* anObserver, [in] BSTR notificationName, [in]…