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

/external/chromium_org/chrome/browser/media/
H A Dmedia_capture_devices_dispatcher.h37 class MediaCaptureDevicesDispatcher : public content::MediaObserver, class in inherits:content::MediaObserver,content::NotificationObserver
66 static MediaCaptureDevicesDispatcher* GetInstance();
145 friend struct DefaultSingletonTraits<MediaCaptureDevicesDispatcher>;
158 MediaCaptureDevicesDispatcher();
159 virtual ~MediaCaptureDevicesDispatcher();
245 DISALLOW_COPY_AND_ASSIGN(MediaCaptureDevicesDispatcher);
H A Dmedia_capture_devices_dispatcher.cc156 MediaCaptureDevicesDispatcher::PendingAccessRequest::PendingAccessRequest(
163 MediaCaptureDevicesDispatcher::PendingAccessRequest::~PendingAccessRequest() {}
165 MediaCaptureDevicesDispatcher* MediaCaptureDevicesDispatcher::GetInstance() {
166 return Singleton<MediaCaptureDevicesDispatcher>::get();
169 MediaCaptureDevicesDispatcher::MediaCaptureDevicesDispatcher() function in class:MediaCaptureDevicesDispatcher
174 // MediaCaptureDevicesDispatcher is a singleton. It should be created on
184 MediaCaptureDevicesDispatcher::~MediaCaptureDevicesDispatcher() {}
[all...]

Completed in 53 milliseconds