OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MediaStreamImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/media/
media_stream_impl.h
37
//
MediaStreamImpl
is a delegate for the Media Stream API messages used by
42
//
MediaStreamImpl
have weak pointers to a MediaStreamDispatcher.
43
class CONTENT_EXPORT
MediaStreamImpl
48
public base::SupportsWeakPtr<
MediaStreamImpl
>,
51
MediaStreamImpl
(
55
virtual ~
MediaStreamImpl
();
211
DISALLOW_COPY_AND_ASSIGN(
MediaStreamImpl
);
media_stream_impl.cc
89
MediaStreamImpl
::
MediaStreamImpl
(
98
MediaStreamImpl
::~
MediaStreamImpl
() {
101
void
MediaStreamImpl
::requestUserMedia(
151
DVLOG(1) << "
MediaStreamImpl
::requestUserMedia(" << request_id << ", [ "
188
void
MediaStreamImpl
::cancelUserMediaRequest(
200
blink::WebMediaStream
MediaStreamImpl
::GetMediaStream(
205
bool
MediaStreamImpl
::IsMediaStream(const GURL& url) {
218
MediaStreamImpl
::GetVideoFrameProvider
[
all
...]
Completed in 680 milliseconds