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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaSource.cpp 32 #include "core/html/HTMLMediaSource.h"
36 URLRegistry* HTMLMediaSource::s_registry = 0;
38 void HTMLMediaSource::setRegistry(URLRegistry* registry)
HTMLMediaSource.h 46 class HTMLMediaSource : public URLRegistrable {
49 static HTMLMediaSource* lookup(const String& url) { return s_registry ? static_cast<HTMLMediaSource*>(s_registry->lookup(url)) : 0; }
HTMLMediaElement.h 61 class HTMLMediaSource;
500 RefPtr<HTMLMediaSource> m_mediaSource;
HTMLMediaElement.cpp 48 #include "core/html/HTMLMediaSource.h"
864 m_mediaSource = HTMLMediaSource::lookup(url.string());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSourceRegistry.cpp 77 HTMLMediaSource::setRegistry(this);
MediaSourceBase.h 36 #include "core/html/HTMLMediaSource.h"
52 class MediaSourceBase : public RefCounted<MediaSourceBase>, public HTMLMediaSource, public ActiveDOMObject, public EventTargetWithInlineData {
66 // HTMLMediaSource
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/media/
MediaPlayer.h 48 class HTMLMediaSource;
113 virtual void load(const String& url, PassRefPtr<HTMLMediaSource>) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
WebMediaPlayerClientImpl.h 50 class HTMLMediaSource;
97 virtual void load(const WTF::String& url, PassRefPtr<WebCore::HTMLMediaSource>) OVERRIDE;
219 RefPtr<WebCore::HTMLMediaSource> m_mediaSource;
WebMediaPlayerClientImpl.cpp 15 #include "core/html/HTMLMediaSource.h"
215 void WebMediaPlayerClientImpl::load(const String& url, PassRefPtr<WebCore::HTMLMediaSource> mediaSource)
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_html.target.darwin-arm.mk 131 third_party/WebKit/Source/core/html/HTMLMediaSource.cpp \
webcore_html.target.darwin-mips.mk 131 third_party/WebKit/Source/core/html/HTMLMediaSource.cpp \
webcore_html.target.darwin-x86.mk 131 third_party/WebKit/Source/core/html/HTMLMediaSource.cpp \
webcore_html.target.linux-arm.mk 131 third_party/WebKit/Source/core/html/HTMLMediaSource.cpp \
webcore_html.target.linux-mips.mk 131 third_party/WebKit/Source/core/html/HTMLMediaSource.cpp \
webcore_html.target.linux-x86.mk 131 third_party/WebKit/Source/core/html/HTMLMediaSource.cpp \

Completed in 264 milliseconds