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

  /external/chromium_org/chrome/browser/media/
desktop_streams_registry.h 14 // DesktopStreamsRegistry is used to store accepted desktop media streams for
17 class DesktopStreamsRegistry {
19 DesktopStreamsRegistry();
20 ~DesktopStreamsRegistry();
59 DISALLOW_COPY_AND_ASSIGN(DesktopStreamsRegistry);
desktop_streams_registry.cc 30 DesktopStreamsRegistry::DesktopStreamsRegistry() {}
31 DesktopStreamsRegistry::~DesktopStreamsRegistry() {}
33 std::string DesktopStreamsRegistry::RegisterStream(
51 base::Bind(&DesktopStreamsRegistry::CleanupStream,
58 content::DesktopMediaID DesktopStreamsRegistry::RequestMediaForStreamId(
83 void DesktopStreamsRegistry::CleanupStream(const std::string& id) {
88 DesktopStreamsRegistry::ApprovedDesktopMediaStream::ApprovedDesktopMediaStream()
media_capture_devices_dispatcher.h 22 class DesktopStreamsRegistry;
138 DesktopStreamsRegistry* GetDesktopStreamsRegistry();
230 scoped_ptr<DesktopStreamsRegistry> desktop_streams_registry_;
media_capture_devices_dispatcher.cc 810 DesktopStreamsRegistry*
813 desktop_streams_registry_.reset(new DesktopStreamsRegistry());
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/desktop_capture/
desktop_capture_api.cc 238 DesktopStreamsRegistry* registry =

Completed in 447 milliseconds