Searched refs:addListener (Results 1 - 25 of 39) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DMediaQueryList.idl25 void addListener([Default=Undefined] optional MediaQueryListListener listener);
H A DMediaQueryList.cpp53 void MediaQueryList::addListener(PassRefPtr<MediaQueryListListener> listener) function in class:WebCore::MediaQueryList
58 m_matcher->addListener(listener, this);
H A DMediaQueryList.h47 void addListener(PassRefPtr<MediaQueryListListener>);
H A DMediaQueryMatcher.h47 void addListener(PassRefPtr<MediaQueryListListener>, PassRefPtr<MediaQueryList>);
H A DMediaQueryMatcher.cpp116 void MediaQueryMatcher::addListener(PassRefPtr<MediaQueryListListener> listener, PassRefPtr<MediaQueryList> query) function in class:WebCore::MediaQueryMatcher
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DWindowMessageBroadcaster.h42 static void addListener(HWND, WindowMessageListener*);
53 void addListener(WindowMessageListener*);
H A DWindowMessageBroadcaster.cpp44 void WindowMessageBroadcaster::addListener(HWND hwnd, WindowMessageListener* listener) function in class:WebCore::WindowMessageBroadcaster
52 broadcaster->addListener(listener);
75 void WindowMessageBroadcaster::addListener(WindowMessageListener* listener) function in class:WebCore::WindowMessageBroadcaster
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DBatteryClientBlackBerry.cpp39 BlackBerry::Platform::BatteryStatusHandler::instance()->addListener(this);
/macosx-10.9.5/WebCore-7537.78.1/Modules/battery/
H A DBatteryManager.cpp51 m_batteryController->addListener(this);
100 m_batteryController->addListener(this);
H A DBatteryController.h39 void addListener(BatteryManager*);
H A DBatteryController.cpp50 void BatteryController::addListener(BatteryManager* batteryManager) function in class:WebCore::BatteryController
/macosx-10.9.5/WebCore-7537.78.1/Modules/networkinfo/
H A DNetworkInfoConnection.cpp52 m_controller->addListener(this);
99 m_controller->addListener(this);
H A DNetworkInfoController.h50 void addListener(NetworkInfoConnection*);
H A DNetworkInfoController.cpp58 void NetworkInfoController::addListener(NetworkInfoConnection* networkInfoConnection) function in class:WebCore::NetworkInfoController
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dservnotf.h57 * EventListeners with addListener and remove them with removeListener.
87 virtual void addListener(const EventListener* l, UErrorCode& status);
H A Dservnotf.cpp39 ICUNotifier::addListener(const EventListener* l, UErrorCode& status) function in class:ICUNotifier
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DPageScriptDebugServer.h51 void addListener(ScriptDebugListener*, Page*);
H A DWorkerScriptDebugServer.h48 void addListener(ScriptDebugListener*);
H A DWorkerScriptDebugServer.cpp52 void WorkerScriptDebugServer::addListener(ScriptDebugListener* listener) function in class:WebCore::WorkerScriptDebugServer
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/
H A DAudioSession.h59 void addListener(AudioSessionListener*);
H A DAudioSession.cpp42 void AudioSession::addListener(AudioSessionListener* listener) function in class:WebCore::AudioSession
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DPageDebuggerAgent.cpp76 scriptDebugServer().addListener(this, m_pageAgent->page());
H A DWorkerDebuggerAgent.cpp114 scriptDebugServer().addListener(this);
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWIsochChannel.h102 virtual IOReturn addListener(IOFWIsochPort *listener);
H A DIOFWAsyncStreamReceiver.h86 /*! function addListener
90 bool addListener ( IOFWAsyncStreamListener *listener );

Completed in 88 milliseconds

12