HomeSort by relevance Sort by last modified time
    Searched refs:handleEvent (Results 101 - 125 of 294) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CustomPositionCallback.cpp 49 void V8CustomPositionCallback::handleEvent(Geoposition* position)
V8CustomPositionErrorCallback.cpp 49 void V8CustomPositionErrorCallback::handleEvent(PositionError* error)
V8CustomSQLStatementErrorCallback.cpp 46 bool V8SQLStatementErrorCallback::handleEvent(SQLTransaction* transaction, SQLError* error)
V8CustomVoidCallback.h 53 virtual void handleEvent();
  /external/webkit/Source/WebCore/inspector/
InspectorDOMStorageResource.h 65 virtual void handleEvent(ScriptExecutionContext*, Event*);
InspectorDatabaseAgent.cpp 99 virtual bool handleEvent(SQLTransaction*, SQLResultSet* resultSet)
142 virtual bool handleEvent(SQLTransaction*, SQLError* error)
165 virtual bool handleEvent(SQLTransaction* transaction)
196 virtual bool handleEvent(SQLError* error)
218 virtual void handleEvent() { }
  /external/webkit/Source/WebCore/bindings/js/
JSErrorHandler.cpp 53 void JSErrorHandler::handleEvent(ScriptExecutionContext* scriptExecutionContext, Event* event)
56 return JSEventListener::handleEvent(scriptExecutionContext, event);
  /external/webkit/LayoutTests/dom/html/level2/events/
dispatchEvent13.js 101 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);
dispatchEvent11.js 81 The monitor should recieve only no handleEvent calls.
104 doc.addEventListener("foo", monitor.handleEvent, false);
105 doc.addEventListener("foo", monitor.handleEvent, false);
106 doc.removeEventListener("foo", monitor.handleEvent, false);
dispatchEvent10.js 81 recieve only one handleEvent call.
108 doc.addEventListener("foo", monitor.handleEvent, false);
109 doc.addEventListener("foo", monitor.handleEvent, false);
  /external/webkit/LayoutTests/dom/xhtml/level2/events/
dispatchEvent13.js 101 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);
dispatchEvent11.js 81 The monitor should recieve only no handleEvent calls.
104 doc.addEventListener("foo", monitor.handleEvent, false);
105 doc.addEventListener("foo", monitor.handleEvent, false);
106 doc.removeEventListener("foo", monitor.handleEvent, false);
dispatchEvent10.js 81 recieve only one handleEvent call.
108 doc.addEventListener("foo", monitor.handleEvent, false);
109 doc.addEventListener("foo", monitor.handleEvent, false);
  /device/samsung/tuna/libsensors/
SamsungSensorBase.cpp 49 bool SamsungSensorBase::handleEvent(input_event const * event) {
163 if (mEnabled && handleEvent(event)) {
  /external/webkit/Source/WebCore/fileapi/
DOMFileSystem.cpp 89 bool handleEvent(FileWriterBase* fileWriterBase)
91 return m_callback->handleEvent(static_cast<FileWriter*>(fileWriterBase));
  /frameworks/native/include/utils/
Looper.h 102 virtual int handleEvent(int fd, int events, void* data) = 0;
115 virtual int handleEvent(int fd, int events, void* data);
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/util/
TreeColumnResizer.java 52 public void handleEvent(Event e) {
88 public void handleEvent(Event e) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
ButtonPropertyEditorPresentationImpl.java 103 public void handleEvent(Event e) {
110 public void handleEvent(Event event) {
118 public void handleEvent(Event event) {
125 public void handleEvent(Event event) {
  /external/guava/guava/src/com/google/common/eventbus/
EventHandler.java 66 public void handleEvent(Object event) throws InvocationTargetException {
  /external/webkit/Source/WebCore/bindings/gobject/
GObjectEventListener.cpp 66 void GObjectEventListener::handleEvent(ScriptExecutionContext*, Event* event)
GObjectEventListener.h 67 virtual void handleEvent(ScriptExecutionContext*, Event*);
  /external/webkit/Source/WebCore/bindings/v8/
V8AbstractEventListener.h 75 virtual void handleEvent(ScriptExecutionContext*, Event*);
  /external/webkit/Source/WebKit/chromium/src/
NotificationPresenterImpl.cpp 62 m_callback->handleEvent();
StorageInfoChromium.cpp 57 errorCallback->handleEvent(DOMCoreException::create(description).get());
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CCombo3.java 94 public void handleEvent(Event event) {
120 public void handleEvent(Event event) {
133 public void handleEvent(Event event) {
150 public void handleEvent(final Event event) {
226 public void handleEvent(Event event) {
240 public void handleEvent(Event event) {

Completed in 605 milliseconds

1 2 3 45 6 7 8 91011>>