Home
last modified time | relevance | path

Searched defs:handleEvent (Results 1 – 25 of 60) sorted by relevance

123

/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dcontext_menu_button.js56 handleEvent: function(e) { method in ContextMenuButton
69 MenuButton.prototype.handleEvent.call(this, e); method in MenuButton
Dmenu_button.js60 handleEvent: function(e) { method in MenuButton
Dmenu_item.js118 handleEvent: function(e) { method in MenuItem
/external/webkit/LayoutTests/dom/xhtml/level2/events/
DdispatchEvent13.js101 EventListenerN1003B.prototype.handleEvent = function(evt) { method in EventListenerN1003B
144 EventListenerN10074.prototype.handleEvent = function(evt) { method in EventListenerN10074
DdispatchEvent12.js99 EventListenerN10035.prototype.handleEvent = function(evt) { method in EventListenerN10035
/external/webkit/LayoutTests/dom/html/level2/events/
DdispatchEvent13.js101 EventListenerN1003B.prototype.handleEvent = function(evt) { method in EventListenerN1003B
144 EventListenerN10074.prototype.handleEvent = function(evt) { method in EventListenerN10074
DdispatchEvent12.js99 EventListenerN10035.prototype.handleEvent = function(evt) { method in EventListenerN10035
/external/webkit/Source/WebCore/fileapi/
DSyncCallbackHelper.h99 virtual void handleEvent() in handleEvent() function
104 virtual bool handleEvent(CallbackArg* arg) in handleEvent() function
125 virtual bool handleEvent(FileError* error) in handleEvent() function
/external/webkit/Source/WebCore/bindings/cpp/
DWebDOMCustomVoidCallback.cpp40 void WebDOMCustomVoidCallback::handleEvent() in handleEvent() function in WebDOMCustomVoidCallback
DWebDOMEventListenerCustom.cpp27 void WebDOMEventListener::handleEvent(const WebDOMEvent& evt) in handleEvent() function in WebDOMEventListener
DWebNativeEventListener.cpp38 void WebNativeEventListener::handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event* event) in handleEvent() function in WebNativeEventListener
/external/guava/guava/src/com/google/common/eventbus/
DSynchronizedEventHandler.java43 @Override public synchronized void handleEvent(Object event) in handleEvent() method in SynchronizedEventHandler
DEventHandler.java66 public void handleEvent(Object event) throws InvocationTargetException { in handleEvent() method in EventHandler
/external/webkit/Source/WebCore/bindings/js/
DJSCustomVoidCallback.cpp60 void JSCustomVoidCallback::handleEvent() in handleEvent() function in WebCore::JSCustomVoidCallback
DJSCustomPositionErrorCallback.cpp46 void JSCustomPositionErrorCallback::handleEvent(PositionError* positionError) in handleEvent() function in WebCore::JSCustomPositionErrorCallback
DJSCustomApplicationInstalledCallback.cpp43 void JSCustomApplicationInstalledCallback::handleEvent(bool isInstalled) in handleEvent() function in WebCore::JSCustomApplicationInstalledCallback
DJSCustomSQLStatementErrorCallback.cpp43 bool JSSQLStatementErrorCallback::handleEvent(SQLTransaction* transaction, SQLError* error) in handleEvent() function in WebCore::JSSQLStatementErrorCallback
DJSCustomPositionCallback.cpp46 void JSCustomPositionCallback::handleEvent(Geoposition* geoposition) in handleEvent() function in WebCore::JSCustomPositionCallback
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8CustomSQLStatementErrorCallback.cpp46 bool V8SQLStatementErrorCallback::handleEvent(SQLTransaction* transaction, SQLError* error) in handleEvent() function in WebCore::V8SQLStatementErrorCallback
DV8CustomApplicationInstalledCallback.cpp47 void V8CustomApplicationInstalledCallback::handleEvent(bool isInstalled) in handleEvent() function in WebCore::V8CustomApplicationInstalledCallback
DV8CustomPositionCallback.cpp49 void V8CustomPositionCallback::handleEvent(Geoposition* position) in handleEvent() function in WebCore::V8CustomPositionCallback
DV8CustomPositionErrorCallback.cpp49 void V8CustomPositionErrorCallback::handleEvent(PositionError* error) in handleEvent() function in WebCore::V8CustomPositionErrorCallback
/external/webkit/Source/WebKit/chromium/src/
DEventListenerWrapper.cpp61 void EventListenerWrapper::handleEvent(ScriptExecutionContext* context, Event* event) in handleEvent() function in WebKit::EventListenerWrapper
/external/webkit/Source/WebCore/inspector/
DInspectorDatabaseAgent.cpp99 virtual bool handleEvent(SQLTransaction*, SQLResultSet* resultSet) in handleEvent() function in WebCore::__anonc326ac740111::StatementCallback
142 virtual bool handleEvent(SQLTransaction*, SQLError* error) in handleEvent() function in WebCore::__anonc326ac740111::StatementErrorCallback
165 virtual bool handleEvent(SQLTransaction* transaction) in handleEvent() function in WebCore::__anonc326ac740111::TransactionCallback
196 virtual bool handleEvent(SQLError* error) in handleEvent() function in WebCore::__anonc326ac740111::TransactionErrorCallback
218 virtual void handleEvent() { } in handleEvent() function in WebCore::__anonc326ac740111::TransactionSuccessCallback
/external/webkit/Source/WebCore/bindings/gobject/
DGObjectEventListener.cpp66 void GObjectEventListener::handleEvent(ScriptExecutionContext*, Event* event) in handleEvent() function in WebCore::GObjectEventListener

123