registry 33 Source/core/dom/IdTargetObserver.cpp IdTargetObserver::IdTargetObserver(IdTargetObserverRegistry& registry, const AtomicString& id) registry 34 Source/core/dom/IdTargetObserver.cpp : m_registry(registry) registry 1943 Source/core/dom/Node.cpp if (Vector<OwnPtr<MutationObserverRegistration> >* registry = mutationObserverRegistry()) { registry 1944 Source/core/dom/Node.cpp for (size_t i = 0; i < registry->size(); ++i) { registry 1945 Source/core/dom/Node.cpp document().addMutationObserverTypes(registry->at(i)->mutationTypes()); registry 2038 Source/core/dom/Node.cpp return &data->registry; registry 2052 Source/core/dom/Node.cpp static inline void collectMatchingObserversForMutation(HashMap<MutationObserver*, MutationRecordDeliveryOptions>& observers, Registry* registry, Node& target, MutationObserver::MutationType type, const QualifiedName* attributeName) registry 2054 Source/core/dom/Node.cpp if (!registry) registry 2056 Source/core/dom/Node.cpp for (typename Registry::iterator iter = registry->begin(); iter != registry->end(); ++iter) { registry 2081 Source/core/dom/Node.cpp Vector<OwnPtr<MutationObserverRegistration> >& registry = ensureRareData().ensureMutationObserverData().registry; registry 2082 Source/core/dom/Node.cpp for (size_t i = 0; i < registry.size(); ++i) { registry 2083 Source/core/dom/Node.cpp if (®istry[i]->observer() == &observer) { registry 2084 Source/core/dom/Node.cpp registration = registry[i].get(); registry 2090 Source/core/dom/Node.cpp registry.append(MutationObserverRegistration::create(observer, *this, options, attributeFilter)); registry 2091 Source/core/dom/Node.cpp registration = registry.last().get(); registry 2099 Source/core/dom/Node.cpp Vector<OwnPtr<MutationObserverRegistration> >* registry = mutationObserverRegistry(); registry 2100 Source/core/dom/Node.cpp ASSERT(registry); registry 2101 Source/core/dom/Node.cpp if (!registry) registry 2104 Source/core/dom/Node.cpp size_t index = registry->find(registration); registry 2113 Source/core/dom/Node.cpp registry->remove(index); registry 2138 Source/core/dom/Node.cpp if (Vector<OwnPtr<MutationObserverRegistration> >* registry = node->mutationObserverRegistry()) { registry 2139 Source/core/dom/Node.cpp const size_t size = registry->size(); registry 2141 Source/core/dom/Node.cpp registry->at(i)->observedSubtreeNodeWillDetach(*this); registry 215 Source/core/dom/NodeRareData.h Vector<OwnPtr<MutationObserverRegistration> > registry; registry 51 Source/core/fileapi/Blob.cpp static URLRegistry& registry(); registry 56 Source/core/fileapi/Blob.cpp ASSERT(®istrableObject->registry() == this); registry 155 Source/core/fileapi/Blob.cpp return BlobURLRegistry::registry(); registry 94 Source/core/fileapi/Blob.h virtual URLRegistry& registry() const OVERRIDE FINAL; registry 220 Source/core/html/HTMLMediaElement.cpp void HTMLMediaElement::setMediaStreamRegistry(URLRegistry* registry) registry 223 Source/core/html/HTMLMediaElement.cpp s_mediaStreamRegistry = registry; registry 38 Source/core/html/HTMLMediaSource.cpp void HTMLMediaSource::setRegistry(URLRegistry* registry) registry 41 Source/core/html/HTMLMediaSource.cpp s_registry = registry; registry 71 Source/core/html/HTMLMediaSource.h virtual URLRegistry& registry() const OVERRIDE { return *s_registry; } registry 56 Source/core/html/PublicURLManager.cpp RegistryURLMap::ValueType* found = m_registryToURL.add(®istrable->registry(), URLMap()).storedValue; registry 77 Source/core/html/PublicURLManager.cpp URLRegistry* registry = i->key; registry 83 Source/core/html/PublicURLManager.cpp registry->unregisterURL(url); registry 45 Source/core/html/URLRegistry.h virtual URLRegistry& registry() const = 0; registry 362 Source/modules/mediasource/MediaSourceBase.cpp return MediaSourceRegistry::registry(); registry 90 Source/modules/mediasource/MediaSourceBase.h virtual URLRegistry& registry() const OVERRIDE FINAL; registry 49 Source/modules/mediasource/MediaSourceRegistry.cpp ASSERT(®istrable->registry() == this); registry 48 Source/modules/mediasource/MediaSourceRegistry.h static MediaSourceRegistry& registry(); registry 393 Source/modules/mediastream/MediaStream.cpp return MediaStreamRegistry::registry(); registry 85 Source/modules/mediastream/MediaStream.h virtual URLRegistry& registry() const OVERRIDE; registry 45 Source/modules/mediastream/MediaStreamRegistry.cpp ASSERT(&stream->registry() == this); registry 42 Source/modules/mediastream/MediaStreamRegistry.h static MediaStreamRegistry& registry(); registry 166 Source/platform/blob/BlobRegistry.cpp if (WebBlobRegistry* registry = blobRegistry()) registry 167 Source/platform/blob/BlobRegistry.cpp registry->registerStreamURL(blobRegistryContext->url, blobRegistryContext->type); registry 173 Source/platform/blob/BlobRegistry.cpp if (WebBlobRegistry* registry = blobRegistry()) registry 174 Source/platform/blob/BlobRegistry.cpp registry->registerStreamURL(url, type); registry 184 Source/platform/blob/BlobRegistry.cpp if (WebBlobRegistry* registry = blobRegistry()) registry 185 Source/platform/blob/BlobRegistry.cpp registry->registerStreamURL(blobRegistryContext->url, blobRegistryContext->srcURL); registry 193 Source/platform/blob/BlobRegistry.cpp if (WebBlobRegistry* registry = blobRegistry()) registry 194 Source/platform/blob/BlobRegistry.cpp registry->registerStreamURL(url, srcURL); registry 204 Source/platform/blob/BlobRegistry.cpp if (WebBlobRegistry* registry = blobRegistry()) { registry 206 Source/platform/blob/BlobRegistry.cpp registry->addDataToStream(blobRegistryContext->url, webThreadSafeData); registry 213 Source/platform/blob/BlobRegistry.cpp if (WebBlobRegistry* registry = blobRegistry()) { registry 215 Source/platform/blob/BlobRegistry.cpp registry->addDataToStream(url, webThreadSafeData); registry 226 Source/platform/blob/BlobRegistry.cpp if (WebBlobRegistry* registry = blobRegistry()) registry 227 Source/platform/blob/BlobRegistry.cpp registry->finalizeStream(blobRegistryContext->url); registry 233 Source/platform/blob/BlobRegistry.cpp if (WebBlobRegistry* registry = blobRegistry()) registry 234 Source/platform/blob/BlobRegistry.cpp registry->finalizeStream(url); registry 244 Source/platform/blob/BlobRegistry.cpp if (WebBlobRegistry* registry = blobRegistry()) registry 245 Source/platform/blob/BlobRegistry.cpp registry->abortStream(blobRegistryContext->url); registry 251 Source/platform/blob/BlobRegistry.cpp if (WebBlobRegistry* registry = blobRegistry()) registry 252 Source/platform/blob/BlobRegistry.cpp registry->abortStream(url); registry 262 Source/platform/blob/BlobRegistry.cpp if (WebBlobRegistry* registry = blobRegistry()) registry 263 Source/platform/blob/BlobRegistry.cpp registry->unregisterStreamURL(blobRegistryContext->url); registry 271 Source/platform/blob/BlobRegistry.cpp if (WebBlobRegistry* registry = blobRegistry()) registry 272 Source/platform/blob/BlobRegistry.cpp registry->unregisterStreamURL(url); registry 48 Source/web/WebMediaStreamRegistry.cpp return WebMediaStream(MediaStreamRegistry::registry().lookupMediaStreamDescriptor(KURL(url).string()));