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

  /external/chromium_org/content/renderer/pepper/
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();
80 PepperMediaDeviceManager(RenderView* render_view);
96 DISALLOW_COPY_AND_ASSIGN(PepperMediaDeviceManager);
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),
41 PepperMediaDeviceManager::~PepperMediaDeviceManager()
    [all...]

Completed in 28 milliseconds