Home
last modified time | relevance | path

Searched refs:URLRegistry (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DURLRegistry.h40 class URLRegistry; variable
45 virtual URLRegistry& registry() const = 0;
48 class URLRegistry {
51 virtual ~URLRegistry() { } in ~URLRegistry()
DHTMLMediaSource.h49 static void setRegistry(URLRegistry*);
76 virtual URLRegistry& registry() const OVERRIDE { return *s_registry; } in registry()
79 static URLRegistry* s_registry;
DHTMLMediaSource.cpp36 URLRegistry* HTMLMediaSource::s_registry = 0;
38 void HTMLMediaSource::setRegistry(URLRegistry* registry) in setRegistry()
DPublicURLManager.h40 class URLRegistry; variable
62 typedef HashMap<URLRegistry*, URLMap> RegistryURLMap;
DHTMLMediaElement.h66 class URLRegistry; variable
83 static void setMediaStreamRegistry(URLRegistry*);
608 static URLRegistry* s_mediaStreamRegistry;
DPublicURLManager.cpp77 URLRegistry* registry = i->key; in revoke()
DHTMLMediaElement.cpp294 URLRegistry* HTMLMediaElement::s_mediaStreamRegistry = 0;
296 void HTMLMediaElement::setMediaStreamRegistry(URLRegistry* registry) in setMediaStreamRegistry()
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
DBlob.cpp46 class BlobURLRegistry FINAL : public URLRegistry {
51 static URLRegistry& registry();
66 URLRegistry& BlobURLRegistry::registry() in registry()
152 URLRegistry& Blob::registry() const in registry()
DBlob.h95 virtual URLRegistry& registry() const OVERRIDE FINAL;
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
DMediaSourceRegistry.h45 class MediaSourceRegistry FINAL : public URLRegistry {
DMediaSource.h98 virtual URLRegistry& registry() const OVERRIDE;
DMediaSource.cpp589 URLRegistry& MediaSource::registry() const in registry()
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
DMediaStreamRegistry.h39 class MediaStreamRegistry FINAL : public URLRegistry {
DMediaStream.h89 virtual URLRegistry& registry() const OVERRIDE;
DMediaStream.cpp385 URLRegistry& MediaStream::registry() const in registry()
/external/chromium_org/third_party/WebKit/Source/core/
Dcore.gypi2583 'html/URLRegistry.h',