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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaSource.h46 class HTMLMediaSource : public URLRegistrable { class in namespace:WebCore
49 static HTMLMediaSource* lookup(const String& url) { return s_registry ? static_cast<HTMLMediaSource*>(s_registry->lookup(url)) : 0; }

Completed in 70 milliseconds