HomeSort by relevance Sort by last modified time
    Searched full:handleevent (Results 51 - 75 of 356) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
MetadataCallback.idl 32 void handleEvent(Metadata metadata);
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
PositionCallback.h 36 virtual void handleEvent(Geoposition*) = 0;
PositionCallback.idl 26 void handleEvent(Geoposition position);
PositionErrorCallback.h 36 virtual void handleEvent(PositionError*) = 0;
PositionErrorCallback.idl 26 void handleEvent(PositionError error);
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaDeviceInfoCallback.h 36 virtual void handleEvent(const MediaDeviceInfoVector&) = 0;
MediaDeviceInfoCallback.idl 27 void handleEvent(sequence<MediaDeviceInfo> devices);
MediaStreamTrackSourcesCallback.h 37 virtual void handleEvent(const SourceInfoVector&) = 0;
MediaStreamTrackSourcesCallback.idl 27 void handleEvent(sequence<SourceInfo> sources);
NavigatorUserMediaErrorCallback.h 35 virtual void handleEvent(NavigatorUserMediaError*) = 0;
NavigatorUserMediaErrorCallback.idl 26 void handleEvent(NavigatorUserMediaError error);
NavigatorUserMediaSuccessCallback.h 35 virtual void handleEvent(MediaStream*) = 0;
NavigatorUserMediaSuccessCallback.idl 26 void handleEvent(MediaStream stream);
RTCErrorCallback.idl 32 void handleEvent(DOMString errorInformation);
RTCSessionDescriptionCallback.idl 32 void handleEvent(RTCSessionDescription sdp);
RTCStatsCallback.h 35 virtual void handleEvent(RTCStatsResponse*) = 0;
RTCStatsCallback.idl 26 void handleEvent(RTCStatsResponse response);
UserMediaRequest.cpp 152 m_successCallback->handleEvent(stream.get());
161 m_errorCallback->handleEvent(error.get());
171 m_errorCallback->handleEvent(error.get());
181 m_errorCallback->handleEvent(error.get());
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationPermissionCallback.h 36 virtual void handleEvent(const String& permission) = 0;
NotificationPermissionCallback.idl 27 void handleEvent(DOMString permission);
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
StorageErrorCallback.idl 32 void handleEvent(DOMError error);
StorageQuotaCallback.h 39 virtual void handleEvent(unsigned long long grantedQuotaInBytes) = 0;
StorageQuotaCallback.idl 32 void handleEvent(unsigned long long grantedQuotaInBytes);
StorageUsageCallback.idl 32 void handleEvent(unsigned long long currentUsageInBytes, unsigned long long currentQuotaInBytes);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBufferCallback.h 37 virtual void handleEvent(AudioBuffer*) = 0;

Completed in 363 milliseconds

1 23 4 5 6 7 8 91011>>