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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/third_party/WebKit/Source/core/dom/
RequestAnimationFrameCallback.idl 34 boolean handleEvent(double highResTime);
EventListener.idl 22 void handleEvent(Event event);
StringCallback.idl 32 boolean handleEvent(DOMString data);
  /external/chromium_org/third_party/WebKit/Source/core/html/
VoidCallback.idl 27 boolean handleEvent();
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseCallback.idl 30 boolean handleEvent(Database database);
31 boolean handleEvent(DatabaseSync database);
SQLTransactionCallback.idl 30 boolean handleEvent(SQLTransaction transaction);
SQLTransactionErrorCallback.idl 30 boolean handleEvent(SQLError error);
SQLTransactionSyncCallback.idl 32 boolean handleEvent(SQLTransactionSync transaction);
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
EntriesCallback.idl 32 boolean handleEvent(Entry[] entries);
EntryCallback.idl 32 boolean handleEvent(Entry entry);
ErrorCallback.idl 32 boolean handleEvent(FileError error);
FileCallback.idl 32 boolean handleEvent(File file);
FileSystemCallback.idl 32 boolean handleEvent(DOMFileSystem fileSystem);
FileWriterCallback.idl 32 boolean handleEvent(FileWriter fileWriter);
MetadataCallback.idl 32 boolean handleEvent(Metadata metadata);
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
PositionCallback.idl 26 boolean handleEvent(Geoposition position);
PositionErrorCallback.idl 26 boolean handleEvent(PositionError error);
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
NavigatorUserMediaErrorCallback.idl 26 boolean handleEvent(NavigatorUserMediaError error);
NavigatorUserMediaSuccessCallback.idl 26 boolean handleEvent(MediaStream stream);
RTCErrorCallback.idl 32 boolean handleEvent(DOMString errorInformation);
RTCSessionDescriptionCallback.idl 32 boolean handleEvent(RTCSessionDescription sdp);
RTCStatsCallback.idl 26 boolean handleEvent(RTCStatsResponse response);
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
StorageErrorCallback.idl 32 boolean handleEvent(DOMError error);
StorageQuotaCallback.idl 32 boolean handleEvent(unsigned long long grantedQuotaInBytes);
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIErrorCallback.idl 32 boolean handleEvent(DOMError error);

Completed in 661 milliseconds

1 2 3 4 5 6 7 8 910