Searched refs:anObserver (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebKit/win/Interfaces/ |
D | IWebNotificationCenter.idl | 51 …//- (void)addObserver:(id)anObserver selector:(SEL)aSelector name:(NSString *)notificationName obj… 61 //- (void)removeObserver:(id)anObserver 62 //- (void)removeObserver:(id)anObserver name:(NSString *)notificationName object:(id)anObject 63 …HRESULT removeObserver([in] IWebNotificationObserver* anObserver, [in] BSTR notificationName, [in]…
|
/external/webkit/WebKit/win/ |
D | WebNotificationCenter.cpp | 193 /* [in] */ IWebNotificationObserver* anObserver, in removeObserver() argument 209 if (observer == anObserver && (!anObject || anObject == observedObject)) { in removeObserver()
|
D | WebNotificationCenter.h | 66 /* [in] */ IWebNotificationObserver *anObserver,
|
/external/webkit/WebKit/mac/WebView/ |
D | WebView.mm | 4224 - (void)addObserver:(NSObject *)anObserver forKeyPath:(NSString *)keyPath options:(NSKeyValueObserv… 4226 …LOG (Bindings, "addObserver:%p forKeyPath:%@ options:%x context:%p", anObserver, keyPath, options,… 4227 [super addObserver:anObserver forKeyPath:keyPath options:options context:context]; 4230 - (void)removeObserver:(NSObject *)anObserver forKeyPath:(NSString *)keyPath 4232 LOG (Bindings, "removeObserver:%p forKeyPath:%@", anObserver, keyPath); 4233 [super removeObserver:anObserver forKeyPath:keyPath];
|