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

/external/chromium_org/chrome/browser/media/
H A Ddesktop_streams_registry.h14 // DesktopStreamsRegistry is used to store accepted desktop media streams for
17 class DesktopStreamsRegistry { class
19 DesktopStreamsRegistry();
20 ~DesktopStreamsRegistry();
61 DISALLOW_COPY_AND_ASSIGN(DesktopStreamsRegistry);
H A Ddesktop_streams_registry.cc30 DesktopStreamsRegistry::DesktopStreamsRegistry() {} function in class:DesktopStreamsRegistry
31 DesktopStreamsRegistry::~DesktopStreamsRegistry() {}
33 std::string DesktopStreamsRegistry::RegisterStream(
52 base::Bind(&DesktopStreamsRegistry::CleanupStream,
59 content::DesktopMediaID DesktopStreamsRegistry::RequestMediaForStreamId(
84 void DesktopStreamsRegistry::CleanupStream(const std::string& id) {
89 DesktopStreamsRegistry::ApprovedDesktopMediaStream::ApprovedDesktopMediaStream()

Completed in 457 milliseconds