Searched refs:removeListener (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/css/
H A DMediaQueryList.idl26 void removeListener([Default=Undefined] optional MediaQueryListListener listener);
H A DMediaQueryList.cpp61 void MediaQueryList::removeListener(PassRefPtr<MediaQueryListListener> listener) function in class:WebCore::MediaQueryList
66 m_matcher->removeListener(listener.get(), this);
H A DMediaQueryList.h48 void removeListener(PassRefPtr<MediaQueryListListener>);
H A DMediaQueryMatcher.h48 void removeListener(MediaQueryListListener*, MediaQueryList*);
H A DMediaQueryMatcher.cpp128 void MediaQueryMatcher::removeListener(MediaQueryListListener* listener, MediaQueryList* query) function in class:WebCore::MediaQueryMatcher
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DWindowMessageBroadcaster.h44 static void removeListener(HWND, WindowMessageListener*);
55 void removeListener(WindowMessageListener*);
H A DWindowMessageBroadcaster.cpp55 void WindowMessageBroadcaster::removeListener(HWND hwnd, WindowMessageListener* listener) function in class:WebCore::WindowMessageBroadcaster
61 broadcaster->removeListener(listener);
87 void WindowMessageBroadcaster::removeListener(WindowMessageListener* listener) function in class:WebCore::WindowMessageBroadcaster
/macosx-10.10/WebCore-7600.1.25/Modules/battery/
H A DBatteryController.h39 void removeListener(BatteryManager*);
H A DBatteryManager.cpp94 m_batteryController->removeListener(this);
106 m_batteryController->removeListener(this);
H A DBatteryController.cpp54 void BatteryController::removeListener(BatteryManager* batteryManager) function in class:WebCore::BatteryController
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dservnotf.h57 * EventListeners with addListener and remove them with removeListener.
94 virtual void removeListener(const EventListener* l, UErrorCode& status);
H A Dservnotf.cpp72 ICUNotifier::removeListener(const EventListener *l, UErrorCode& status) function in class:ICUNotifier
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DJSGlobalObjectScriptDebugServer.cpp60 void JSGlobalObjectScriptDebugServer::removeListener(ScriptDebugListener* listener, bool isBeingDestroyed) function in class:Inspector::JSGlobalObjectScriptDebugServer
H A DJSGlobalObjectScriptDebugServer.h43 void removeListener(ScriptDebugListener*, bool isBeingDestroyed);
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/agents/
H A DJSGlobalObjectDebuggerAgent.cpp56 scriptDebugServer().removeListener(this, isBeingDestroyed);
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DWorkerScriptDebugServer.h51 void removeListener(Inspector::ScriptDebugListener*, bool skipRecompile);
H A DWorkerScriptDebugServer.cpp71 void WorkerScriptDebugServer::removeListener(ScriptDebugListener* listener, bool skipRecompile) function in class:WebCore::WorkerScriptDebugServer
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DPageScriptDebugServer.h49 void removeListener(Inspector::ScriptDebugListener*, bool isBeingDestroyed);
H A DPageDebuggerAgent.cpp101 scriptDebugServer().removeListener(this, isBeingDestroyed);
H A DWorkerDebuggerAgent.cpp127 scriptDebugServer().removeListener(this, isBeingDestroyed);
H A DPageScriptDebugServer.cpp77 void PageScriptDebugServer::removeListener(ScriptDebugListener* listener, bool isBeingDestroyed) function in class:WebCore::PageScriptDebugServer
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWAsyncStreamReceiver.h92 /*! function removeListener
96 void removeListener ( IOFWAsyncStreamListener *listener );
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebNodeHighlight.cpp67 WindowMessageBroadcaster::removeListener(m_observedWindow, this);
69 WindowMessageBroadcaster::removeListener(m_inspectedWebViewWindow, this);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Storage/
H A DStorageManager.cpp55 void removeListener(IPC::Connection*, uint64_t storageMapID);
140 void StorageManager::StorageArea::removeListener(IPC::Connection* connection, uint64_t storageMapID) function in class:WebKit::StorageManager::StorageArea
508 it->value->removeListener(connection, storageMapID);
598 connectionStorageAreaPair.value->removeListener(connectionStorageAreaPair.key.first.get(), connectionStorageAreaPair.key.second);
618 it->value->removeListener(it->key.first.get(), it->key.second);
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dicusvtst.cpp991 ls.removeListener(&two, status);
995 ls.removeListener(&one, status);
1493 nf.removeListener(null);
1503 nf.removeListener(new MyListener());
1506 nf.removeListener(new MyListener());

Completed in 116 milliseconds

12