HomeSort by relevance Sort by last modified time
    Searched refs:OnEnumerateDevices (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/browser/renderer_host/media/
media_stream_dispatcher_host.h 61 void OnEnumerateDevices(int render_view_id,
video_capture_manager.h 89 void OnEnumerateDevices(MediaStreamType stream_type);
160 // (e.g. called by OnEnumerateDevices) and then look up the requested ID when
media_stream_dispatcher_host.cc 119 OnEnumerateDevices)
197 void MediaStreamDispatcherHost::OnEnumerateDevices(
202 DVLOG(1) << "MediaStreamDispatcherHost::OnEnumerateDevices("
video_capture_manager.cc 81 base::Bind(&VideoCaptureManager::OnEnumerateDevices, this, stream_type));
133 void VideoCaptureManager::OnEnumerateDevices(MediaStreamType stream_type) {
  /external/chromium_org/content/renderer/pepper/
pepper_device_enumeration_host_helper.h 79 int32_t OnEnumerateDevices(ppapi::host::HostMessageContext* context);
pepper_device_enumeration_host_helper.cc 119 PpapiHostMsg_DeviceEnumeration_EnumerateDevices, OnEnumerateDevices)
132 int32_t PepperDeviceEnumerationHostHelper::OnEnumerateDevices(

Completed in 1319 milliseconds