Home
last modified time | relevance | path

Searched defs:removeListener (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
DWindowMessageBroadcaster.cpp55 void WindowMessageBroadcaster::removeListener(HWND hwnd, WindowMessageListener* listener) in removeListener() function in WebCore::WindowMessageBroadcaster
86 void WindowMessageBroadcaster::removeListener(WindowMessageListener* listener) in removeListener() function in WebCore::WindowMessageBroadcaster
/external/webkit/Source/WebCore/bindings/js/
DWorkerScriptDebugServer.cpp49 void WorkerScriptDebugServer::removeListener(ScriptDebugListener*, WorkerContext*) in removeListener() function in WebCore::WorkerScriptDebugServer
DPageScriptDebugServer.cpp95 void PageScriptDebugServer::removeListener(ScriptDebugListener* listener, Page* page) in removeListener() function in WebCore::PageScriptDebugServer
/external/webkit/Source/WebCore/css/
DMediaQueryList.cpp61 void MediaQueryList::removeListener(PassRefPtr<MediaQueryListListener> listener) in removeListener() function in WebCore::MediaQueryList
DMediaQueryMatcher.cpp126 void MediaQueryMatcher::removeListener(MediaQueryListListener* listener, MediaQueryList* query) in removeListener() function in WebCore::MediaQueryMatcher
/external/webkit/Source/WebCore/dom/
DDeviceMotionController.cpp80 void DeviceMotionController::removeListener(DOMWindow* window) in removeListener() function in WebCore::DeviceMotionController
DDeviceOrientationController.cpp82 void DeviceOrientationController::removeListener(DOMWindow* window) in removeListener() function in WebCore::DeviceOrientationController
/external/icu4c/common/
Dservnotf.cpp72 ICUNotifier::removeListener(const EventListener *l, UErrorCode& status) in removeListener() function in ICUNotifier
/external/webkit/Source/WebCore/bindings/v8/
DWorkerScriptDebugServer.cpp104 void WorkerScriptDebugServer::removeListener(ScriptDebugListener* listener, WorkerContext* workerCo… in removeListener() function in WebCore::WorkerScriptDebugServer
DPageScriptDebugServer.cpp113 void PageScriptDebugServer::removeListener(ScriptDebugListener* listener, Page* page) in removeListener() function in WebCore::PageScriptDebugServer
/external/junit/src/junit/framework/
DTestResult.java58 public synchronized void removeListener(TestListener listener) { in removeListener() method in TestResult
/external/chromium/chrome/browser/resources/shared/js/cr/
Dpromise.js86 removeListener: function(fun) { method in Promise
/external/chromium/chrome/browser/resources/sync_internals/
Dchrome_sync.js21 Event.prototype.removeListener = function(listener) { method in Event
/external/srec/shared/include/
DESR_SessionType.h406 …ESR_ReturnCode(*removeListener)(struct ESR_SessionType_t* self, ESR_SessionTypeListenerPair* liste… member
/external/webkit/Source/WebCore/inspector/front-end/
DExtensionAPI.js58 removeListener: function(callback) method in EventSinkImpl
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js1874 removeListener: function(type, fn){ method
Dconcat-jquery-mootools-prototype.js6250 removeListener: function(type, fn){ method
/external/chromium/chrome/common/extensions/api/
Dextension_api.json21 "removeListener": {"type": "function"}, object