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

1 2 3 4 5 6

  /external/webkit/WebCore/html/
VoidCallback.idl 28 void handleEvent();
VoidCallback.h 37 virtual void handleEvent() = 0;
  /packages/apps/Mms/src/org/w3c/dom/events/
EventListener.java 39 public void handleEvent(Event evt);
  /external/webkit/WebCore/dom/
EventListener.idl 30 void handleEvent(in Event evt);
  /development/samples/BrowserPlugin/jni/video/
VideoPlugin.h 35 virtual int16 handleEvent(const ANPEvent* evt);
  /external/webkit/WebCore/page/
ApplicationInstalledCallback.h 38 virtual void handleEvent(bool isInstalled) = 0;
PositionCallback.h 39 virtual void handleEvent(Geoposition*) = 0;
PositionErrorCallback.h 39 virtual void handleEvent(PositionError*) = 0;
  /external/webkit/WebCore/storage/
SQLStatementCallback.h 43 virtual void handleEvent(SQLTransaction*, SQLResultSet*, bool& raisedException) = 0;
SQLStatementErrorCallback.h 44 virtual bool handleEvent(SQLTransaction*, SQLError*) = 0;
SQLTransactionCallback.h 44 virtual void handleEvent(SQLTransaction*, bool& raisedException) = 0;
SQLTransactionErrorCallback.h 43 virtual void handleEvent(SQLError*) = 0;
  /external/webkit/WebKit/chromium/src/
EventListenerWrapper.h 52 virtual void handleEvent(ScriptExecutionContext*, Event*);
EventListenerWrapper.cpp 59 void EventListenerWrapper::handleEvent(ScriptExecutionContext* context, Event* event)
64 m_webEventListener->handleEvent(webEvent);
  /frameworks/base/tests/BrowserTestPlugin/jni/event/
EventPlugin.h 35 virtual int16 handleEvent(const ANPEvent* evt);
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.h 36 virtual int16 handleEvent(const ANPEvent* evt);
  /external/webkit/WebCore/bindings/js/
JSCustomPositionCallback.h 48 virtual void handleEvent(Geoposition*);
JSCustomPositionErrorCallback.h 46 virtual void handleEvent(PositionError*);
JSCustomApplicationInstalledCallback.h 44 virtual void handleEvent(bool isInstalled);
JSCustomSQLStatementCallback.h 51 virtual void handleEvent(SQLTransaction*, SQLResultSet*, bool& raisedException);
JSCustomSQLStatementErrorCallback.h 53 virtual bool handleEvent(SQLTransaction*, SQLError*);
JSCustomSQLTransactionCallback.h 56 virtual void handleEvent(SQLTransaction*, bool& raisedException);
JSCustomSQLTransactionErrorCallback.h 53 virtual void handleEvent(SQLError*);
  /frameworks/base/tests/BrowserTestPlugin/jni/
PluginObject.h 68 virtual int16 handleEvent(const ANPEvent* evt) = 0;
  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.h 35 virtual int16 handleEvent(const ANPEvent* evt);

Completed in 268 milliseconds

1 2 3 4 5 6