Searched defs:MediaCaptureDevicesDispatcher (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/media/
H A Dmedia_capture_devices_dispatcher.h36 class MediaCaptureDevicesDispatcher : public content::MediaObserver, class in inherits:content::MediaObserver,content::NotificationObserver
65 static MediaCaptureDevicesDispatcher* GetInstance();
158 friend struct DefaultSingletonTraits<MediaCaptureDevicesDispatcher>;
173 MediaCaptureDevicesDispatcher();
174 virtual ~MediaCaptureDevicesDispatcher();
256 DISALLOW_COPY_AND_ASSIGN(MediaCaptureDevicesDispatcher);
H A Dmedia_capture_devices_dispatcher.cc235 MediaCaptureDevicesDispatcher::PendingAccessRequest::PendingAccessRequest(
242 MediaCaptureDevicesDispatcher::PendingAccessRequest::~PendingAccessRequest() {}
244 MediaCaptureDevicesDispatcher* MediaCaptureDevicesDispatcher::GetInstance() {
245 return Singleton<MediaCaptureDevicesDispatcher>::get();
248 MediaCaptureDevicesDispatcher::MediaCaptureDevicesDispatcher() function in class:MediaCaptureDevicesDispatcher
251 // MediaCaptureDevicesDispatcher is a singleton. It should be created on
276 MediaCaptureDevicesDispatcher::~MediaCaptureDevicesDispatcher() {}
[all...]

Completed in 93 milliseconds