Searched defs:handleEvent (Results 1 - 25 of 71) sorted by relevance

123

/external/webkit/Source/WebCore/bindings/cpp/
H A DWebDOMEventListenerCustom.cpp27 void WebDOMEventListener::handleEvent(const WebDOMEvent& evt) function in class:WebDOMEventListener
32 impl()->handleEvent(0, toWebCore(evt));
H A DWebDOMCustomVoidCallback.cpp40 void WebDOMCustomVoidCallback::handleEvent() function in class:WebDOMCustomVoidCallback
H A DWebNativeEventListener.cpp38 void WebNativeEventListener::handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event* event) function in class:WebNativeEventListener
40 m_listener->handleEvent(toWebKit(event));
/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
H A Dcontent.js22 function handleEvent(event, type, validator) { function
41 handleEvent(event, type, validator);
/external/webkit/LayoutTests/dom/html/level2/events/
H A DdispatchEvent13.js101 EventListenerN1003B.prototype.handleEvent = function(evt) {
114 target.removeEventListener("foo", listener.handleEvent, false);
144 EventListenerN10074.prototype.handleEvent = function(evt) {
157 target.removeEventListener("foo", listener.handleEvent, false);
195 doc.addEventListener("foo", listener1.handleEvent, false);
196 doc.addEventListener("foo", listener2.handleEvent, false);
H A DdispatchEvent12.js99 EventListenerN10035.prototype.handleEvent = function(evt) {
109 The monitor should recieve handleEvent calls.
134 doc.addEventListener("foo", monitor.handleEvent, false);
135 doc.removeEventListener("foo", monitor.handleEvent, true);
136 doc.removeEventListener("food", monitor.handleEvent, false);
137 doc.removeEventListener("foo", other.handleEvent, false);
/external/webkit/LayoutTests/dom/xhtml/level2/events/
H A DdispatchEvent13.js101 EventListenerN1003B.prototype.handleEvent = function(evt) {
114 target.removeEventListener("foo", listener.handleEvent, false);
144 EventListenerN10074.prototype.handleEvent = function(evt) {
157 target.removeEventListener("foo", listener.handleEvent, false);
195 doc.addEventListener("foo", listener1.handleEvent, false);
196 doc.addEventListener("foo", listener2.handleEvent, false);
H A DdispatchEvent12.js99 EventListenerN10035.prototype.handleEvent = function(evt) {
109 The monitor should recieve handleEvent calls.
134 doc.addEventListener("foo", monitor.handleEvent, false);
135 doc.removeEventListener("foo", monitor.handleEvent, true);
136 doc.removeEventListener("food", monitor.handleEvent, false);
137 doc.removeEventListener("foo", other.handleEvent, false);
/external/guava/guava/src/com/google/common/eventbus/
H A DSynchronizedEventHandler.java43 @Override public synchronized void handleEvent(Object event) method in class:SynchronizedEventHandler
45 super.handleEvent(event);
H A DEventHandler.java66 public void handleEvent(Object event) throws InvocationTargetException { method in class:EventHandler
/external/webkit/Source/WebCore/bindings/js/
H A DJSCustomApplicationInstalledCallback.cpp43 void JSCustomApplicationInstalledCallback::handleEvent(bool isInstalled) function in class:WebCore::JSCustomApplicationInstalledCallback
H A DJSCustomPositionCallback.cpp46 void JSCustomPositionCallback::handleEvent(Geoposition* geoposition) function in class:WebCore::JSCustomPositionCallback
H A DJSCustomPositionErrorCallback.cpp46 void JSCustomPositionErrorCallback::handleEvent(PositionError* positionError) function in class:WebCore::JSCustomPositionErrorCallback
H A DJSCustomSQLStatementErrorCallback.cpp43 bool JSSQLStatementErrorCallback::handleEvent(SQLTransaction* transaction, SQLError* error) function in class:WebCore::JSSQLStatementErrorCallback
H A DJSCustomVoidCallback.cpp60 void JSCustomVoidCallback::handleEvent() function in class:WebCore::JSCustomVoidCallback
H A DJSErrorHandler.cpp53 void JSErrorHandler::handleEvent(ScriptExecutionContext* scriptExecutionContext, Event* event) function in class:WebCore::JSErrorHandler
56 return JSEventListener::handleEvent(scriptExecutionContext, event);
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8CustomSQLStatementErrorCallback.cpp46 bool V8SQLStatementErrorCallback::handleEvent(SQLTransaction* transaction, SQLError* error) function in class:WebCore::V8SQLStatementErrorCallback
H A DV8CustomApplicationInstalledCallback.cpp47 void V8CustomApplicationInstalledCallback::handleEvent(bool isInstalled) function in class:WebCore::V8CustomApplicationInstalledCallback
H A DV8CustomPositionCallback.cpp49 void V8CustomPositionCallback::handleEvent(Geoposition* position) function in class:WebCore::V8CustomPositionCallback
H A DV8CustomPositionErrorCallback.cpp49 void V8CustomPositionErrorCallback::handleEvent(PositionError* error) function in class:WebCore::V8CustomPositionErrorCallback
H A DV8CustomVoidCallback.cpp52 void V8CustomVoidCallback::handleEvent() function in class:WebCore::V8CustomVoidCallback
75 v8::Local<v8::Value> handleEventFunction = callback->Get(v8::String::NewSymbol("handleEvent"));
/external/webkit/Source/WebKit/chromium/src/
H A DEventListenerWrapper.cpp61 void EventListenerWrapper::handleEvent(ScriptExecutionContext* context, Event* event) function in class:WebKit::EventListenerWrapper
66 m_webDOMEventListener->handleEvent(webDOMEvent);
/external/webkit/Source/WebCore/bindings/gobject/
H A DGObjectEventListener.cpp66 void GObjectEventListener::handleEvent(ScriptExecutionContext*, Event* event) function in class:WebCore::GObjectEventListener
/external/webkit/Source/WebCore/bindings/v8/
H A DV8WorkerContextEventListener.cpp57 void V8WorkerContextEventListener::handleEvent(ScriptExecutionContext* context, Event* event) function in class:WebCore::V8WorkerContextEventListener
/external/webkit/Source/WebCore/inspector/
H A DInspectorDOMStorageResource.cpp100 void InspectorDOMStorageResource::handleEvent(ScriptExecutionContext*, Event* event) function in class:WebCore::InspectorDOMStorageResource

Completed in 336 milliseconds

123