Home
last modified time | relevance | path

Searched refs:SetNotificationWindowId (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/media/capture/
Ddesktop_capture_device.cc62 void SetNotificationWindowId(gfx::NativeViewId window_id);
181 void DesktopCaptureDevice::Core::SetNotificationWindowId( in SetNotificationWindowId() function in content::DesktopCaptureDevice::Core
463 void DesktopCaptureDevice::SetNotificationWindowId( in SetNotificationWindowId() function in content::DesktopCaptureDevice
467 base::Bind(&Core::SetNotificationWindowId, base::Unretained(core_.get()), in SetNotificationWindowId()
Ddesktop_capture_device.h46 void SetNotificationWindowId(gfx::NativeViewId window_id);
/external/chromium_org/content/browser/renderer_host/media/
Dvideo_capture_manager.cc265 ->SetNotificationWindowId(notification_window_ids_[session_id]); in DoStartDeviceOnDeviceThread()
715 device->SetNotificationWindowId(window_id); in SetDesktopCaptureWindowIdOnDeviceThread()