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

  /external/chromium_org/content/renderer/pepper/
pepper_media_device_manager.cc 20 data.type = PepperMediaDeviceManager::FromMediaStreamType(info.device.type);
26 PepperMediaDeviceManager* PepperMediaDeviceManager::GetForRenderView(
28 PepperMediaDeviceManager* handler =
29 PepperMediaDeviceManager::Get(render_view);
31 handler = new PepperMediaDeviceManager(render_view);
35 PepperMediaDeviceManager::PepperMediaDeviceManager(RenderView* render_view)
37 RenderViewObserverTracker<PepperMediaDeviceManager>(render_view),
40 PepperMediaDeviceManager::~PepperMediaDeviceManager()
    [all...]
pepper_media_device_manager.h 19 class PepperMediaDeviceManager
23 public RenderViewObserverTracker<PepperMediaDeviceManager>,
24 public base::SupportsWeakPtr<PepperMediaDeviceManager> {
26 static PepperMediaDeviceManager* GetForRenderView(RenderView* render_view);
27 virtual ~PepperMediaDeviceManager();
81 PepperMediaDeviceManager(RenderView* render_view);
97 DISALLOW_COPY_AND_ASSIGN(PepperMediaDeviceManager);
pepper_platform_video_capture.h 23 class PepperMediaDeviceManager;
49 PepperMediaDeviceManager* GetMediaDeviceManager();
pepper_platform_audio_input.h 31 class PepperMediaDeviceManager;
96 PepperMediaDeviceManager* GetMediaDeviceManager();
pepper_platform_video_capture.cc 147 PepperMediaDeviceManager* PepperPlatformVideoCapture::GetMediaDeviceManager() {
148 return PepperMediaDeviceManager::GetForRenderView(render_view_.get());
pepper_platform_audio_input.cc 277 PepperMediaDeviceManager* PepperPlatformAudioInput::GetMediaDeviceManager() {
278 return PepperMediaDeviceManager::GetForRenderView(render_view_.get());
pepper_audio_input_host.cc 49 PepperMediaDeviceManager::GetForRenderView(
pepper_video_capture_host.cc 45 PepperMediaDeviceManager::GetForRenderView(

Completed in 566 milliseconds