Home
last modified time | relevance | path

Searched refs:HTMLMediaSource (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMediaSource.h47 class HTMLMediaSource : public URLRegistrable, public WillBeGarbageCollectedMixin {
50 …static HTMLMediaSource* lookup(const String& url) { return s_registry ? static_cast<HTMLMediaSourc… in lookup()
DHTMLMediaSource.cpp36 URLRegistry* HTMLMediaSource::s_registry = 0;
38 void HTMLMediaSource::setRegistry(URLRegistry* registry) in setRegistry()
DHTMLMediaElement.h63 class HTMLMediaSource; variable
540 RefPtrWillBeMember<HTMLMediaSource> m_mediaSource;
DHTMLMediaElement.cpp974 m_mediaSource = HTMLMediaSource::lookup(url.string()); in loadResource()
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
DMediaSourceRegistry.cpp77 HTMLMediaSource::setRegistry(this); in MediaSourceRegistry()
DMediaSource.h52 , public HTMLMediaSource
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_html.target.linux-mips64.mk80 third_party/WebKit/Source/core/html/HTMLMediaSource.cpp \
Dwebcore_html.target.linux-arm.mk80 third_party/WebKit/Source/core/html/HTMLMediaSource.cpp \
Dwebcore_html.target.linux-x86.mk80 third_party/WebKit/Source/core/html/HTMLMediaSource.cpp \
Dwebcore_html.target.darwin-x86_64.mk80 third_party/WebKit/Source/core/html/HTMLMediaSource.cpp \
Dwebcore_html.target.darwin-x86.mk80 third_party/WebKit/Source/core/html/HTMLMediaSource.cpp \
Dwebcore_html.target.linux-mips.mk80 third_party/WebKit/Source/core/html/HTMLMediaSource.cpp \
Dwebcore_html.target.linux-x86_64.mk80 third_party/WebKit/Source/core/html/HTMLMediaSource.cpp \
Dwebcore_html.target.darwin-arm.mk80 third_party/WebKit/Source/core/html/HTMLMediaSource.cpp \
Dwebcore_html.target.darwin-mips.mk80 third_party/WebKit/Source/core/html/HTMLMediaSource.cpp \
Dwebcore_html.target.darwin-arm64.mk80 third_party/WebKit/Source/core/html/HTMLMediaSource.cpp \
Dwebcore_html.target.linux-arm64.mk80 third_party/WebKit/Source/core/html/HTMLMediaSource.cpp \
Dwebcore_html.target.darwin-mips64.mk80 third_party/WebKit/Source/core/html/HTMLMediaSource.cpp \
Dcore.gypi2456 'html/HTMLMediaSource.cpp',
2457 'html/HTMLMediaSource.h',