Home
last modified time | relevance | path

Searched refs:removeObserver (Results 1 – 22 of 22) sorted by relevance

/external/webkit/WebKit/win/Interfaces/
DIWebNotificationCenter.idl61 //- (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/mac/Plugins/
DWebBaseNetscapePluginView.mm345 [notificationCenter removeObserver:self name:NSWindowWillCloseNotification object:nil];
346 [notificationCenter removeObserver:self name:NSWindowDidBecomeKeyNotification object:nil];
347 [notificationCenter removeObserver:self name:NSWindowDidResignKeyNotification object:nil];
348 [notificationCenter removeObserver:self name:NSWindowDidMiniaturizeNotification object:nil];
349 [notificationCenter removeObserver:self name:NSWindowDidDeminiaturizeNotification object:nil];
350 …[notificationCenter removeObserver:self name:LoginWindowDidSwitchFromUserNotification object:nil…
351 …[notificationCenter removeObserver:self name:LoginWindowDidSwitchToUserNotification object:nil…
451 …[[NSNotificationCenter defaultCenter] removeObserver:self name:WebPreferencesChangedNotification o…
466 …[[NSNotificationCenter defaultCenter] removeObserver:self name:WebPreferencesChangedNotification o…
501 …[[NSNotificationCenter defaultCenter] removeObserver:self name:WebPreferencesChangedNotification o…
/external/webkit/WebKit/win/
DWebNotificationCenter.h65 virtual HRESULT STDMETHODCALLTYPE removeObserver(
DWebNotificationCenter.cpp192 HRESULT STDMETHODCALLTYPE WebNotificationCenter::removeObserver( in removeObserver() function in WebNotificationCenter
DWebView.cpp650 …notifyCenter->removeObserver(this, WebPreferences::webPreferencesChangedNotification(), static_cas… in close()
2452 nc->removeObserver(this, WebIconDatabase::iconDatabaseDidAddIconNotification(), 0); in registerForIconNotification()
2856 …nc->removeObserver(this, WebPreferences::webPreferencesChangedNotification(), static_cast<IWebPref… in setPreferences()
DChangeLog-2009-06-1610337 (WebNotificationCenter::removeObserver):
13393 (WebNotificationCenter::removeObserver):
13730 … (WebView::~WebView): removed the call to removeObserver for the WebPreferencesChangedNotification
13732 …(WebView::close): the call to removeObserver now takes in the WebPreferences instance for the obje…
23594 (WebNotificationCenter::removeObserver):
/external/webkit/WebKit/mac/WebInspector/
DWebNodeHighlight.mm119 [notificationCenter removeObserver:self name:NSViewFrameDidChangeNotification object:nil];
120 [notificationCenter removeObserver:self name:NSViewBoundsDidChangeNotification object:nil];
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
DMovieControllerLayer.m257 [[NSNotificationCenter defaultCenter] removeObserver:self
260 [[NSNotificationCenter defaultCenter] removeObserver:self
/external/webkit/WebKit/mac/Plugins/Hosted/
DWebHostedNetscapePluginView.mm232 [notificationCenter removeObserver:self name:NSWindowDidMoveNotification object:nil];
233 [notificationCenter removeObserver:self name:NSWindowDidResizeNotification object:nil];
DWebTextInputWindowController.m47 [[NSNotificationCenter defaultCenter] removeObserver:self];
DNetscapePluginHostProxy.mm237 [[NSNotificationCenter defaultCenter] removeObserver:m_activationObserver.get()];
/external/webkit/WebKitTools/DumpRenderTree/mac/
DDumpRenderTreeWindow.mm113 [[self webView] removeObserver:self forKeyPath:@"_isUsingAcceleratedCompositing"];
/external/webkit/WebKit/mac/WebView/
DWebView.mm954 [[NSDistributedNotificationCenter defaultCenter] removeObserver:self];
955 [[NSNotificationCenter defaultCenter] removeObserver:self];
1037 [[NSDistributedNotificationCenter defaultCenter] removeObserver:self];
1038 [[NSNotificationCenter defaultCenter] removeObserver:self];
2528 [[NSNotificationCenter defaultCenter] removeObserver:self
2530 [[NSNotificationCenter defaultCenter] removeObserver:self
2532 [[NSNotificationCenter defaultCenter] removeObserver:self
2546 …[[NSNotificationCenter defaultCenter] removeObserver:self name:NSWindowWillCloseNotification objec…
2618 …[[NSNotificationCenter defaultCenter] removeObserver:self name:WebPreferencesChangedNotification o…
3022 …[[NSNotificationCenter defaultCenter] removeObserver:self name:NSWindowWillCloseNotification objec…
[all …]
DWebPDFView.mm457 [notificationCenter removeObserver:self
460 [notificationCenter removeObserver:self
463 [notificationCenter removeObserver:self
466 [notificationCenter removeObserver:self
470 [notificationCenter removeObserver:self
DWebHTMLView.mm821 …[[NSNotificationCenter defaultCenter] removeObserver:self name:WKMouseMovedNotification() object:n…
835 [notificationCenter removeObserver:self name:NSViewFrameDidChangeNotification object:superview];
836 … [notificationCenter removeObserver:self name:NSViewBoundsDidChangeNotification object:superview];
851 [notificationCenter removeObserver:self name:NSWindowDidBecomeKeyNotification object:nil];
852 [notificationCenter removeObserver:self name:NSWindowDidResignKeyNotification object:nil];
853 [notificationCenter removeObserver:self name:NSWindowWillCloseNotification object:window];
/external/webkit/WebKit/mac/Misc/
DWebIconDatabase.mm314 [[NSNotificationCenter defaultCenter] removeObserver:self
317 [[NSNotificationCenter defaultCenter] removeObserver:self
/external/webkit/WebCore/platform/graphics/mac/
DMediaPlayerPrivateQTKit.mm227 [[NSNotificationCenter defaultCenter] removeObserver:m_objcObserver.get()];
253 [[NSNotificationCenter defaultCenter] removeObserver:m_objcObserver.get()];
417 [[NSNotificationCenter defaultCenter] removeObserver:m_objcObserver.get()
/external/webkit/WebCore/rendering/
DRenderThemeMac.mm130 [[NSNotificationCenter defaultCenter] removeObserver:m_notificationObserver.get()];
DRenderThemeChromiumMac.mm155 [[NSNotificationCenter defaultCenter] removeObserver:m_notificationObserver.get()];
/external/webkit/WebKit/mac/
DWebKit.order1945 -[WebView(WebDebugBinding) removeObserver:forKeyPath:]
DChangeLog6210 of calling removeObserver with unspecified notifications, or calling removeObserver
6227 replace general removeObserver: call with three specific calls for all the notifications
DChangeLog-2006-02-0921635 (-[WebView removeObserver:forKeyPath:]):
27977 (-[WebBaseNetscapePluginView dealloc]): call removeObserver