HomeSort by relevance Sort by last modified time
    Searched refs:handleEvent (Results 51 - 75 of 149) sorted by null

1 23 4 5 6

  /external/webkit/WebCore/bindings/js/
JSCustomSQLTransactionErrorCallback.cpp 58 void JSCustomSQLTransactionErrorCallback::handleEvent(SQLError* error)
JSEventListener.h 62 virtual void handleEvent(ScriptExecutionContext*, Event*);
  /external/webkit/WebCore/bindings/v8/
V8WorkerContextEventListener.h 52 virtual void handleEvent(ScriptExecutionContext*, Event*);
V8AbstractEventListener.h 75 virtual void handleEvent(ScriptExecutionContext*, Event*);
  /external/webkit/WebCore/bindings/v8/custom/
V8CustomApplicationInstalledCallback.cpp 47 void V8CustomApplicationInstalledCallback::handleEvent(bool isInstalled)
V8CustomPositionCallback.cpp 46 void V8CustomPositionCallback::handleEvent(Geoposition* position)
V8CustomPositionErrorCallback.cpp 46 void V8CustomPositionErrorCallback::handleEvent(PositionError* error)
V8CustomSQLStatementCallback.cpp 55 void V8CustomSQLStatementCallback::handleEvent(SQLTransaction* transaction, SQLResultSet* resultSet, bool& raisedException)
V8CustomSQLStatementErrorCallback.cpp 55 bool V8CustomSQLStatementErrorCallback::handleEvent(SQLTransaction* transaction, SQLError* error)
V8CustomSQLTransactionCallback.cpp 55 void V8CustomSQLTransactionCallback::handleEvent(SQLTransaction* transaction, bool& raisedException)
V8CustomSQLTransactionErrorCallback.cpp 54 void V8CustomSQLTransactionErrorCallback::handleEvent(SQLError* error)
V8CustomVoidCallback.h 52 virtual void handleEvent();
V8CustomVoidCallback.cpp 50 void V8CustomVoidCallback::handleEvent()
75 v8::Local<v8::Value> handleEventFunction = callback->Get(v8::String::NewSymbol("handleEvent"));
  /external/webkit/WebCore/inspector/
InspectorDOMStorageResource.h 65 virtual void handleEvent(ScriptExecutionContext*, Event*);
InspectorDOMStorageResource.cpp 101 void InspectorDOMStorageResource::handleEvent(ScriptExecutionContext*, Event* event)
InspectorDOMAgent.h 114 virtual void handleEvent(ScriptExecutionContext*, Event* event);
  /external/webkit/WebKit/chromium/src/
NotificationPresenterImpl.cpp 62 m_callback->handleEvent();
WebPluginContainerImpl.h 72 virtual void handleEvent(WebCore::Event*);
  /external/webkit/WebCore/storage/
SQLStatement.cpp 175 callbackError = m_statementErrorCallback->handleEvent(transaction, m_error.get());
177 m_statementCallback->handleEvent(transaction, m_resultSet.get(), callbackError);
SQLTransaction.cpp 289 m_callback->handleEvent(this, shouldDeliverErrorCallback);
486 m_successCallback->handleEvent();
544 m_errorCallback->handleEvent(m_transactionError.get());
  /external/webkit/WebCore/page/
Geolocation.cpp 124 m_successCallback->handleEvent(position);
143 m_errorCallback->handleEvent(m_fatalError.get());
159 m_errorCallback->handleEvent(error.get());
476 notifier->m_errorCallback->handleEvent(error);
487 notifier->m_successCallback->handleEvent(position);
706 void Geolocation::handleEvent(ScriptExecutionContext*, Event* event)
  /development/samples/BrowserPlugin/jni/video/
VideoPlugin.cpp 106 int16 VideoPlugin::handleEvent(const ANPEvent* evt) {
  /external/webkit/WebCore/html/
HTMLPlugInElement.cpp 160 widget->handleEvent(event);
  /frameworks/base/tools/preload/
sorttable.js 394 element["on" + type] = handleEvent;
411 function handleEvent(event) {
419 this.$$handleEvent = handlers[i];
420 if (this.$$handleEvent(event) === false) {
  /packages/apps/Mms/src/com/android/mms/dom/events/
EventTargetImpl.java 88 // Invoke handleEvent of non-capturing listeners on this EventTarget.
97 listenerEntry.mListener.handleEvent(eventImpl);

Completed in 3698 milliseconds

1 23 4 5 6