OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DesktopStreamsRegistry
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/media/
desktop_streams_registry.cc
30
DesktopStreamsRegistry
::
DesktopStreamsRegistry
() {}
31
DesktopStreamsRegistry
::~
DesktopStreamsRegistry
() {}
33
std::string
DesktopStreamsRegistry
::RegisterStream(
49
base::Bind(&
DesktopStreamsRegistry
::CleanupStream,
56
content::DesktopMediaID
DesktopStreamsRegistry
::RequestMediaForStreamId(
79
void
DesktopStreamsRegistry
::CleanupStream(const std::string& id) {
desktop_streams_registry.h
14
//
DesktopStreamsRegistry
is used to store accepted desktop media streams for
17
class
DesktopStreamsRegistry
{
19
DesktopStreamsRegistry
();
20
~
DesktopStreamsRegistry
();
54
DISALLOW_COPY_AND_ASSIGN(
DesktopStreamsRegistry
);
Completed in 258 milliseconds