HomeSort by relevance Sort by last modified time
    Searched refs:removeObserver (Results 1 - 25 of 42) sorted by null

1 2

  /external/webkit/Source/WebCore/page/
GeolocationController.h 50 void removeObserver(Geolocation*);
GeolocationController.cpp 52 // This may be called multiple times with the same observer, though removeObserver()
67 void GeolocationController::removeObserver(Geolocation* observer)
  /external/webkit/Source/WebKit/win/
WebNotificationCenter.h 65 virtual HRESULT STDMETHODCALLTYPE removeObserver(
WebNotificationCenter.cpp 190 HRESULT STDMETHODCALLTYPE WebNotificationCenter::removeObserver(
  /external/webkit/Source/WebKit/win/Interfaces/
IWebNotificationCenter.idl 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] IUnknown* anObject);
  /external/webkit/Tools/DumpRenderTree/
StorageTrackerDelegate.mm 71 [[NSNotificationCenter defaultCenter] removeObserver:self name:WebStorageDidModifyOriginNotification object:nil];
  /frameworks/base/core/java/android/os/
UEventObserver.java 123 public void removeObserver(UEventObserver observer) {
175 sThread.removeObserver(this);
  /external/webkit/Source/WebCore/css/
CSSCanvasValue.cpp 37 m_element->removeObserver(this);
  /packages/apps/Browser/tests/src/com/android/browser/tests/utils/
MockContentResolver2.java 99 mRootNode.removeObserver(observer);
MockObserverNode.java 99 public boolean removeObserver(ContentObserver observer) {
102 boolean empty = mChildren.get(i).removeObserver(observer);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager_mac.mm 58 [[NSNotificationCenter defaultCenter] removeObserver:self];
  /external/webkit/Source/WebCore/platform/network/mac/
CookieStorageMac.mm 71 [[NSNotificationCenter defaultCenter] removeObserver:self name:NSHTTPCookieManagerCookiesChangedNotification object:nil];
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTreeWindow.mm 70 [[NSNotificationCenter defaultCenter] removeObserver:self];
  /external/webkit/Source/WebKit/mac/WebInspector/
WebNodeHighlight.mm 119 [notificationCenter removeObserver:self name:NSViewFrameDidChangeNotification object:nil];
120 [notificationCenter removeObserver:self name:NSViewBoundsDidChangeNotification object:nil];
  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 411 [notificationCenter removeObserver:self name:NSWindowWillCloseNotification object:nil];
412 [notificationCenter removeObserver:self name:NSWindowDidBecomeKeyNotification object:nil];
413 [notificationCenter removeObserver:self name:NSWindowDidResignKeyNotification object:nil];
414 [notificationCenter removeObserver:self name:NSWindowDidMiniaturizeNotification object:nil];
415 [notificationCenter removeObserver:self name:NSWindowDidDeminiaturizeNotification object:nil];
416 [notificationCenter removeObserver:self name:LoginWindowDidSwitchFromUserNotification object:nil];
417 [notificationCenter removeObserver:self name:LoginWindowDidSwitchToUserNotification object:nil];
624 [[NSNotificationCenter defaultCenter] removeObserver:self name:WebPreferencesChangedInternalNotification object:nil];
639 [[NSNotificationCenter defaultCenter] removeObserver:self name:WebPreferencesChangedInternalNotification object:nil];
681 [[NSNotificationCenter defaultCenter] removeObserver:self name:WebPreferencesChangedInternalNotification object:nil]
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLCanvasElement.h 70 void removeObserver(CanvasObserver*);
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebTextInputWindowController.m 47 [[NSNotificationCenter defaultCenter] removeObserver:self];
WebHostedNetscapePluginView.mm 307 [notificationCenter removeObserver:self name:NSWindowDidMoveNotification object:nil];
308 [notificationCenter removeObserver:self name:NSWindowDidResizeNotification object:nil];
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKTextInputWindowController.mm 46 [[NSNotificationCenter defaultCenter] removeObserver:self];
PDFViewController.mm 283 [notificationCenter removeObserver:self name:_webkit_PDFViewScaleChangedNotification object:_pdfView];
284 [notificationCenter removeObserver:self name:_webkit_PDFViewDisplayModeChangedNotification object:_pdfView];
285 [notificationCenter removeObserver:self name:_webkit_PDFViewPageChangedNotification object:_pdfView];
  /external/webkit/Source/WebKit2/UIProcess/Plugins/mac/
PluginProcessProxyMac.mm 175 [[NSNotificationCenter defaultCenter] removeObserver:m_activationObserver.get()];
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebContextMac.mm 114 [[NSNotificationCenter defaultCenter] removeObserver:(id)m_enhancedAccessibilityObserver.get()];
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
MovieControllerLayer.m 257 [[NSNotificationCenter defaultCenter] removeObserver:self
260 [[NSNotificationCenter defaultCenter] removeObserver:self
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundationObjC.mm 151 [[NSNotificationCenter defaultCenter] removeObserver:m_objcObserver.get()];
161 [m_avPlayerItem.get() removeObserver:m_objcObserver.get() forKeyPath:keyName];
168 [m_avPlayer.get() removeObserver:m_objcObserver.get() forKeyPath:@"rate"];
  /external/webkit/Source/WebKit/mac/WebView/
WebPDFView.mm 466 [notificationCenter removeObserver:self
469 [notificationCenter removeObserver:self
472 [notificationCenter removeObserver:self
475 [notificationCenter removeObserver:self
479 [notificationCenter removeObserver:self
    [all...]

Completed in 608 milliseconds

1 2