HashSet           371 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, HashSet<AtomicString>& value) const
HashSet           393 Source/bindings/v8/Dictionary.cpp bool Dictionary::convert(ConversionContext& context, const String& key, HashSet<AtomicString>& value) const
HashSet            99 Source/bindings/v8/Dictionary.h     bool get(const String&, HashSet<AtomicString>&) const;
HashSet           165 Source/bindings/v8/Dictionary.h     bool convert(ConversionContext&, const String&, HashSet<AtomicString>&) const;
HashSet          2796 Source/bindings/v8/SerializedScriptValue.cpp     HashSet<ArrayBuffer*> visited;
HashSet            73 Source/bindings/v8/custom/V8MutationObserverCustom.cpp     HashSet<Node*> observedNodes = observer->getObservedNodes();
HashSet            74 Source/bindings/v8/custom/V8MutationObserverCustom.cpp     for (HashSet<Node*>::iterator it = observedNodes.begin(); it != observedNodes.end(); ++it) {
HashSet           358 Source/bindings/v8/npruntime.cpp typedef WTF::HashSet<NPObject*> NPObjectSet;
HashSet            54 Source/core/accessibility/AXARIAGrid.cpp bool AXARIAGrid::addTableCellChild(AXObject* child, HashSet<AXObject*>& appendedRows, unsigned& columnCount)
HashSet            98 Source/core/accessibility/AXARIAGrid.cpp     HashSet<AXObject*> appendedRows;
HashSet            58 Source/core/accessibility/AXARIAGrid.h     bool addTableCellChild(AXObject*, HashSet<AXObject*>& appendedRows, unsigned& columnCount);
HashSet           224 Source/core/accessibility/AXObjectCache.h     HashSet<Node*> m_textMarkerNodes;
HashSet           229 Source/core/accessibility/AXObjectCache.h     HashSet<AXID> m_idsInUse;
HashSet           345 Source/core/accessibility/AXTable.cpp         HashSet<AXObject*> appendedRows;
HashSet            86 Source/core/animation/AnimationStack.cpp WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > AnimationStack::activeInterpolations(AnimationStack* animationStack, const Vector<InertAnimation*>* newAnimations, const HashSet<const AnimationPlayer*>* cancelledAnimationPlayers, Animation::Priority priority, double timelineCurrentTime)
HashSet            56 Source/core/animation/AnimationStack.h     static WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > activeInterpolations(AnimationStack*, const Vector<InertAnimation*>* newAnimations, const HashSet<const AnimationPlayer*>* cancelledAnimationPlayers, Animation::Priority, double timelineCurrentTime);
HashSet           101 Source/core/animation/AnimationStackTest.cpp     HashSet<const AnimationPlayer*> cancelledAnimationPlayers;
HashSet            67 Source/core/animation/DocumentTimeline.cpp     for (HashSet<AnimationPlayer*>::iterator it = m_players.begin(); it != m_players.end(); ++it)
HashSet           103 Source/core/animation/DocumentTimeline.cpp     for (HashSet<RefPtr<AnimationPlayer> >::iterator it = m_playersNeedingUpdate.begin(); it != m_playersNeedingUpdate.end(); ++it)
HashSet           174 Source/core/animation/DocumentTimeline.cpp     for (HashSet<RefPtr<AnimationPlayer> >::iterator it = m_playersNeedingUpdate.begin(); it != m_playersNeedingUpdate.end(); ++it)
HashSet           196 Source/core/animation/DocumentTimeline.cpp     for (HashSet<RefPtr<AnimationPlayer> >::iterator it = m_playersNeedingUpdate.begin(); it != m_playersNeedingUpdate.end(); ++it) {
HashSet           103 Source/core/animation/DocumentTimeline.h     HashSet<RefPtr<AnimationPlayer> > m_playersNeedingUpdate;
HashSet           104 Source/core/animation/DocumentTimeline.h     HashSet<AnimationPlayer*> m_players;
HashSet            14 Source/core/animation/Keyframe.h typedef HashSet<CSSPropertyID> PropertySet;
HashSet           312 Source/core/animation/css/CSSAnimations.cpp     HashSet<AtomicString> inactive;
HashSet           354 Source/core/animation/css/CSSAnimations.cpp     for (HashSet<AtomicString>::const_iterator iter = inactive.begin(); iter != inactive.end(); ++iter) {
HashSet           407 Source/core/animation/css/CSSAnimations.cpp     for (HashSet<CSSPropertyID>::iterator iter = update->cancelledTransitions().begin(); iter != update->cancelledTransitions().end(); ++iter) {
HashSet           625 Source/core/animation/css/CSSAnimations.cpp         HashSet<const AnimationPlayer*> cancelledAnimationPlayers;
HashSet           629 Source/core/animation/css/CSSAnimations.cpp             for (HashSet<CSSPropertyID>::iterator iter = update->cancelledTransitions().begin(); iter != update->cancelledTransitions().end(); ++iter) {
HashSet            95 Source/core/animation/css/CSSAnimations.h     const HashSet<const AnimationPlayer*>& cancelledAnimationAnimationPlayers() const { return m_cancelledAnimationPlayers; }
HashSet           115 Source/core/animation/css/CSSAnimations.h     const HashSet<CSSPropertyID>& cancelledTransitions() const { return m_cancelledTransitions; }
HashSet           144 Source/core/animation/css/CSSAnimations.h     HashSet<const AnimationPlayer*> m_cancelledAnimationPlayers;
HashSet           148 Source/core/animation/css/CSSAnimations.h     HashSet<CSSPropertyID> m_cancelledTransitions;
HashSet          1367 Source/core/css/CSSComputedStyleDeclaration.cpp     DEFINE_STATIC_LOCAL(HashSet<CSSPropertyID>, propertyIDSet, ());
HashSet            62 Source/core/css/CSSCursorImageValue.cpp     HashSet<SVGElement*>::const_iterator it = m_referencedElements.begin();
HashSet            63 Source/core/css/CSSCursorImageValue.cpp     HashSet<SVGElement*>::const_iterator end = m_referencedElements.end();
HashSet            81 Source/core/css/CSSCursorImageValue.h     HashSet<SVGElement*> m_referencedElements;
HashSet           141 Source/core/css/FontFaceSet.h     HashSet<RefPtr<FontFace> > m_loadingFonts;
HashSet           450 Source/core/css/StylePropertySet.cpp     HashSet<CSSPropertyID> toRemove;
HashSet            60 Source/core/css/invalidation/DescendantInvalidationSet.cpp         HashSet<AtomicString>::const_iterator end = other.m_classes->end();
HashSet            61 Source/core/css/invalidation/DescendantInvalidationSet.cpp         for (HashSet<AtomicString>::const_iterator it = other.m_classes->begin(); it != end; ++it)
HashSet            66 Source/core/css/invalidation/DescendantInvalidationSet.cpp         HashSet<AtomicString>::const_iterator end = other.m_ids->end();
HashSet            67 Source/core/css/invalidation/DescendantInvalidationSet.cpp         for (HashSet<AtomicString>::const_iterator it = other.m_ids->begin(); it != end; ++it)
HashSet            72 Source/core/css/invalidation/DescendantInvalidationSet.cpp         HashSet<AtomicString>::const_iterator end = other.m_tagNames->end();
HashSet            73 Source/core/css/invalidation/DescendantInvalidationSet.cpp         for (HashSet<AtomicString>::const_iterator it = other.m_tagNames->begin(); it != end; ++it)
HashSet            78 Source/core/css/invalidation/DescendantInvalidationSet.cpp         HashSet<AtomicString>::const_iterator end = other.m_attributes->end();
HashSet            79 Source/core/css/invalidation/DescendantInvalidationSet.cpp         for (HashSet<AtomicString>::const_iterator it = other.m_attributes->begin(); it != end; ++it)
HashSet            84 Source/core/css/invalidation/DescendantInvalidationSet.cpp HashSet<AtomicString>& DescendantInvalidationSet::ensureClassSet()
HashSet            87 Source/core/css/invalidation/DescendantInvalidationSet.cpp         m_classes = adoptPtr(new HashSet<AtomicString>);
HashSet            91 Source/core/css/invalidation/DescendantInvalidationSet.cpp HashSet<AtomicString>& DescendantInvalidationSet::ensureIdSet()
HashSet            94 Source/core/css/invalidation/DescendantInvalidationSet.cpp         m_ids = adoptPtr(new HashSet<AtomicString>);
HashSet            98 Source/core/css/invalidation/DescendantInvalidationSet.cpp HashSet<AtomicString>& DescendantInvalidationSet::ensureTagNameSet()
HashSet           101 Source/core/css/invalidation/DescendantInvalidationSet.cpp         m_tagNames = adoptPtr(new HashSet<AtomicString>);
HashSet           105 Source/core/css/invalidation/DescendantInvalidationSet.cpp HashSet<AtomicString>& DescendantInvalidationSet::ensureAttributeSet()
HashSet           108 Source/core/css/invalidation/DescendantInvalidationSet.cpp         m_attributes = adoptPtr(new HashSet<AtomicString>);
HashSet           144 Source/core/css/invalidation/DescendantInvalidationSet.cpp     for (HashSet<AtomicString>::const_iterator it = m_classes->begin(); it != m_classes->end(); ++it)
HashSet           152 Source/core/css/invalidation/DescendantInvalidationSet.cpp     for (HashSet<AtomicString>::const_iterator it = m_attributes->begin(); it != m_attributes->end(); ++it)
HashSet           160 Source/core/css/invalidation/DescendantInvalidationSet.cpp     for (HashSet<AtomicString>::const_iterator it = m_ids->begin(); it != m_ids->end(); ++it)
HashSet           168 Source/core/css/invalidation/DescendantInvalidationSet.cpp     for (HashSet<AtomicString>::const_iterator it = m_tagNames->begin(); it != m_tagNames->end(); ++it)
HashSet            82 Source/core/css/invalidation/DescendantInvalidationSet.h     HashSet<AtomicString>& ensureClassSet();
HashSet            83 Source/core/css/invalidation/DescendantInvalidationSet.h     HashSet<AtomicString>& ensureIdSet();
HashSet            84 Source/core/css/invalidation/DescendantInvalidationSet.h     HashSet<AtomicString>& ensureTagNameSet();
HashSet            85 Source/core/css/invalidation/DescendantInvalidationSet.h     HashSet<AtomicString>& ensureAttributeSet();
HashSet            94 Source/core/css/invalidation/DescendantInvalidationSet.h     OwnPtr<HashSet<AtomicString> > m_classes;
HashSet            95 Source/core/css/invalidation/DescendantInvalidationSet.h     OwnPtr<HashSet<AtomicString> > m_ids;
HashSet            96 Source/core/css/invalidation/DescendantInvalidationSet.h     OwnPtr<HashSet<AtomicString> > m_tagNames;
HashSet            97 Source/core/css/invalidation/DescendantInvalidationSet.h     OwnPtr<HashSet<AtomicString> > m_attributes;
HashSet            47 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp static bool determineSelectorScopes(const CSSSelectorList& selectorList, HashSet<StringImpl*>& idScopes, HashSet<StringImpl*>& classScopes)
HashSet           184 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp static bool elementMatchesSelectorScopes(const Element* element, const HashSet<StringImpl*>& idScopes, const HashSet<StringImpl*>& classScopes)
HashSet            52 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.h     HashSet<StringImpl*> m_idScopes;
HashSet            53 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.h     HashSet<StringImpl*> m_classScopes;
HashSet            81 Source/core/css/resolver/ScopedStyleResolver.cpp void ScopedStyleResolver::collectFeaturesTo(RuleFeatureSet& features, HashSet<const StyleSheetContents*>& visitedSharedStyleSheetContents)
HashSet            65 Source/core/css/resolver/ScopedStyleResolver.h     void collectFeaturesTo(RuleFeatureSet&, HashSet<const StyleSheetContents*>& visitedSharedStyleSheetContents);
HashSet           194 Source/core/css/resolver/ScopedStyleTree.cpp     HashSet<const StyleSheetContents*> visitedSharedStyleSheetContents;
HashSet           164 Source/core/css/resolver/StyleResolver.cpp         const HashSet<SVGFontFaceElement*>& svgFontFaceElements = document.svgExtensions()->svgFontFaceElements();
HashSet           165 Source/core/css/resolver/StyleResolver.cpp         HashSet<SVGFontFaceElement*>::const_iterator end = svgFontFaceElements.end();
HashSet           166 Source/core/css/resolver/StyleResolver.cpp         for (HashSet<SVGFontFaceElement*>::const_iterator it = svgFontFaceElements.begin(); it != end; ++it)
HashSet            70 Source/core/dom/CSSSelectorWatch.h     HashSet<String> m_addedSelectors;
HashSet            71 Source/core/dom/CSSSelectorWatch.h     HashSet<String> m_removedSelectors;
HashSet            47 Source/core/dom/ContextLifecycleNotifier.h     typedef HashSet<ActiveDOMObject*> ActiveDOMObjectSet;
HashSet            63 Source/core/dom/DOMImplementation.cpp typedef HashSet<String, CaseFoldingHash> FeatureSet;
HashSet          1412 Source/core/dom/Document.cpp     HashSet<DocumentVisibilityObserver*>::const_iterator observerEnd = m_visibilityObservers.end();
HashSet          1413 Source/core/dom/Document.cpp     for (HashSet<DocumentVisibilityObserver*>::const_iterator it = m_visibilityObservers.begin(); it != observerEnd; ++it)
HashSet          2012 Source/core/dom/Document.cpp     HashSet<Element*>::iterator end = m_layerUpdateElements.end();
HashSet          2013 Source/core/dom/Document.cpp     for (HashSet<Element*>::iterator it = m_layerUpdateElements.begin(); it != end; ++it)
HashSet          3615 Source/core/dom/Document.cpp     HashSet<NodeIterator*> nodeIteratorsList = m_nodeIterators;
HashSet          3616 Source/core/dom/Document.cpp     HashSet<NodeIterator*>::const_iterator nodeIteratorsEnd = nodeIteratorsList.end();
HashSet          3617 Source/core/dom/Document.cpp     for (HashSet<NodeIterator*>::const_iterator it = nodeIteratorsList.begin(); it != nodeIteratorsEnd; ++it) {
HashSet          3628 Source/core/dom/Document.cpp         HashSet<Range*>::const_iterator end = m_ranges.end();
HashSet          3629 Source/core/dom/Document.cpp         for (HashSet<Range*>::const_iterator it = m_ranges.begin(); it != end; ++it)
HashSet          3638 Source/core/dom/Document.cpp         HashSet<Range*>::const_iterator end = m_ranges.end();
HashSet          3639 Source/core/dom/Document.cpp         for (HashSet<Range*>::const_iterator it = m_ranges.begin(); it != end; ++it)
HashSet          3643 Source/core/dom/Document.cpp     HashSet<NodeIterator*>::const_iterator nodeIteratorsEnd = m_nodeIterators.end();
HashSet          3644 Source/core/dom/Document.cpp     for (HashSet<NodeIterator*>::const_iterator it = m_nodeIterators.begin(); it != nodeIteratorsEnd; ++it) {
HashSet          3660 Source/core/dom/Document.cpp     HashSet<NodeIterator*>::const_iterator nodeIteratorsEnd = m_nodeIterators.end();
HashSet          3661 Source/core/dom/Document.cpp     for (HashSet<NodeIterator*>::const_iterator it = m_nodeIterators.begin(); it != nodeIteratorsEnd; ++it)
HashSet          3665 Source/core/dom/Document.cpp         HashSet<Range*>::const_iterator rangesEnd = m_ranges.end();
HashSet          3666 Source/core/dom/Document.cpp         for (HashSet<Range*>::const_iterator it = m_ranges.begin(); it != rangesEnd; ++it)
HashSet          3680 Source/core/dom/Document.cpp         HashSet<Range*>::const_iterator end = m_ranges.end();
HashSet          3681 Source/core/dom/Document.cpp         for (HashSet<Range*>::const_iterator it = m_ranges.begin(); it != end; ++it)
HashSet          3692 Source/core/dom/Document.cpp         HashSet<Range*>::const_iterator end = m_ranges.end();
HashSet          3693 Source/core/dom/Document.cpp         for (HashSet<Range*>::const_iterator it = m_ranges.begin(); it != end; ++it)
HashSet          3706 Source/core/dom/Document.cpp         HashSet<Range*>::const_iterator end = m_ranges.end();
HashSet          3707 Source/core/dom/Document.cpp         for (HashSet<Range*>::const_iterator it = m_ranges.begin(); it != end; ++it)
HashSet          3720 Source/core/dom/Document.cpp         HashSet<Range*>::const_iterator end = m_ranges.end();
HashSet          3721 Source/core/dom/Document.cpp         for (HashSet<Range*>::const_iterator it = m_ranges.begin(); it != end; ++it)
HashSet          5523 Source/core/dom/Document.cpp     HashSet<LiveNodeListBase*>::iterator end = m_listsInvalidatedAtDocument.end();
HashSet          5524 Source/core/dom/Document.cpp     for (HashSet<LiveNodeListBase*>::iterator it = m_listsInvalidatedAtDocument.begin(); it != end; ++it)
HashSet          1219 Source/core/dom/Document.h     HashSet<NodeIterator*> m_nodeIterators;
HashSet          1220 Source/core/dom/Document.h     HashSet<Range*> m_ranges;
HashSet          1283 Source/core/dom/Document.h     HashSet<LiveNodeListBase*> m_listsInvalidatedAtDocument;
HashSet          1362 Source/core/dom/Document.h     HashSet<RefPtr<Element> > m_associatedFormControls;
HashSet          1364 Source/core/dom/Document.h     HashSet<SVGUseElement*> m_useElementsNeedingUpdate;
HashSet          1365 Source/core/dom/Document.h     HashSet<Element*> m_layerUpdateElements;
HashSet          1369 Source/core/dom/Document.h     HashSet<DocumentVisibilityObserver*> m_visibilityObservers;
HashSet            50 Source/core/dom/DocumentLifecycleNotifier.h     typedef HashSet<DocumentLifecycleObserver*> DocumentObserverSet;
HashSet            36 Source/core/dom/DocumentStyleSheetCollector.cpp DocumentStyleSheetCollector::DocumentStyleSheetCollector(WillBeHeapVector<RefPtrWillBeMember<StyleSheet> >& sheetsForList, WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> >& activeList, HashSet<Document*>& visitedDocuments)
HashSet            50 Source/core/dom/DocumentStyleSheetCollector.h     DocumentStyleSheetCollector(WillBeHeapVector<RefPtrWillBeMember<StyleSheet> >& sheetsForList, WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> >& activeList, HashSet<Document*>&);
HashSet            63 Source/core/dom/DocumentStyleSheetCollector.h     HashSet<Document*>& m_visitedDocuments;
HashSet            70 Source/core/dom/DocumentStyleSheetCollector.h     HashSet<Document*> m_visitedDocuments;
HashSet            53 Source/core/dom/IdTargetObserverRegistry.h     typedef HashSet<IdTargetObserver*> ObserverSet;
HashSet           219 Source/core/dom/MessagePort.cpp     HashSet<MessagePort*> portSet;
HashSet            92 Source/core/dom/MutationObserver.cpp     HashSet<AtomicString> attributeFilter;
HashSet           155 Source/core/dom/MutationObserver.cpp     HashSet<MutationObserverRegistration*> registrations(m_registrations);
HashSet           156 Source/core/dom/MutationObserver.cpp     for (HashSet<MutationObserverRegistration*>::iterator iter = registrations.begin(); iter != registrations.end(); ++iter)
HashSet           172 Source/core/dom/MutationObserver.cpp typedef HashSet<RefPtr<MutationObserver> > MutationObserverSet;
HashSet           208 Source/core/dom/MutationObserver.cpp HashSet<Node*> MutationObserver::getObservedNodes() const
HashSet           210 Source/core/dom/MutationObserver.cpp     HashSet<Node*> observedNodes;
HashSet           211 Source/core/dom/MutationObserver.cpp     for (HashSet<MutationObserverRegistration*>::const_iterator iter = m_registrations.begin(); iter != m_registrations.end(); ++iter)
HashSet           228 Source/core/dom/MutationObserver.cpp     for (HashSet<MutationObserverRegistration*>::iterator iter = m_registrations.begin(); iter != m_registrations.end(); ++iter) {
HashSet            89 Source/core/dom/MutationObserver.h     HashSet<Node*> getObservedNodes() const;
HashSet            99 Source/core/dom/MutationObserver.h     HashSet<MutationObserverRegistration*> m_registrations;
HashSet            40 Source/core/dom/MutationObserverRegistration.cpp PassOwnPtr<MutationObserverRegistration> MutationObserverRegistration::create(MutationObserver& observer, Node& registrationNode, MutationObserverOptions options, const HashSet<AtomicString>& attributeFilter)
HashSet            45 Source/core/dom/MutationObserverRegistration.cpp MutationObserverRegistration::MutationObserverRegistration(MutationObserver& observer, Node& registrationNode, MutationObserverOptions options, const HashSet<AtomicString>& attributeFilter)
HashSet            60 Source/core/dom/MutationObserverRegistration.cpp void MutationObserverRegistration::resetObservation(MutationObserverOptions options, const HashSet<AtomicString>& attributeFilter)
HashSet           124 Source/core/dom/MutationObserverRegistration.cpp void MutationObserverRegistration::addRegistrationNodesToSet(HashSet<Node*>& nodes) const
HashSet            45 Source/core/dom/MutationObserverRegistration.h     static PassOwnPtr<MutationObserverRegistration> create(MutationObserver&, Node&, MutationObserverOptions, const HashSet<AtomicString>& attributeFilter);
HashSet            48 Source/core/dom/MutationObserverRegistration.h     void resetObservation(MutationObserverOptions, const HashSet<AtomicString>& attributeFilter);
HashSet            61 Source/core/dom/MutationObserverRegistration.h     void addRegistrationNodesToSet(HashSet<Node*>&) const;
HashSet            64 Source/core/dom/MutationObserverRegistration.h     MutationObserverRegistration(MutationObserver&, Node&, MutationObserverOptions, const HashSet<AtomicString>& attributeFilter);
HashSet            69 Source/core/dom/MutationObserverRegistration.h     typedef HashSet<RefPtr<Node> > NodeHashSet;
HashSet            73 Source/core/dom/MutationObserverRegistration.h     HashSet<AtomicString> m_attributeFilter;
HashSet           116 Source/core/dom/Node.cpp static HashSet<Node*> liveNodeSet;
HashSet           143 Source/core/dom/Node.cpp     for (HashSet<Node*>::iterator it = liveNodeSet.begin(); it != liveNodeSet.end(); ++it) {
HashSet          1949 Source/core/dom/Node.cpp     if (HashSet<MutationObserverRegistration*>* transientRegistry = transientMutationObserverRegistry()) {
HashSet          1950 Source/core/dom/Node.cpp         for (HashSet<MutationObserverRegistration*>::iterator iter = transientRegistry->begin(); iter != transientRegistry->end(); ++iter) {
HashSet          2041 Source/core/dom/Node.cpp HashSet<MutationObserverRegistration*>* Node::transientMutationObserverRegistry()
HashSet          2078 Source/core/dom/Node.cpp void Node::registerMutationObserver(MutationObserver& observer, MutationObserverOptions options, const HashSet<AtomicString>& attributeFilter)
HashSet          2123 Source/core/dom/Node.cpp     HashSet<MutationObserverRegistration*>* transientRegistry = transientMutationObserverRegistry();
HashSet          2144 Source/core/dom/Node.cpp         if (HashSet<MutationObserverRegistration*>* transientRegistry = node->transientMutationObserverRegistry()) {
HashSet          2145 Source/core/dom/Node.cpp             for (HashSet<MutationObserverRegistration*>::iterator iter = transientRegistry->begin(); iter != transientRegistry->end(); ++iter)
HashSet           650 Source/core/dom/Node.h     void registerMutationObserver(MutationObserver&, MutationObserverOptions, const HashSet<AtomicString>& attributeFilter);
HashSet           823 Source/core/dom/Node.h     HashSet<MutationObserverRegistration*>* transientMutationObserverRegistry();
HashSet           216 Source/core/dom/NodeRareData.h     HashSet<MutationObserverRegistration*> transientRegistry;
HashSet            51 Source/core/dom/QualifiedName.cpp typedef HashSet<QualifiedName::QualifiedNameImpl*, QualifiedNameHash, QualifiedNameHashTraits> QualifiedNameCache;
HashSet          1835 Source/core/dom/Range.cpp     HashSet<Node*> nodeSet;
HashSet           114 Source/core/dom/ScriptLoader.cpp     typedef HashSet<String, CaseFoldingHash> LanguageSet;
HashSet           372 Source/core/dom/StyleEngine.cpp         HashSet<TreeScope*> treeScopesRemoved;
HashSet           384 Source/core/dom/StyleEngine.cpp             for (HashSet<TreeScope*>::iterator it = treeScopesRemoved.begin(); it != treeScopesRemoved.end(); ++it)
HashSet            65 Source/core/dom/VisitedLinkState.h     HashSet<LinkHash, LinkHashHash> m_linksCheckedForVisitedState;
HashSet            63 Source/core/dom/custom/CustomElementRegistry.h     HashSet<AtomicString> m_registeredTypeNames;
HashSet          1630 Source/core/editing/EditorCommand.cpp     HashSet<int> idSet;
HashSet           125 Source/core/editing/FormatBlockCommand.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, blockTags, ());
HashSet            50 Source/core/editing/RemoveFormatCommand.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, elements, ());
HashSet           558 Source/core/editing/ReplaceSelectionCommand.cpp     DEFINE_STATIC_LOCAL(HashSet<AtomicString>, elements, ());
HashSet            40 Source/core/events/EventDispatcher.cpp static HashSet<Node*>* gNodesDispatchingSimulatedClicks = 0;
HashSet            79 Source/core/events/EventDispatcher.cpp         gNodesDispatchingSimulatedClicks = new HashSet<Node*>;
HashSet            84 Source/core/fetch/CrossOriginAccessControl.cpp     OwnPtr<HTTPHeaderSet> headerSet = adoptPtr(new HashSet<String, CaseFoldingHash>);
HashSet            37 Source/core/fetch/CrossOriginAccessControl.h typedef HashSet<String, CaseFoldingHash> HTTPHeaderSet;
HashSet           132 Source/core/fetch/RawResource.cpp     DEFINE_STATIC_LOCAL(HashSet<AtomicString>, m_headers, ());
HashSet           663 Source/core/fetch/Resource.cpp     HashSet<ResourcePtrBase*>::iterator end = m_handlesToRevalidate.end();
HashSet           664 Source/core/fetch/Resource.cpp     for (HashSet<ResourcePtrBase*>::iterator it = m_handlesToRevalidate.begin(); it != end; ++it) {
HashSet           878 Source/core/fetch/Resource.cpp     HashSet<Resource*>::iterator end = m_resourcesWithPendingClients.end();
HashSet           880 Source/core/fetch/Resource.cpp     for (HashSet<Resource*>::iterator it = m_resourcesWithPendingClients.begin(); it != end; ++it)
HashSet           305 Source/core/fetch/Resource.h         HashSet<Resource*> m_resourcesWithPendingClients;
HashSet           394 Source/core/fetch/Resource.h     HashSet<ResourcePtrBase*> m_handlesToRevalidate;
HashSet           195 Source/core/fetch/ResourceFetcher.h     HashSet<String> m_validatedURLs;
HashSet            74 Source/core/fetch/ResourceLoadPriorityOptimizer.h     typedef HashSet<RenderObject*> RenderObjectSet;
HashSet            41 Source/core/fetch/ResourceLoaderSet.h     typedef HashSet<RefPtr<ResourceLoader> > SetType;
HashSet            96 Source/core/fileapi/FileReader.cpp         HashSet<FileReader*>::const_iterator hashIter = m_runningReaders.find(reader);
HashSet           132 Source/core/fileapi/FileReader.cpp     HashSet<FileReader*> m_runningReaders;
HashSet           350 Source/core/frame/DOMWindow.h         HashSet<DOMWindowProperty*> m_properties;
HashSet            53 Source/core/frame/DOMWindowLifecycleNotifier.h     typedef HashSet<DOMWindowLifecycleObserver*> DOMWindowObserverSet;
HashSet           101 Source/core/frame/Frame.cpp     HashSet<FrameDestructionObserver*>::iterator stop = m_destructionObservers.end();
HashSet           102 Source/core/frame/Frame.cpp     for (HashSet<FrameDestructionObserver*>::iterator it = m_destructionObservers.begin(); it != stop; ++it)
HashSet           184 Source/core/frame/Frame.cpp     HashSet<FrameDestructionObserver*>::iterator stop = m_destructionObservers.end();
HashSet           185 Source/core/frame/Frame.cpp     for (HashSet<FrameDestructionObserver*>::iterator it = m_destructionObservers.begin(); it != stop; ++it)
HashSet           107 Source/core/frame/Frame.h     HashSet<FrameDestructionObserver*> m_destructionObservers;
HashSet          2517 Source/core/frame/FrameView.cpp     for (HashSet<ScrollableArea*>::const_iterator it = m_scrollableAreas->begin(), end = m_scrollableAreas->end(); it != end; ++it) {
HashSet          2647 Source/core/frame/FrameView.cpp     const HashSet<RefPtr<Widget> >* viewChildren = children();
HashSet          2648 Source/core/frame/FrameView.cpp     HashSet<RefPtr<Widget> >::const_iterator end = viewChildren->end();
HashSet          2649 Source/core/frame/FrameView.cpp     for (HashSet<RefPtr<Widget> >::const_iterator current = viewChildren->begin(); current != end; ++current) {
HashSet           177 Source/core/frame/FrameView.h     typedef HashSet<RenderObject*> ViewportConstrainedObjectSet;
HashSet           270 Source/core/frame/FrameView.h     typedef HashSet<ScrollableArea*> ScrollableAreaSet;
HashSet           281 Source/core/frame/FrameView.h     typedef HashSet<RenderBox*> ResizerAreaSet;
HashSet           428 Source/core/frame/FrameView.h     typedef HashSet<RefPtr<RenderEmbeddedObject> > EmbeddedObjectSet;
HashSet           432 Source/core/frame/FrameView.h     HashSet<RefPtr<RenderWidget> > m_widgets;
HashSet            56 Source/core/frame/csp/CSPSourceList.h     HashSet<String> m_nonces;
HashSet            57 Source/core/frame/csp/CSPSourceList.h     HashSet<CSPHashValue> m_hashes;
HashSet           192 Source/core/frame/csp/ContentSecurityPolicy.h     HashSet<unsigned, AlreadyHashed> m_violationReportsSent;
HashSet            26 Source/core/frame/csp/MediaListDirective.h     HashSet<String> m_pluginTypes;
HashSet            96 Source/core/html/HTMLCanvasElement.cpp     HashSet<CanvasObserver*>::iterator end = m_observers.end();
HashSet            97 Source/core/html/HTMLCanvasElement.cpp     for (HashSet<CanvasObserver*>::iterator it = m_observers.begin(); it != end; ++it)
HashSet           229 Source/core/html/HTMLCanvasElement.cpp     HashSet<CanvasObserver*>::iterator end = m_observers.end();
HashSet           230 Source/core/html/HTMLCanvasElement.cpp     for (HashSet<CanvasObserver*>::iterator it = m_observers.begin(); it != end; ++it)
HashSet           287 Source/core/html/HTMLCanvasElement.cpp     HashSet<CanvasObserver*>::iterator end = m_observers.end();
HashSet           288 Source/core/html/HTMLCanvasElement.cpp     for (HashSet<CanvasObserver*>::iterator it = m_observers.begin(); it != end; ++it)
HashSet           171 Source/core/html/HTMLCanvasElement.h     HashSet<CanvasObserver*> m_observers;
HashSet           416 Source/core/html/HTMLCollection.cpp     HashSet<AtomicString> existingNames;
HashSet           420 Source/core/html/HTMLCollection.cpp             HashSet<AtomicString>::AddResult addResult = existingNames.add(idAttribute);
HashSet           428 Source/core/html/HTMLCollection.cpp             HashSet<AtomicString>::AddResult addResult = existingNames.add(nameAttribute);
HashSet           236 Source/core/html/HTMLDocument.cpp static void addLocalNameToSet(HashSet<StringImpl*>* set, const QualifiedName& qName)
HashSet           241 Source/core/html/HTMLDocument.cpp static HashSet<StringImpl*>* createHtmlCaseInsensitiveAttributesSet()
HashSet           245 Source/core/html/HTMLDocument.cpp     HashSet<StringImpl*>* attrSet = new HashSet<StringImpl*>;
HashSet           298 Source/core/html/HTMLDocument.cpp     static HashSet<StringImpl*>* htmlCaseInsensitiveAttributesSet = createHtmlCaseInsensitiveAttributesSet();
HashSet           157 Source/core/html/HTMLFormControlsCollection.cpp     HashSet<StringImpl*> foundInputElements;
HashSet           217 Source/core/html/HTMLFormControlsCollection.cpp     HashSet<AtomicString> existingNames;
HashSet           224 Source/core/html/HTMLFormControlsCollection.cpp             HashSet<AtomicString>::AddResult addResult = existingNames.add(idAttribute);
HashSet           230 Source/core/html/HTMLFormControlsCollection.cpp             HashSet<AtomicString>::AddResult addResult = existingNames.add(nameAttribute);
HashSet           125 Source/core/html/HTMLMediaElement.cpp typedef HashMap<Document*, HashSet<HTMLMediaElement*> > DocumentElementSetMap;
HashSet           135 Source/core/html/HTMLMediaElement.cpp     HashSet<HTMLMediaElement*> set = map.take(document);
HashSet           143 Source/core/html/HTMLMediaElement.cpp     HashSet<HTMLMediaElement*> set = map.take(document);
HashSet          3489 Source/core/html/HTMLMediaElement.cpp     HashSet<HTMLMediaElement*> elements = documentToElementSetMap().get(&document());
HashSet          3490 Source/core/html/HTMLMediaElement.cpp     for (HashSet<HTMLMediaElement*>::iterator i = elements.begin(); i != elements.end(); ++i) {
HashSet           144 Source/core/html/HTMLObjectElement.cpp     HashSet<StringImpl*, CaseFoldingHash> uniqueParamNames;
HashSet            47 Source/core/html/HTMLOptionsCollection.cpp     HashSet<AtomicString> existingNames;
HashSet            54 Source/core/html/HTMLOptionsCollection.cpp             HashSet<AtomicString>::AddResult addResult = existingNames.add(idAttribute);
HashSet            60 Source/core/html/HTMLOptionsCollection.cpp             HashSet<AtomicString>::AddResult addResult = existingNames.add(nameAttribute);
HashSet            52 Source/core/html/canvas/WebGLContextGroup.cpp     HashSet<WebGLRenderingContextBase*>::iterator it = m_contexts.begin();
HashSet            83 Source/core/html/canvas/WebGLContextGroup.cpp         HashSet<WebGLSharedObject*>::iterator it = m_groupObjects.begin();
HashSet            94 Source/core/html/canvas/WebGLContextGroup.cpp     for (HashSet<WebGLRenderingContextBase*>::iterator it = m_contexts.begin(); it != m_contexts.end(); ++it)
HashSet            68 Source/core/html/canvas/WebGLContextGroup.h     HashSet<WebGLRenderingContextBase*> m_contexts;
HashSet            69 Source/core/html/canvas/WebGLContextGroup.h     HashSet<WebGLSharedObject*> m_groupObjects;
HashSet          4239 Source/core/html/canvas/WebGLRenderingContextBase.cpp         HashSet<WebGLContextObject*>::iterator it = m_contextObjects.begin();
HashSet           413 Source/core/html/canvas/WebGLRenderingContextBase.h     HashSet<WebGLContextObject*> m_contextObjects;
HashSet            48 Source/core/html/forms/RadioButtonGroupScope.cpp     HashSet<HTMLInputElement*> m_members;
HashSet           133 Source/core/html/forms/RadioButtonGroupScope.cpp     HashSet<HTMLInputElement*>::iterator it = m_members.find(button);
HashSet           160 Source/core/html/forms/RadioButtonGroupScope.cpp     typedef HashSet<HTMLInputElement*>::const_iterator Iterator;
HashSet           130 Source/core/inspector/AsyncCallStackTracker.cpp     HashSet<int> m_intervalTimerIds;
HashSet           312 Source/core/inspector/DOMPatchSupport.cpp     HashSet<size_t, WTF::IntHash<size_t>, WTF::UnsignedWithZeroKeyHashTraits<size_t> > usedNewOrdinals;
HashSet           349 Source/core/inspector/DOMPatchSupport.cpp     HashSet<size_t, WTF::IntHash<size_t>, WTF::UnsignedWithZeroKeyHashTraits<size_t> >  usedOldOrdinals;
HashSet           436 Source/core/inspector/InspectorCSSAgent.cpp     HashSet<Document*> invalidatedDocuments;
HashSet           438 Source/core/inspector/InspectorCSSAgent.cpp     for (HashSet<Document*>::iterator it = invalidatedDocuments.begin(); it != invalidatedDocuments.end(); ++it)
HashSet           468 Source/core/inspector/InspectorCSSAgent.cpp     HashSet<String> urlsToFetch;
HashSet           582 Source/core/inspector/InspectorCSSAgent.cpp     HashSet<CSSStyleSheet*>* documentCSSStyleSheets = m_documentToCSSStyleSheets.get(document);
HashSet           584 Source/core/inspector/InspectorCSSAgent.cpp         documentCSSStyleSheets = new HashSet<CSSStyleSheet*>();
HashSet           585 Source/core/inspector/InspectorCSSAgent.cpp         OwnPtr<HashSet<CSSStyleSheet*> > documentCSSStyleSheetsPtr = adoptPtr(documentCSSStyleSheets);
HashSet           589 Source/core/inspector/InspectorCSSAgent.cpp     HashSet<CSSStyleSheet*> removedSheets(*documentCSSStyleSheets);
HashSet           591 Source/core/inspector/InspectorCSSAgent.cpp     HashSet<CSSStyleSheet*> addedSheets;
HashSet           603 Source/core/inspector/InspectorCSSAgent.cpp     for (HashSet<CSSStyleSheet*>::iterator it = removedSheets.begin(); it != removedSheets.end(); ++it) {
HashSet           616 Source/core/inspector/InspectorCSSAgent.cpp     for (HashSet<CSSStyleSheet*>::iterator it = addedSheets.begin(); it != addedSheets.end(); ++it) {
HashSet          1398 Source/core/inspector/InspectorCSSAgent.cpp     HashSet<Document*> documentsToChange;
HashSet          1406 Source/core/inspector/InspectorCSSAgent.cpp     for (HashSet<Document*>::iterator it = documentsToChange.begin(), end = documentsToChange.end(); it != end; ++it)
HashSet           201 Source/core/inspector/InspectorCSSAgent.h     typedef HashMap<Document*, OwnPtr<HashSet<CSSStyleSheet*> > > DocumentStyleSheets;
HashSet           203 Source/core/inspector/InspectorCSSAgent.h     HashSet<Document*> m_invalidatedDocuments;
HashSet            69 Source/core/inspector/InspectorClient.h     virtual void getAllocatedObjects(HashSet<const void*>&) { }
HashSet           192 Source/core/inspector/InspectorDOMAgent.cpp     HashSet<RefPtr<Element> > m_elements;
HashSet           212 Source/core/inspector/InspectorDOMAgent.cpp     for (HashSet<RefPtr<Element> >::iterator it = m_elements.begin(), end = m_elements.end(); it != end; ++it)
HashSet           261 Source/core/inspector/InspectorDOMAgent.h     HashSet<int> m_childrenRequested;
HashSet            51 Source/core/inspector/InspectorInstrumentation.cpp static HashSet<InstrumentingAgents*>* instrumentingAgentsSet = 0;
HashSet           122 Source/core/inspector/InspectorInstrumentation.cpp     HashSet<InstrumentingAgents*>::iterator end = instrumentingAgentsSet->end();
HashSet           123 Source/core/inspector/InspectorInstrumentation.cpp     for (HashSet<InstrumentingAgents*>::iterator it = instrumentingAgentsSet->begin(); it != end; ++it) {
HashSet           173 Source/core/inspector/InspectorInstrumentation.cpp         instrumentingAgentsSet = new HashSet<InstrumentingAgents*>();
HashSet           523 Source/core/inspector/InspectorOverlay.cpp             HashSet<AtomicString> usedClassNames;
HashSet           638 Source/core/inspector/InspectorStyleSheet.cpp     HashSet<String> sourcePropertyNames;
HashSet           667 Source/core/inspector/InspectorStyleSheet.cpp     HashSet<String> foundShorthands;
HashSet           330 Source/core/inspector/InspectorTimelineAgent.h     HashSet<String> m_liveEvents;
HashSet            51 Source/core/loader/CrossOriginPreflightResultCache.cpp static void addToAccessControlAllowList(const String& string, unsigned start, unsigned end, HashSet<String, HashType>& set)
HashSet            73 Source/core/loader/CrossOriginPreflightResultCache.cpp static bool parseAccessControlAllowList(const String& string, HashSet<String, HashType>& set)
HashSet            57 Source/core/loader/CrossOriginPreflightResultCache.h         typedef HashSet<String, CaseFoldingHash> HeadersSet;
HashSet            64 Source/core/loader/CrossOriginPreflightResultCache.h         HashSet<String> m_methods;
HashSet          1970 Source/core/page/EventHandler.cpp             HashSet<SVGElementInstance*> instances = lastCorrespondingElement->instancesForElement();
HashSet          1973 Source/core/page/EventHandler.cpp             HashSet<SVGElementInstance*>::iterator end = instances.end();
HashSet          1974 Source/core/page/EventHandler.cpp             for (HashSet<SVGElementInstance*>::iterator it = instances.begin(); it != end; ++it) {
HashSet          3610 Source/core/page/EventHandler.cpp     typedef HashSet<RefPtr<EventTarget> > EventTargetSet;
HashSet           719 Source/core/page/FocusController.cpp         const HashSet<ScrollableArea*>* scrollableAreas = frameView->scrollableAreas();
HashSet           723 Source/core/page/FocusController.cpp         for (HashSet<ScrollableArea*>::const_iterator it = scrollableAreas->begin(), end = scrollableAreas->end(); it != end; ++it) {
HashSet           276 Source/core/page/FrameTree.cpp     const HashSet<Page*>& pages = Page::ordinaryPages();
HashSet           277 Source/core/page/FrameTree.cpp     HashSet<Page*>::const_iterator end = pages.end();
HashSet           278 Source/core/page/FrameTree.cpp     for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it) {
HashSet            54 Source/core/page/InjectedStyleSheets.cpp     const HashSet<Page*>& pages = Page::ordinaryPages();
HashSet            56 Source/core/page/InjectedStyleSheets.cpp     HashSet<Page*>::const_iterator end = pages.end();
HashSet            57 Source/core/page/InjectedStyleSheets.cpp     for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it) {
HashSet            68 Source/core/page/Page.cpp HashSet<Page*>& Page::allPages()
HashSet            70 Source/core/page/Page.cpp     DEFINE_STATIC_LOCAL(HashSet<Page*>, allPages, ());
HashSet            75 Source/core/page/Page.cpp HashSet<Page*>& Page::ordinaryPages()
HashSet            77 Source/core/page/Page.cpp     DEFINE_STATIC_LOCAL(HashSet<Page*>, ordinaryPages, ());
HashSet            87 Source/core/page/Page.cpp     HashSet<Page*>::iterator end = allPages().end();
HashSet            88 Source/core/page/Page.cpp     for (HashSet<Page*>::iterator it = allPages().begin(); it != end; ++it) {
HashSet           243 Source/core/page/Page.cpp     HashSet<Page*>::iterator end = allPages().end();
HashSet           244 Source/core/page/Page.cpp     for (HashSet<Page*>::iterator it = allPages().begin(); it != end; ++it)
HashSet           274 Source/core/page/Page.cpp     HashSet<Page*>::iterator end = allPages().end();
HashSet           275 Source/core/page/Page.cpp     for (HashSet<Page*>::iterator it = allPages().begin(); it != end; ++it) {
HashSet           372 Source/core/page/Page.cpp     HashSet<Page*>::iterator pagesEnd = ordinaryPages().end();
HashSet           373 Source/core/page/Page.cpp     for (HashSet<Page*>::iterator it = ordinaryPages().begin(); it != pagesEnd; ++it) {
HashSet           382 Source/core/page/Page.cpp     HashSet<Page*>::iterator pagesEnd = ordinaryPages().end();
HashSet           383 Source/core/page/Page.cpp     for (HashSet<Page*>::iterator it = ordinaryPages().begin(); it != pagesEnd; ++it) {
HashSet           479 Source/core/page/Page.cpp         HashSet<MultisamplingChangedObserver*>::iterator stop = m_multisamplingChangedObservers.end();
HashSet           480 Source/core/page/Page.cpp         for (HashSet<MultisamplingChangedObserver*>::iterator it = m_multisamplingChangedObservers.begin(); it != stop; ++it)
HashSet           114 Source/core/page/Page.h     static HashSet<Page*>& allPages();
HashSet           116 Source/core/page/Page.h     static HashSet<Page*>& ordinaryPages();
HashSet           288 Source/core/page/Page.h     HashSet<MultisamplingChangedObserver*> m_multisamplingChangedObservers;
HashSet            52 Source/core/page/PageLifecycleNotifier.h     typedef HashSet<PageLifecycleObserver*> PageObserverSet;
HashSet            36 Source/core/page/ScopedPageLoadDeferrer.cpp     const HashSet<Page*>& pages = Page::ordinaryPages();
HashSet            38 Source/core/page/ScopedPageLoadDeferrer.cpp     HashSet<Page*>::const_iterator end = pages.end();
HashSet            39 Source/core/page/ScopedPageLoadDeferrer.cpp     for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it) {
HashSet           236 Source/core/page/TouchAdjustment.cpp     HashSet<Node*> ancestorsToRespondersSet;
HashSet           238 Source/core/page/TouchAdjustment.cpp     HashSet<Node*> editableAncestors;
HashSet           258 Source/core/page/TouchAdjustment.cpp                     HashSet<Node*>::AddResult addResult = ancestorsToRespondersSet.add(visitedNode);
HashSet           106 Source/core/page/TouchDisambiguation.cpp     HashSet<Node*> blackList;
HashSet           414 Source/core/page/scrolling/ScrollingCoordinator.cpp     HashSet<const RenderLayer*>& layersWithRects,
HashSet           495 Source/core/page/scrolling/ScrollingCoordinator.cpp     HashSet<const RenderLayer*> layersWithRects;
HashSet           556 Source/core/page/scrolling/ScrollingCoordinator.cpp     HashSet<const RenderLayer*> oldLayersWithTouchRects;
HashSet           578 Source/core/page/scrolling/ScrollingCoordinator.cpp     for (HashSet<const RenderLayer*>::iterator it = oldLayersWithTouchRects.begin(); it != oldLayersWithTouchRects.end(); ++it) {
HashSet           710 Source/core/page/scrolling/ScrollingCoordinator.cpp     if (const HashSet<RefPtr<Widget> >* children = frameView->children()) {
HashSet           711 Source/core/page/scrolling/ScrollingCoordinator.cpp         for (HashSet<RefPtr<Widget> >::const_iterator it = children->begin(), end = children->end(); it != end; ++it) {
HashSet           159 Source/core/page/scrolling/ScrollingCoordinator.h     HashSet<const RenderLayer*> m_layersWithTouchRects;
HashSet           167 Source/core/plugins/PluginOcclusionSupport.cpp     const HashSet<RefPtr<Widget> >* children = parentFrameView->children();
HashSet           168 Source/core/plugins/PluginOcclusionSupport.cpp     for (HashSet<RefPtr<Widget> >::const_iterator it = children->begin(); it != children->end(); ++it) {
HashSet            87 Source/core/rendering/FastTextAutosizer.h     typedef HashSet<const RenderBlock*> BlockSet;
HashSet            43 Source/core/rendering/RenderBR.h     virtual float width(unsigned /*from*/, unsigned /*len*/, const Font&, float /*xPos*/, TextDirection, HashSet<const SimpleFontData*>* = 0 /*fallbackFonts*/ , GlyphOverflow* = 0) const OVERRIDE { return 0; }
HashSet            44 Source/core/rendering/RenderBR.h     virtual float width(unsigned /*from*/, unsigned /*len*/, float /*xpos*/, TextDirection, bool = false /*firstLine*/, HashSet<const SimpleFontData*>* = 0 /*fallbackFonts*/, GlyphOverflow* = 0) const OVERRIDE { return 0; }
HashSet           108 Source/core/rendering/RenderBlock.cpp typedef WTF::HashSet<RenderBlock*> DelayedUpdateScrollInfoSet;
HashSet           177 Source/core/rendering/RenderBlock.cpp             HashSet<RenderBlock*>* containerSet = it->value.get();
HashSet          2518 Source/core/rendering/RenderBlock.cpp     HashSet<RenderBlock*>* containerSet = containerMap->get(descendant);
HashSet          2520 Source/core/rendering/RenderBlock.cpp         containerSet = new HashSet<RenderBlock*>;
HashSet          2532 Source/core/rendering/RenderBlock.cpp     OwnPtr<HashSet<RenderBlock*> > containerSet = containerMap->take(descendant);
HashSet          2536 Source/core/rendering/RenderBlock.cpp     HashSet<RenderBlock*>::iterator end = containerSet->end();
HashSet          2537 Source/core/rendering/RenderBlock.cpp     for (HashSet<RenderBlock*>::iterator it = containerSet->begin(); it != end; ++it) {
HashSet            57 Source/core/rendering/RenderBlock.h typedef WTF::HashMap<const RenderBox*, OwnPtr<HashSet<RenderBlock*> > > TrackedContainerMap;
HashSet           754 Source/core/rendering/RenderBlockFlow.cpp     HashSet<RenderBox*> oldIntrudingFloatSet;
HashSet           421 Source/core/rendering/RenderBlockLineLayout.cpp     HashSet<const SimpleFontData*> fallbackFonts;
HashSet           477 Source/core/rendering/RenderBlockLineLayout.cpp                 HashSet<const SimpleFontData*>::const_iterator end = wordMeasurement.fallbackFonts.end();
HashSet           478 Source/core/rendering/RenderBlockLineLayout.cpp                 for (HashSet<const SimpleFontData*>::const_iterator it = wordMeasurement.fallbackFonts.begin(); it != end; ++it)
HashSet            58 Source/core/rendering/RenderCombineText.cpp float RenderCombineText::width(unsigned from, unsigned length, const Font& font, float xPosition, TextDirection direction, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
HashSet            42 Source/core/rendering/RenderCombineText.h     virtual float width(unsigned from, unsigned length, const Font&, float xPosition, TextDirection, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const OVERRIDE;
HashSet           118 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp     HashSet<unsigned int> m_ordinalValues;
HashSet           435 Source/core/rendering/RenderLayer.cpp     HashSet<const RenderObject*> containingBlocks;
HashSet           658 Source/core/rendering/RenderTableSection.cpp     HashSet<const RenderTableCell*> uniqueCells;
HashSet          1446 Source/core/rendering/RenderTableSection.cpp             HashSet<RenderTableCell*> spanningCells;
HashSet           301 Source/core/rendering/RenderTableSection.h     HashSet<RenderTableCell*> m_overflowingCells;
HashSet           725 Source/core/rendering/RenderText.cpp ALWAYS_INLINE float RenderText::widthFromCache(const Font& f, int start, int len, float xPos, TextDirection textDirection, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
HashSet           885 Source/core/rendering/RenderText.cpp     HashSet<const SimpleFontData*> fallbackFonts;
HashSet           898 Source/core/rendering/RenderText.cpp void RenderText::computePreferredLogicalWidths(float leadWidth, HashSet<const SimpleFontData*>& fallbackFonts, GlyphOverflow& glyphOverflow)
HashSet          1489 Source/core/rendering/RenderText.cpp float RenderText::width(unsigned from, unsigned len, float xPos, TextDirection textDirection, bool firstLine, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
HashSet          1500 Source/core/rendering/RenderText.cpp float RenderText::width(unsigned from, unsigned len, const Font& f, float xPos, TextDirection textDirection, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
HashSet            87 Source/core/rendering/RenderText.h     virtual float width(unsigned from, unsigned len, const Font&, float xPos, TextDirection, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
HashSet            88 Source/core/rendering/RenderText.h     virtual float width(unsigned from, unsigned len, float xPos, TextDirection, bool firstLine = false, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
HashSet           167 Source/core/rendering/RenderText.h     void computePreferredLogicalWidths(float leadWidth, HashSet<const SimpleFontData*>& fallbackFonts, GlyphOverflow&);
HashSet           182 Source/core/rendering/RenderText.h     float widthFromCache(const Font&, int start, int len, float xPos, TextDirection, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow*) const;
HashSet           205 Source/core/rendering/RenderTextControl.cpp     static HashSet<AtomicString>* fontFamiliesWithInvalidCharWidthMap = 0;
HashSet           211 Source/core/rendering/RenderTextControl.cpp         fontFamiliesWithInvalidCharWidthMap = new HashSet<AtomicString>;
HashSet           555 Source/core/rendering/RenderView.cpp     HashSet<RenderBlock*> processedBlocks;
HashSet            50 Source/core/rendering/SubtreeLayoutScope.cpp     for (HashSet<RenderObject*>::iterator it = m_renderersToLayout.begin(); it != m_renderersToLayout.end(); ++it)
HashSet            64 Source/core/rendering/SubtreeLayoutScope.h     HashSet<RenderObject*> m_renderersToLayout;
HashSet           302 Source/core/rendering/compositing/RenderLayerCompositor.cpp     for (HashSet<RenderLayer*>::iterator it = m_outOfFlowPositionedLayers.begin(); it != m_outOfFlowPositionedLayers.end(); ++it)
HashSet           339 Source/core/rendering/compositing/RenderLayerCompositor.h     HashSet<RenderLayer*> m_viewportConstrainedLayers;
HashSet           340 Source/core/rendering/compositing/RenderLayerCompositor.h     HashSet<RenderLayer*> m_viewportConstrainedLayersNeedingUpdate;
HashSet           344 Source/core/rendering/compositing/RenderLayerCompositor.h     HashSet<RenderLayer*> m_outOfFlowPositionedLayers;
HashSet            60 Source/core/rendering/line/BreakingContextInlineHeaders.h     HashSet<const SimpleFontData*> fallbackFonts;
HashSet           522 Source/core/rendering/line/BreakingContextInlineHeaders.h ALWAYS_INLINE float textWidth(RenderText* text, unsigned from, unsigned len, const Font& font, float xPos, bool isFixedPitch, bool collapseWhiteSpace, HashSet<const SimpleFontData*>* fallbackFonts = 0)
HashSet            93 Source/core/rendering/style/KeyframeList.cpp             for (HashSet<CSSPropertyID>::const_iterator it = currKeyframe.properties().begin(); it != currKeyframe.properties().end(); ++it)
HashSet            97 Source/core/rendering/style/KeyframeList.cpp         for (HashSet<CSSPropertyID>::const_iterator it = keyframe.properties().begin(); it != keyframe.properties().end(); ++it)
HashSet            53 Source/core/rendering/style/KeyframeList.h     const HashSet<CSSPropertyID>& properties() const { return m_properties; }
HashSet            65 Source/core/rendering/style/KeyframeList.h     HashSet<CSSPropertyID> m_properties; // The properties specified in this keyframe.
HashSet            85 Source/core/rendering/style/KeyframeList.h     HashSet<CSSPropertyID>::const_iterator beginProperties() const { return m_properties.begin(); }
HashSet            86 Source/core/rendering/style/KeyframeList.h     HashSet<CSSPropertyID>::const_iterator endProperties() const { return m_properties.end(); }
HashSet            96 Source/core/rendering/style/KeyframeList.h     HashSet<CSSPropertyID> m_properties; // The properties being animated.
HashSet           186 Source/core/rendering/svg/RenderSVGResource.cpp     HashSet<SVGElement*>* dependencies = object->document().accessSVGExtensions().setOfElementsReferencingTarget(toSVGElement(object->node()));
HashSet           189 Source/core/rendering/svg/RenderSVGResource.cpp     HashSet<SVGElement*>::iterator end = dependencies->end();
HashSet           190 Source/core/rendering/svg/RenderSVGResource.cpp     for (HashSet<SVGElement*>::iterator it = dependencies->begin(); it != end; ++it) {
HashSet           115 Source/core/rendering/svg/RenderSVGResourceContainer.cpp     HashSet<RenderObject*>::iterator end = m_clients.end();
HashSet           116 Source/core/rendering/svg/RenderSVGResourceContainer.cpp     for (HashSet<RenderObject*>::iterator it = m_clients.begin(); it != end; ++it) {
HashSet           136 Source/core/rendering/svg/RenderSVGResourceContainer.cpp     HashSet<RenderLayer*>::iterator layerEnd = m_clientLayers.end();
HashSet           137 Source/core/rendering/svg/RenderSVGResourceContainer.cpp     for (HashSet<RenderLayer*>::iterator it = m_clientLayers.begin(); it != layerEnd; ++it)
HashSet            85 Source/core/rendering/svg/RenderSVGResourceContainer.h     HashSet<RenderObject*> m_clients;
HashSet            86 Source/core/rendering/svg/RenderSVGResourceContainer.h     HashSet<RenderLayer*> m_clientLayers;
HashSet            93 Source/core/rendering/svg/RenderSVGResourceFilter.h     HashSet<RenderObject*> m_objects;
HashSet            72 Source/core/rendering/svg/RenderSVGViewportContainer.cpp         const HashSet<SVGElementInstance*>& instances = correspondingElement->instancesForElement();
HashSet            76 Source/core/rendering/svg/RenderSVGViewportContainer.cpp         const HashSet<SVGElementInstance*>::const_iterator end = instances.end();
HashSet            77 Source/core/rendering/svg/RenderSVGViewportContainer.cpp         for (HashSet<SVGElementInstance*>::const_iterator it = instances.begin(); it != end; ++it) {
HashSet           206 Source/core/rendering/svg/SVGRenderSupport.cpp     HashSet<RenderObject*> notlayoutedObjects;
HashSet           264 Source/core/rendering/svg/SVGRenderSupport.cpp     HashSet<RenderObject*>::iterator end = notlayoutedObjects.end();
HashSet           265 Source/core/rendering/svg/SVGRenderSupport.cpp     for (HashSet<RenderObject*>::iterator it = notlayoutedObjects.begin(); it != end; ++it)
HashSet            46 Source/core/rendering/svg/SVGResources.cpp static HashSet<AtomicString>& clipperFilterMaskerTags()
HashSet            48 Source/core/rendering/svg/SVGResources.cpp     DEFINE_STATIC_LOCAL(HashSet<AtomicString>, s_tagList, ());
HashSet            96 Source/core/rendering/svg/SVGResources.cpp     DEFINE_STATIC_LOCAL(HashSet<AtomicString>, s_tagList, ());
HashSet           107 Source/core/rendering/svg/SVGResources.cpp static HashSet<AtomicString>& fillAndStrokeTags()
HashSet           109 Source/core/rendering/svg/SVGResources.cpp     DEFINE_STATIC_LOCAL(HashSet<AtomicString>, s_tagList, ());
HashSet           127 Source/core/rendering/svg/SVGResources.cpp static HashSet<AtomicString>& chainableResourceTags()
HashSet           129 Source/core/rendering/svg/SVGResources.cpp     DEFINE_STATIC_LOCAL(HashSet<AtomicString>, s_tagList, ());
HashSet           441 Source/core/rendering/svg/SVGResources.cpp void SVGResources::buildSetOfResources(HashSet<RenderSVGResourceContainer*>& set)
HashSet            73 Source/core/rendering/svg/SVGResources.h     void buildSetOfResources(HashSet<RenderSVGResourceContainer*>&);
HashSet            61 Source/core/rendering/svg/SVGResourcesCache.cpp     HashSet<RenderSVGResourceContainer*> resourceSet;
HashSet            64 Source/core/rendering/svg/SVGResourcesCache.cpp     HashSet<RenderSVGResourceContainer*>::iterator end = resourceSet.end();
HashSet            65 Source/core/rendering/svg/SVGResourcesCache.cpp     for (HashSet<RenderSVGResourceContainer*>::iterator it = resourceSet.begin(); it != end; ++it)
HashSet            76 Source/core/rendering/svg/SVGResourcesCache.cpp     HashSet<RenderSVGResourceContainer*> resourceSet;
HashSet            79 Source/core/rendering/svg/SVGResourcesCache.cpp     HashSet<RenderSVGResourceContainer*>::iterator end = resourceSet.end();
HashSet            80 Source/core/rendering/svg/SVGResourcesCache.cpp     for (HashSet<RenderSVGResourceContainer*>::iterator it = resourceSet.begin(); it != end; ++it)
HashSet            58 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp         HashSet<RenderSVGResourceContainer*> resourceSet;
HashSet            62 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp         HashSet<RenderSVGResourceContainer*>::iterator end = resourceSet.end();
HashSet            63 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp         for (HashSet<RenderSVGResourceContainer*>::iterator it = resourceSet.begin(); it != end; ++it) {
HashSet            78 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp         HashSet<RenderSVGResourceContainer*> childSet;
HashSet            82 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp         HashSet<RenderSVGResourceContainer*>::iterator end = childSet.end();
HashSet            83 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp         for (HashSet<RenderSVGResourceContainer*>::iterator it = childSet.begin(); it != end; ++it) {
HashSet           106 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp     HashSet<RenderSVGResourceContainer*> localResources;
HashSet           111 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp     HashSet<RenderSVGResourceContainer*> parentResources;
HashSet           123 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp         HashSet<RenderSVGResourceContainer*>::iterator end = localResources.end();
HashSet           124 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp         for (HashSet<RenderSVGResourceContainer*>::iterator it = localResources.begin(); it != end; ++it)
HashSet           129 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp         for (HashSet<RenderSVGResourceContainer*>::iterator it = parentResources.begin(); it != end; ++it)
HashSet           136 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp     HashSet<RenderSVGResourceContainer*>::iterator end = parentResources.end();
HashSet           137 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp     for (HashSet<RenderSVGResourceContainer*>::iterator it = parentResources.begin(); it != end; ++it)
HashSet           149 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp     for (HashSet<RenderSVGResourceContainer*>::iterator it = localResources.begin(); it != end; ++it) {
HashSet            46 Source/core/rendering/svg/SVGResourcesCycleSolver.h     HashSet<RenderSVGResourceContainer*> m_allResources;
HashSet           146 Source/core/storage/StorageArea.cpp     const HashSet<Page*>& pages = Page::ordinaryPages();
HashSet           147 Source/core/storage/StorageArea.cpp     for (HashSet<Page*>::const_iterator it = pages.begin(); it != pages.end(); ++it) {
HashSet           160 Source/core/storage/StorageArea.cpp     const HashSet<Page*>& pages = Page::ordinaryPages();
HashSet           161 Source/core/storage/StorageArea.cpp     for (HashSet<Page*>::const_iterator it = pages.begin(); it != pages.end(); ++it) {
HashSet            83 Source/core/svg/SVGAElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet           151 Source/core/svg/SVGAnimateElement.cpp     const HashSet<SVGElementInstance*>& instances = targetElement->instancesForElement();
HashSet           152 Source/core/svg/SVGAnimateElement.cpp     const HashSet<SVGElementInstance*>::const_iterator end = instances.end();
HashSet           153 Source/core/svg/SVGAnimateElement.cpp     for (HashSet<SVGElementInstance*>::const_iterator it = instances.begin(); it != end; ++it) {
HashSet           234 Source/core/svg/SVGAnimateElement.cpp     const HashSet<SVGElementInstance*>& instances = targetElement->instancesForElement();
HashSet           235 Source/core/svg/SVGAnimateElement.cpp     const HashSet<SVGElementInstance*>::const_iterator end = instances.end();
HashSet           236 Source/core/svg/SVGAnimateElement.cpp     for (HashSet<SVGElementInstance*>::const_iterator it = instances.begin(); it != end; ++it) {
HashSet           254 Source/core/svg/SVGAnimateElement.cpp     const HashSet<SVGElementInstance*>& instances = targetElement->instancesForElement();
HashSet           255 Source/core/svg/SVGAnimateElement.cpp     const HashSet<SVGElementInstance*>::const_iterator end = instances.end();
HashSet           256 Source/core/svg/SVGAnimateElement.cpp     for (HashSet<SVGElementInstance*>::const_iterator it = instances.begin(); it != end; ++it) {
HashSet           279 Source/core/svg/SVGAnimateElement.cpp     const HashSet<SVGElementInstance*>& instances = targetElement->instancesForElement();
HashSet           280 Source/core/svg/SVGAnimateElement.cpp     const HashSet<SVGElementInstance*>::const_iterator end = instances.end();
HashSet           281 Source/core/svg/SVGAnimateElement.cpp     for (HashSet<SVGElementInstance*>::const_iterator it = instances.begin(); it != end; ++it) {
HashSet           101 Source/core/svg/SVGAnimateMotionElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet           312 Source/core/svg/SVGAnimateMotionElement.cpp     const HashSet<SVGElementInstance*>& instances = targetElement->instancesForElement();
HashSet           313 Source/core/svg/SVGAnimateMotionElement.cpp     const HashSet<SVGElementInstance*>::const_iterator end = instances.end();
HashSet           314 Source/core/svg/SVGAnimateMotionElement.cpp     for (HashSet<SVGElementInstance*>::const_iterator it = instances.begin(); it != end; ++it) {
HashSet            58 Source/core/svg/SVGAnimateTransformElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet           145 Source/core/svg/SVGAnimationElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            52 Source/core/svg/SVGCircleElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            46 Source/core/svg/SVGClipPathElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            70 Source/core/svg/SVGComponentTransferFunctionElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            52 Source/core/svg/SVGCursorElement.cpp     HashSet<SVGElement*>::iterator end = m_clients.end();
HashSet            53 Source/core/svg/SVGCursorElement.cpp     for (HashSet<SVGElement*>::iterator it = m_clients.begin(); it != end; ++it)
HashSet            59 Source/core/svg/SVGCursorElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            96 Source/core/svg/SVGCursorElement.cpp     HashSet<SVGElement*>::iterator it = m_clients.find(element);
HashSet           118 Source/core/svg/SVGCursorElement.cpp     HashSet<SVGElement*>::const_iterator it = m_clients.begin();
HashSet           119 Source/core/svg/SVGCursorElement.cpp     HashSet<SVGElement*>::const_iterator end = m_clients.end();
HashSet            62 Source/core/svg/SVGCursorElement.h     HashSet<SVGElement*> m_clients;
HashSet           118 Source/core/svg/SVGDocumentExtensions.cpp     HashSet<SVGSVGElement*>::iterator end = m_timeContainers.end();
HashSet           119 Source/core/svg/SVGDocumentExtensions.cpp     for (HashSet<SVGSVGElement*>::iterator itr = m_timeContainers.begin(); itr != end; ++itr)
HashSet           125 Source/core/svg/SVGDocumentExtensions.cpp     HashSet<SVGSVGElement*>::iterator end = m_timeContainers.end();
HashSet           126 Source/core/svg/SVGDocumentExtensions.cpp     for (HashSet<SVGSVGElement*>::iterator itr = m_timeContainers.begin(); itr != end; ++itr)
HashSet           312 Source/core/svg/SVGDocumentExtensions.cpp HashSet<SVGElement*>* SVGDocumentExtensions::setOfElementsReferencingTarget(SVGElement* referencedElement) const
HashSet           315 Source/core/svg/SVGDocumentExtensions.cpp     const HashMap<SVGElement*, OwnPtr<HashSet<SVGElement*> > >::const_iterator it = m_elementDependencies.find(referencedElement);
HashSet           326 Source/core/svg/SVGDocumentExtensions.cpp     if (HashSet<SVGElement*>* elements = m_elementDependencies.get(referencedElement)) {
HashSet           331 Source/core/svg/SVGDocumentExtensions.cpp     OwnPtr<HashSet<SVGElement*> > elements = adoptPtr(new HashSet<SVGElement*>);
HashSet           340 Source/core/svg/SVGDocumentExtensions.cpp     HashMap<SVGElement*, OwnPtr<HashSet<SVGElement*> > >::iterator end = m_elementDependencies.end();
HashSet           341 Source/core/svg/SVGDocumentExtensions.cpp     for (HashMap<SVGElement*, OwnPtr<HashSet<SVGElement*> > >::iterator it = m_elementDependencies.begin(); it != end; ++it) {
HashSet           343 Source/core/svg/SVGDocumentExtensions.cpp         HashSet<SVGElement*>* referencingElements = it->value.get();
HashSet           344 Source/core/svg/SVGDocumentExtensions.cpp         HashSet<SVGElement*>::iterator setIt = referencingElements->find(referencingElement);
HashSet           361 Source/core/svg/SVGDocumentExtensions.cpp     HashMap<SVGElement*, OwnPtr<HashSet<SVGElement*> > >::iterator it = m_elementDependencies.find(referencedElement);
HashSet           367 Source/core/svg/SVGDocumentExtensions.cpp     HashSet<SVGElement*>* referencingElements = it->value.get();
HashSet           368 Source/core/svg/SVGDocumentExtensions.cpp     HashSet<SVGElement*>::iterator setEnd = referencingElements->end();
HashSet           369 Source/core/svg/SVGDocumentExtensions.cpp     for (HashSet<SVGElement*>::iterator setIt = referencingElements->begin(); setIt != setEnd; ++setIt)
HashSet           376 Source/core/svg/SVGDocumentExtensions.cpp         if (HashSet<SVGElement*>* referencingElements = setOfElementsReferencingTarget(referencedElement)) {
HashSet           386 Source/core/svg/SVGDocumentExtensions.cpp     HashMap<SVGElement*, OwnPtr<HashSet<SVGElement*> > >::iterator it = m_elementDependencies.find(referencedElement);
HashSet           418 Source/core/svg/SVGDocumentExtensions.cpp     HashSet<SVGSVGElement*>::iterator end = m_relativeLengthSVGRoots.end();
HashSet           419 Source/core/svg/SVGDocumentExtensions.cpp     for (HashSet<SVGSVGElement*>::iterator it = m_relativeLengthSVGRoots.begin(); it != end; ++it)
HashSet            46 Source/core/svg/SVGDocumentExtensions.h     typedef HashSet<Element*> SVGPendingElements;
HashSet            69 Source/core/svg/SVGDocumentExtensions.h     HashSet<SVGElement*>* setOfElementsReferencingTarget(SVGElement* referencedElement) const;
HashSet            81 Source/core/svg/SVGDocumentExtensions.h     const HashSet<SVGFontFaceElement*>& svgFontFaceElements() const { return m_svgFontFaceElements; }
HashSet            91 Source/core/svg/SVGDocumentExtensions.h     HashSet<SVGSVGElement*> m_timeContainers; // For SVG 1.2 support this will need to be made more general.
HashSet            93 Source/core/svg/SVGDocumentExtensions.h     HashSet<SVGFontFaceElement*> m_svgFontFaceElements;
HashSet            95 Source/core/svg/SVGDocumentExtensions.h     HashSet<RefPtr<SVGFontFaceElement> > m_pendingSVGFontFaceElementsForRemoval;
HashSet           100 Source/core/svg/SVGDocumentExtensions.h     HashMap<SVGElement*, OwnPtr<HashSet<SVGElement*> > > m_elementDependencies;
HashSet           102 Source/core/svg/SVGDocumentExtensions.h     HashSet<SVGSVGElement*> m_relativeLengthSVGRoots; // Root SVG elements with relative length descendants.
HashSet           485 Source/core/svg/SVGElement.cpp     HashSet<SVGElement*>::iterator end = m_elementsWithRelativeLengths.end();
HashSet           486 Source/core/svg/SVGElement.cpp     for (HashSet<SVGElement*>::iterator it = m_elementsWithRelativeLengths.begin(); it != end; ++it) {
HashSet           531 Source/core/svg/SVGElement.cpp     HashSet<SVGElementInstance*>& instances = ensureSVGRareData()->elementInstances();
HashSet           542 Source/core/svg/SVGElement.cpp     HashSet<SVGElementInstance*>& instances = svgRareData()->elementInstances();
HashSet           548 Source/core/svg/SVGElement.cpp const HashSet<SVGElementInstance*>& SVGElement::instancesForElement() const
HashSet           551 Source/core/svg/SVGElement.cpp         DEFINE_STATIC_LOCAL(HashSet<SVGElementInstance*>, emptyInstances, ());
HashSet           741 Source/core/svg/SVGElement.cpp static inline void collectInstancesForSVGElement(SVGElement* element, HashSet<SVGElementInstance*>& instances)
HashSet           761 Source/core/svg/SVGElement.cpp     HashSet<SVGElementInstance*> instances;
HashSet           763 Source/core/svg/SVGElement.cpp     const HashSet<SVGElementInstance*>::const_iterator end = instances.end();
HashSet           764 Source/core/svg/SVGElement.cpp     for (HashSet<SVGElementInstance*>::const_iterator it = instances.begin(); it != end; ++it) {
HashSet           777 Source/core/svg/SVGElement.cpp     HashSet<SVGElementInstance*> instances;
HashSet           794 Source/core/svg/SVGElement.cpp     const HashSet<SVGElementInstance*>::const_iterator end = instances.end();
HashSet           795 Source/core/svg/SVGElement.cpp     for (HashSet<SVGElementInstance*>::const_iterator it = instances.begin(); it != end; ++it) {
HashSet          1015 Source/core/svg/SVGElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, animatableAttributes, ());
HashSet           107 Source/core/svg/SVGElement.h     const HashSet<SVGElementInstance*>& instancesForElement() const;
HashSet           203 Source/core/svg/SVGElement.h     HashSet<SVGElement*> m_elementsWithRelativeLengths;
HashSet           180 Source/core/svg/SVGElementInstance.cpp     const HashSet<SVGElementInstance*>& set = element->instancesForElement();
HashSet           185 Source/core/svg/SVGElementInstance.cpp     const HashSet<SVGElementInstance*>::const_iterator end = set.end();
HashSet           186 Source/core/svg/SVGElementInstance.cpp     for (HashSet<SVGElementInstance*>::const_iterator it = set.begin(); it != end; ++it) {
HashSet            62 Source/core/svg/SVGElementRareData.h     HashSet<SVGElementInstance*>& elementInstances() { return m_elementInstances; }
HashSet            63 Source/core/svg/SVGElementRareData.h     const HashSet<SVGElementInstance*>& elementInstances() const { return m_elementInstances; }
HashSet           109 Source/core/svg/SVGElementRareData.h     HashSet<SVGElementInstance*> m_elementInstances;
HashSet            54 Source/core/svg/SVGEllipseElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            65 Source/core/svg/SVGFEBlendElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            65 Source/core/svg/SVGFEColorMatrixElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            51 Source/core/svg/SVGFEComponentTransferElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            75 Source/core/svg/SVGFECompositeElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            81 Source/core/svg/SVGFEConvolveMatrixElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            55 Source/core/svg/SVGFEDiffuseLightingElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            68 Source/core/svg/SVGFEDisplacementMapElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            62 Source/core/svg/SVGFEDropShadowElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            58 Source/core/svg/SVGFEGaussianBlurElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet           109 Source/core/svg/SVGFEImageElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            75 Source/core/svg/SVGFELightElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            45 Source/core/svg/SVGFEMergeNodeElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            70 Source/core/svg/SVGFEMorphologyElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            52 Source/core/svg/SVGFEOffsetElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            58 Source/core/svg/SVGFESpecularLightingElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            47 Source/core/svg/SVGFETileElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            77 Source/core/svg/SVGFETurbulenceElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            80 Source/core/svg/SVGFilterElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet           156 Source/core/svg/SVGFilterElement.cpp     HashSet<RefPtr<Node> >::iterator layerEnd = m_clientsToAdd.end();
HashSet           157 Source/core/svg/SVGFilterElement.cpp     for (HashSet<RefPtr<Node> >::iterator it = m_clientsToAdd.begin(); it != layerEnd; ++it)
HashSet            78 Source/core/svg/SVGFilterElement.h     HashSet<RefPtr<Node> > m_clientsToAdd;
HashSet            59 Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            61 Source/core/svg/SVGFitToViewBox.cpp void SVGFitToViewBox::addSupportedAttributes(HashSet<QualifiedName>& supportedAttributes)
HashSet            51 Source/core/svg/SVGFitToViewBox.h     static void addSupportedAttributes(HashSet<QualifiedName>&);
HashSet           108 Source/core/svg/SVGFontElement.cpp Vector<SVGGlyph> SVGFontElement::buildGlyphList(const UnicodeRanges& unicodeRanges, const HashSet<String>& unicodeNames, const HashSet<String>& glyphNames) const
HashSet           117 Source/core/svg/SVGFontElement.cpp         const HashSet<String>::const_iterator end = unicodeNames.end();
HashSet           118 Source/core/svg/SVGFontElement.cpp         for (HashSet<String>::const_iterator it = unicodeNames.begin(); it != end; ++it)
HashSet           122 Source/core/svg/SVGFontElement.cpp         const HashSet<String>::const_iterator end = glyphNames.end();
HashSet           123 Source/core/svg/SVGFontElement.cpp         for (HashSet<String>::const_iterator it = glyphNames.begin(); it != end; ++it) {
HashSet            39 Source/core/svg/SVGFontElement.h     HashSet<String> unicodeName1;
HashSet            40 Source/core/svg/SVGFontElement.h     HashSet<String> unicodeName2;
HashSet            41 Source/core/svg/SVGFontElement.h     HashSet<String> glyphName1;
HashSet            42 Source/core/svg/SVGFontElement.h     HashSet<String> glyphName2;
HashSet            80 Source/core/svg/SVGFontElement.h     Vector<SVGGlyph> buildGlyphList(const UnicodeRanges&, const HashSet<String>& unicodeNames, const HashSet<String>& glyphNames) const;
HashSet            58 Source/core/svg/SVGForeignObjectElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            46 Source/core/svg/SVGGElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            65 Source/core/svg/SVGGradientElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet           165 Source/core/svg/SVGGraphicsElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            74 Source/core/svg/SVGImageElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            53 Source/core/svg/SVGLineElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            61 Source/core/svg/SVGLinearGradientElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet           154 Source/core/svg/SVGLinearGradientElement.cpp     HashSet<SVGGradientElement*> processedGradients;
HashSet            99 Source/core/svg/SVGMPathElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            81 Source/core/svg/SVGMarkerElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            68 Source/core/svg/SVGMaskElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet           226 Source/core/svg/SVGParserUtilities.cpp static bool parseGlyphName(const CharType*& ptr, const CharType* end, HashSet<String>& values)
HashSet           251 Source/core/svg/SVGParserUtilities.cpp bool parseGlyphName(const String& input, HashSet<String>& values)
HashSet           338 Source/core/svg/SVGParserUtilities.cpp static bool genericParseKerningUnicodeString(const CharType*& ptr, const CharType* end, UnicodeRanges& rangeList, HashSet<String>& stringList)
HashSet           360 Source/core/svg/SVGParserUtilities.cpp bool parseKerningUnicodeString(const String& input, UnicodeRanges& rangeList, HashSet<String>& stringList)
HashSet            84 Source/core/svg/SVGParserUtilities.h bool parseKerningUnicodeString(const String& input, UnicodeRanges&, HashSet<String>& stringList);
HashSet            85 Source/core/svg/SVGParserUtilities.h bool parseGlyphName(const String& input, HashSet<String>& values);
HashSet           187 Source/core/svg/SVGPathElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet           243 Source/core/svg/SVGPathElement.cpp     if (HashSet<SVGElement*>* dependencies = document().accessSVGExtensions().setOfElementsReferencingTarget(this)) {
HashSet           244 Source/core/svg/SVGPathElement.cpp         HashSet<SVGElement*>::iterator end = dependencies->end();
HashSet           245 Source/core/svg/SVGPathElement.cpp         for (HashSet<SVGElement*>::iterator it = dependencies->begin(); it != end; ++it) {
HashSet            66 Source/core/svg/SVGPatternElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet           186 Source/core/svg/SVGPatternElement.cpp     HashSet<const SVGPatternElement*> processedPatterns;
HashSet            42 Source/core/svg/SVGPolyElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            69 Source/core/svg/SVGRadialGradientElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet           174 Source/core/svg/SVGRadialGradientElement.cpp     HashSet<SVGGradientElement*> processedGradients;
HashSet            58 Source/core/svg/SVGRectElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            51 Source/core/svg/SVGScriptElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            47 Source/core/svg/SVGStopElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            99 Source/core/svg/SVGStyleElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            45 Source/core/svg/SVGSymbolElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet           112 Source/core/svg/SVGTests.cpp void SVGTests::addSupportedAttributes(HashSet<QualifiedName>& supportedAttributes)
HashSet            45 Source/core/svg/SVGTests.h     void addSupportedAttributes(HashSet<QualifiedName>&);
HashSet           202 Source/core/svg/SVGTextContentElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            85 Source/core/svg/SVGTextPathElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            53 Source/core/svg/SVGTextPositioningElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            98 Source/core/svg/SVGURIReference.cpp void SVGURIReference::addSupportedAttributes(HashSet<QualifiedName>& supportedAttributes)
HashSet            37 Source/core/svg/SVGURIReference.h     void addSupportedAttributes(HashSet<QualifiedName>&);
HashSet           110 Source/core/svg/SVGUseElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet           271 Source/core/svg/SVGUseElement.cpp     const HashSet<SVGElementInstance*>& elementInstances = element->instancesForElement();
HashSet           274 Source/core/svg/SVGUseElement.cpp     const HashSet<SVGElementInstance*>::const_iterator end = elementInstances.end();
HashSet           275 Source/core/svg/SVGUseElement.cpp     for (HashSet<SVGElementInstance*>::const_iterator it = elementInstances.begin(); it != end; ++it) {
HashSet           307 Source/core/svg/SVGUseElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, allowedElementTags, ());
HashSet           869 Source/core/svg/SVGUseElement.cpp     const HashSet<SVGElementInstance*>& instances = instancesForElement();
HashSet           870 Source/core/svg/SVGUseElement.cpp     const HashSet<SVGElementInstance*>::const_iterator end = instances.end();
HashSet           871 Source/core/svg/SVGUseElement.cpp     for (HashSet<SVGElementInstance*>::const_iterator it = instances.begin(); it != end; ++it) {
HashSet            44 Source/core/svg/SVGViewElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet            47 Source/core/svg/SVGZoomAndPan.cpp void SVGZoomAndPan::addSupportedAttributes(HashSet<QualifiedName>& supportedAttributes)
HashSet            50 Source/core/svg/SVGZoomAndPan.h     static void addSupportedAttributes(HashSet<QualifiedName>&);
HashSet           485 Source/core/svg/animation/SVGSMILElement.cpp     HashSet<double> existing;
HashSet           502 Source/core/svg/animation/SVGSMILElement.cpp     DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
HashSet          1240 Source/core/svg/animation/SVGSMILElement.cpp     DEFINE_STATIC_LOCAL(HashSet<SVGSMILElement*>, loopBreaker, ());
HashSet           216 Source/core/svg/animation/SVGSMILElement.h     typedef HashSet<SVGSMILElement*> TimeDependentSet;
HashSet            97 Source/core/svg/graphics/filters/SVGFilterBuilder.cpp     HashSet<FilterEffect*>& effectReferences = this->effectReferences(effect);
HashSet            98 Source/core/svg/graphics/filters/SVGFilterBuilder.cpp     HashSet<FilterEffect*>::iterator end = effectReferences.end();
HashSet            99 Source/core/svg/graphics/filters/SVGFilterBuilder.cpp     for (HashSet<FilterEffect*>::iterator it = effectReferences.begin(); it != end; ++it)
HashSet            37 Source/core/svg/graphics/filters/SVGFilterBuilder.h     typedef HashSet<FilterEffect*> FilterEffectSet;
HashSet            56 Source/core/workers/WorkerThread.cpp static HashSet<WorkerThread*>& workerThreads()
HashSet            58 Source/core/workers/WorkerThread.cpp     DEFINE_STATIC_LOCAL(HashSet<WorkerThread*>, threads, ());
HashSet           252 Source/core/workers/WorkerThread.cpp     HashSet<WorkerThread*>& threads = workerThreads();
HashSet           253 Source/core/workers/WorkerThread.cpp     HashSet<WorkerThread*>::iterator end = threads.end();
HashSet           254 Source/core/workers/WorkerThread.cpp     for (HashSet<WorkerThread*>::iterator it = threads.begin(); it != end; ++it)
HashSet            79 Source/core/xml/XMLHttpRequest.cpp     HashSet<String, CaseFoldingHash> m_forbiddenRequestHeaders;
HashSet           336 Source/core/xml/XPathFunctions.cpp     HashSet<Node*> resultSet;
HashSet           110 Source/core/xml/XPathNodeSet.cpp     HashSet<Node*> parentNodes;
HashSet           194 Source/core/xml/XPathNodeSet.cpp     HashSet<Node*> nodes;
HashSet           110 Source/core/xml/XPathParser.cpp     DEFINE_STATIC_LOCAL(HashSet<String>, nodeTypeNames, ());
HashSet           481 Source/core/xml/XPathParser.cpp         HashSet<Vector<OwnPtr<Predicate> >*>::iterator pend = m_predicateVectors.end();
HashSet           482 Source/core/xml/XPathParser.cpp         for (HashSet<Vector<OwnPtr<Predicate> >*>::iterator it = m_predicateVectors.begin(); it != pend; ++it)
HashSet           486 Source/core/xml/XPathParser.cpp         HashSet<Vector<OwnPtr<Expression> >*>::iterator eend = m_expressionVectors.end();
HashSet           487 Source/core/xml/XPathParser.cpp         for (HashSet<Vector<OwnPtr<Expression> >*>::iterator it = m_expressionVectors.begin(); it != eend; ++it)
HashSet           126 Source/core/xml/XPathParser.h     HashSet<ParseNode*> m_parseNodes;
HashSet           127 Source/core/xml/XPathParser.h     HashSet<Vector<OwnPtr<Predicate> >*> m_predicateVectors;
HashSet           128 Source/core/xml/XPathParser.h     HashSet<Vector<OwnPtr<Expression> >*> m_expressionVectors;
HashSet           129 Source/core/xml/XPathParser.h     HashSet<String*> m_strings;
HashSet           130 Source/core/xml/XPathParser.h     HashSet<Step::NodeTest*> m_nodeTests;
HashSet           126 Source/core/xml/XPathPath.cpp         HashSet<Node*> newNodesSet;
HashSet           235 Source/core/xml/XPathPredicate.cpp     HashSet<Node*> nodes;
HashSet            10 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java import java.util.HashSet;
HashSet            18 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java             new HashSet<>();
HashSet            33 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java     private final Set<FunctionRecord> functionsRequiringThisAnnotation = new HashSet<>();
HashSet           153 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java             set = new HashSet<>();
HashSet            11 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java import java.util.HashSet;
HashSet            18 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java     private static final Set<String> IGNORED_SUPER_TYPES = new HashSet<>();
HashSet            23 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java     private final Set<TypeRecord> typesWithAssignedProto = new HashSet<>();
HashSet            24 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java     private final Set<FunctionRecord> functionsMissingSuperCall = new HashSet<>();
HashSet            10 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ReturnAnnotationChecker.java import java.util.HashSet;
HashSet            15 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ReturnAnnotationChecker.java     private final Set<FunctionRecord> valueReturningFunctions = new HashSet<>();
HashSet            16 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ReturnAnnotationChecker.java     private final Set<FunctionRecord> throwingFunctions = new HashSet<>();
HashSet           121 Source/modules/imagebitmap/ImageBitmapFactories.h     HashSet<RefPtr<ImageBitmapLoader> > m_pendingLoaders;
HashSet           134 Source/modules/indexeddb/IDBTransaction.h     typedef HashSet<RefPtr<IDBObjectStore> > IDBObjectStoreSet;
HashSet            40 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp static HashSet<String>* protocolWhitelist;
HashSet            44 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp     protocolWhitelist = new HashSet<String>;
HashSet           920 Source/modules/webaudio/AudioContext.cpp     for (HashSet<AudioSummingJunction*>::iterator i = m_dirtySummingJunctions.begin(); i != m_dirtySummingJunctions.end(); ++i)
HashSet           930 Source/modules/webaudio/AudioContext.cpp     for (HashSet<AudioNodeOutput*>::iterator i = m_dirtyAudioNodeOutputs.begin(); i != m_dirtyAudioNodeOutputs.end(); ++i)
HashSet           965 Source/modules/webaudio/AudioContext.cpp         for (HashSet<AudioNode*>::iterator i = m_automaticPullNodes.begin(); i != m_automaticPullNodes.end(); ++i, ++j) {
HashSet           299 Source/modules/webaudio/AudioContext.h     HashSet<AudioSummingJunction*> m_dirtySummingJunctions;
HashSet           300 Source/modules/webaudio/AudioContext.h     HashSet<AudioNodeOutput*> m_dirtyAudioNodeOutputs;
HashSet           306 Source/modules/webaudio/AudioContext.h     HashSet<AudioNode*> m_automaticPullNodes;
HashSet           158 Source/modules/webaudio/AudioNodeInput.cpp     for (HashSet<AudioNodeOutput*>::iterator i = m_outputs.begin(); i != m_outputs.end(); ++i) {
HashSet            88 Source/modules/webaudio/AudioNodeInput.h     HashSet<AudioNodeOutput*> m_disabledOutputs;
HashSet           134 Source/modules/webaudio/AudioNodeOutput.h     HashSet<AudioNodeInput*> m_inputs;
HashSet           135 Source/modules/webaudio/AudioNodeOutput.h     typedef HashSet<AudioNodeInput*>::iterator InputsIterator;
HashSet           143 Source/modules/webaudio/AudioNodeOutput.h     HashSet<RefPtr<AudioParam> > m_params;
HashSet           144 Source/modules/webaudio/AudioNodeOutput.h     typedef HashSet<RefPtr<AudioParam> >::iterator ParamsIterator;
HashSet            68 Source/modules/webaudio/AudioSummingJunction.cpp         for (HashSet<AudioNodeOutput*>::iterator i = m_outputs.begin(); i != m_outputs.end(); ++i, ++j) {
HashSet            67 Source/modules/webaudio/AudioSummingJunction.h     HashSet<AudioNodeOutput*> m_outputs;
HashSet           121 Source/modules/webdatabase/DatabaseAuthorizer.h     HashSet<String, CaseFoldingHash> m_whitelistedFunctions;
HashSet           169 Source/modules/webdatabase/DatabaseBackendBase.cpp typedef HashMap<DatabaseGuid, HashSet<DatabaseBackendBase*>*> GuidDatabaseMap;
HashSet           225 Source/modules/webdatabase/DatabaseBackendBase.cpp         HashSet<DatabaseBackendBase*>* hashSet = guidToDatabaseMap().get(m_guid);
HashSet           227 Source/modules/webdatabase/DatabaseBackendBase.cpp             hashSet = new HashSet<DatabaseBackendBase*>;
HashSet           271 Source/modules/webdatabase/DatabaseBackendBase.cpp         HashSet<DatabaseBackendBase*>* hashSet = guidToDatabaseMap().get(m_guid);
HashSet            93 Source/modules/webdatabase/DatabaseContext.h     HashSet<DatabaseBackendBase*> m_openSyncDatabases;
HashSet            72 Source/modules/webdatabase/DatabaseTracker.h     typedef HashSet<DatabaseBackendBase*> DatabaseSet;
HashSet           349 Source/modules/websockets/WebSocket.cpp     HashSet<String> visited;
HashSet            82 Source/platform/LifecycleNotifier.h     typedef HashSet<Observer*> ObserverSet;
HashSet            75 Source/platform/SharedBuffer.cpp static HashSet<SharedBuffer*>& liveBuffers()
HashSet            77 Source/platform/SharedBuffer.cpp     DEFINE_STATIC_LOCAL(HashSet<SharedBuffer*>, buffers, ());
HashSet           115 Source/platform/SharedBuffer.cpp     for (HashSet<SharedBuffer*>::const_iterator iter = liveBuffers().begin(); iter != liveBuffers().end(); ++iter)
HashSet           222 Source/platform/fonts/Character.cpp     static HashSet<UChar32>* cjkIsolatedSymbols = 0;
HashSet           224 Source/platform/fonts/Character.cpp         cjkIsolatedSymbols = new HashSet<UChar32>();
HashSet           140 Source/platform/fonts/Font.cpp float Font::width(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
HashSet           749 Source/platform/fonts/Font.cpp float Font::floatWidthForSimpleText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
HashSet            98 Source/platform/fonts/Font.h     float width(const TextRun&, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
HashSet           140 Source/platform/fonts/Font.h     float floatWidthForSimpleText(const TextRun&, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
HashSet           150 Source/platform/fonts/Font.h     float floatWidthForComplexText(const TextRun&, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
HashSet           246 Source/platform/fonts/FontCache.cpp static HashSet<FontCacheClient*>* gClients;
HashSet           251 Source/platform/fonts/FontCache.cpp         gClients = new HashSet<FontCacheClient*>;
HashSet           289 Source/platform/fonts/FontCache.cpp     HashSet<FontCacheClient*>::iterator end = gClients->end();
HashSet           290 Source/platform/fonts/FontCache.cpp     for (HashSet<FontCacheClient*>::iterator it = gClients->begin(); it != end; ++it)
HashSet            39 Source/platform/fonts/WidthIterator.cpp WidthIterator::WidthIterator(const Font* font, const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, bool accountForGlyphBounds, bool forTextEmphasis)
HashSet            44 Source/platform/fonts/WidthIterator.h     WidthIterator(const Font*, const TextRun&, HashSet<const SimpleFontData*>* fallbackFonts = 0, bool accountForGlyphBounds = false, bool forTextEmphasis = false);
HashSet            90 Source/platform/fonts/WidthIterator.h     HashSet<const SimpleFontData*>* m_fallbackFonts;
HashSet           215 Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* /* fallbackFonts */, GlyphOverflow* glyphOverflow) const
HashSet            55 Source/platform/fonts/mac/ComplexTextController.cpp ComplexTextController::ComplexTextController(const Font* font, const TextRun& run, bool mayUseNaturalWritingDirection, HashSet<const SimpleFontData*>* fallbackFonts, bool forTextEmphasis)
HashSet           428 Source/platform/fonts/mac/ComplexTextController.cpp void ComplexTextController::advance(unsigned offset, GlyphBuffer* glyphBuffer, GlyphIterationStyle iterationStyle, HashSet<const SimpleFontData*>* fallbackFonts)
HashSet            54 Source/platform/fonts/mac/ComplexTextController.h     ComplexTextController(const Font*, const TextRun&, bool mayUseNaturalWritingDirection = false, HashSet<const SimpleFontData*>* fallbackFonts = 0, bool forTextEmphasis = false);
HashSet            57 Source/platform/fonts/mac/ComplexTextController.h     void advance(unsigned to, GlyphBuffer* = 0, GlyphIterationStyle = IncludePartialGlyphs, HashSet<const SimpleFontData*>* fallbackFonts = 0);
HashSet           172 Source/platform/fonts/mac/ComplexTextController.h     HashSet<const SimpleFontData*>* m_fallbackFonts;
HashSet           131 Source/platform/fonts/mac/FontComplexTextMac.cpp float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
HashSet           399 Source/platform/graphics/GraphicsLayer.cpp static HashSet<int>* s_registeredLayerSet;
HashSet           404 Source/platform/graphics/GraphicsLayer.cpp         s_registeredLayerSet = new HashSet<int>;
HashSet           302 Source/platform/graphics/ImageDecodingStore.h     typedef HashSet<ImageCacheKey> ImageCacheKeySet;
HashSet           308 Source/platform/graphics/ImageDecodingStore.h     typedef HashSet<DecoderCacheKey> DecoderCacheKeySet;
HashSet            16 Source/platform/graphics/gpu/Extensions3DUtil.cpp void splitStringHelper(const String& str, HashSet<String>& set)
HashSet            36 Source/platform/graphics/gpu/Extensions3DUtil.h     HashSet<String> m_enabledExtensions;
HashSet            37 Source/platform/graphics/gpu/Extensions3DUtil.h     HashSet<String> m_requestableExtensions;
HashSet           779 Source/platform/heap/Handle.h #define WillBeHeapHashSet WTF::HashSet
HashSet           780 Source/platform/heap/Handle.h #define WillBePersistentHeapHashSet WTF::HashSet
HashSet           963 Source/platform/heap/Handle.h struct NeedsTracing<HashSet<T> > {
HashSet          1362 Source/platform/heap/Heap.h     template<typename T, typename U, typename V, typename W> friend class WTF::HashSet;
HashSet          1385 Source/platform/heap/Heap.h class HeapHashSet : public HashSet<ValueArg, HashArg, TraitsArg, HeapAllocator> { };
HashSet          1445 Source/platform/heap/Heap.h struct ThreadingTrait<HashSet<T, U, V, HeapAllocator> > {
HashSet          1473 Source/platform/heap/Heap.h struct ThreadingTrait<HeapHashSet<T, U, V> > : public ThreadingTrait<HashSet<T, U, V, HeapAllocator> > { };
HashSet          1497 Source/platform/heap/Heap.h struct GCInfoTrait<HashSet<T, U, V, HeapAllocator> > {
HashSet          1503 Source/platform/heap/Heap.h const GCInfo GCInfoTrait<HashSet<T, U, V, HeapAllocator> >::info = {
HashSet          1504 Source/platform/heap/Heap.h     TraceTrait<HashSet<T, U, V, HeapAllocator> >::trace,
HashSet          1766 Source/platform/heap/Heap.h struct GCInfoTrait<HeapHashSet<T, U, V> > : public GCInfoTrait<HashSet<T, U, V, HeapAllocator> > { };
HashSet          1910 Source/platform/heap/HeapTest.cpp     HashSet<Member<IntWrapper> > m_hashSet;
HashSet          3099 Source/platform/heap/HeapTest.cpp     HashSet<RawPtr<int> > set;
HashSet          3103 Source/platform/heap/HeapTest.cpp     for (HashSet<RawPtr<int> >::iterator it = set.begin(); it != set.end(); ++it)
HashSet           231 Source/platform/heap/ThreadState.h     typedef HashSet<ThreadState*> AttachedThreadStateSet;
HashSet           254 Source/platform/heap/Visitor.h     void trace(const HashSet<T, U, V, WTF::DefaultAllocator>& hashSet)
HashSet           256 Source/platform/heap/Visitor.h         OffHeapCollectionTraceTrait<HashSet<T, U, V, WTF::DefaultAllocator> >::trace(this, hashSet);
HashSet           400 Source/platform/heap/Visitor.h struct OffHeapCollectionTraceTrait<WTF::HashSet<T, HashFunctions, Traits, WTF::DefaultAllocator> > {
HashSet           401 Source/platform/heap/Visitor.h     typedef WTF::HashSet<T, HashFunctions, Traits, WTF::DefaultAllocator> HashSet;
HashSet           403 Source/platform/heap/Visitor.h     static void trace(Visitor* visitor, const HashSet& set)
HashSet           408 Source/platform/heap/Visitor.h             HashSet& iterSet = const_cast<HashSet&>(set);
HashSet           409 Source/platform/heap/Visitor.h             for (typename HashSet::iterator it = iterSet.begin(), end = iterSet.end(); it != end; ++it)
HashSet           711 Source/platform/scroll/ScrollView.cpp     HashSet<RefPtr<Widget> >::const_iterator end = m_children.end();
HashSet           712 Source/platform/scroll/ScrollView.cpp     for (HashSet<RefPtr<Widget> >::const_iterator current = m_children.begin(); current != end; ++current)
HashSet          1062 Source/platform/scroll/ScrollView.cpp     HashSet<RefPtr<Widget> >::iterator end = m_children.end();
HashSet          1063 Source/platform/scroll/ScrollView.cpp     for (HashSet<RefPtr<Widget> >::iterator it = m_children.begin(); it != end; ++it)
HashSet          1072 Source/platform/scroll/ScrollView.cpp             HashSet<RefPtr<Widget> >::iterator end = m_children.end();
HashSet          1073 Source/platform/scroll/ScrollView.cpp             for (HashSet<RefPtr<Widget> >::iterator it = m_children.begin(); it != end; ++it)
HashSet          1085 Source/platform/scroll/ScrollView.cpp             HashSet<RefPtr<Widget> >::iterator end = m_children.end();
HashSet          1086 Source/platform/scroll/ScrollView.cpp             for (HashSet<RefPtr<Widget> >::iterator it = m_children.begin(); it != end; ++it)
HashSet            69 Source/platform/scroll/ScrollView.h     const HashSet<RefPtr<Widget> >* children() const { return &m_children; }
HashSet           298 Source/platform/scroll/ScrollView.h     HashSet<RefPtr<Widget> > m_children;
HashSet            89 Source/platform/weborigin/SchemeRegistry.cpp static HashSet<String>& schemesForbiddenFromDomainRelaxation()
HashSet            91 Source/platform/weborigin/SchemeRegistry.cpp     DEFINE_STATIC_LOCAL(HashSet<String>, schemes, ());
HashSet            37 Source/platform/weborigin/SchemeRegistry.h typedef HashSet<String, CaseFoldingHash> URLSchemesMap;
HashSet            72 Source/web/AssociatedURLLoader.cpp typedef HashSet<String, CaseFoldingHash> HTTPHeaderSet;
HashSet           145 Source/web/InspectorClientImpl.cpp void InspectorClientImpl::getAllocatedObjects(HashSet<const void*>& set)
HashSet            72 Source/web/InspectorClientImpl.h     virtual void getAllocatedObjects(HashSet<const void*>&) OVERRIDE;
HashSet           129 Source/web/WebDevToolsAgentImpl.cpp         const HashSet<Page*>& pages = Page::ordinaryPages();
HashSet           130 Source/web/WebDevToolsAgentImpl.cpp         HashSet<Page*>::const_iterator end = pages.end();
HashSet           131 Source/web/WebDevToolsAgentImpl.cpp         for (HashSet<Page*>::const_iterator it =  pages.begin(); it != end; ++it) {
HashSet           170 Source/web/WebDevToolsAgentImpl.cpp     typedef HashSet<WebViewImpl*> FrozenViewsSet;
HashSet           385 Source/web/WebDevToolsAgentImpl.cpp void WebDevToolsAgentImpl::getAllocatedObjects(HashSet<const void*>& set)
HashSet           435 Source/web/WebDevToolsAgentImpl.cpp         void copyTo(HashSet<const void*>& set)
HashSet           112 Source/web/WebDevToolsAgentImpl.h     virtual void getAllocatedObjects(HashSet<const void*>&) OVERRIDE;
HashSet          1658 Source/web/WebFrameImpl.cpp     HashSet<WebFrameImpl*>::iterator end = m_openedFrames.end();
HashSet          1659 Source/web/WebFrameImpl.cpp     for (HashSet<WebFrameImpl*>::iterator it = m_openedFrames.begin(); it != end; ++it)
HashSet           347 Source/web/WebFrameImpl.h     WTF::HashSet<WebFrameImpl*> m_openedFrames;
HashSet            51 Source/web/WebHistoryItem.cpp void addReferencedFilePaths(HistoryItem* item, HashSet<String>& results)
HashSet           226 Source/web/WebHistoryItem.cpp     HashSet<String> filePaths;
HashSet            31 Source/wtf/HashSet.h     template<typename T, typename U, typename V, typename W> class HashSet;
HashSet            33 Source/wtf/HashSet.h     void deleteAllValues(const HashSet<T, U, V, W>&);
HashSet            39 Source/wtf/HashSet.h         typename Allocator = DefaultAllocator> class HashSet {
HashSet            48 Source/wtf/HashSet.h             return Allocator::template malloc<void*, HashSet>(size);
HashSet            51 Source/wtf/HashSet.h         void* operator new[](size_t size) { return Allocator::template newArray<HashSet>(size); }
HashSet            71 Source/wtf/HashSet.h         void swap(HashSet& ref)
HashSet            76 Source/wtf/HashSet.h         void swap(typename Allocator::template OtherType<HashSet>::Type other)
HashSet            78 Source/wtf/HashSet.h             HashSet& ref = Allocator::getOther(other);
HashSet           124 Source/wtf/HashSet.h         friend void deleteAllValues<>(const HashSet&);
HashSet           145 Source/wtf/HashSet.h     inline unsigned HashSet<T, U, V, W>::size() const
HashSet           151 Source/wtf/HashSet.h     inline unsigned HashSet<T, U, V, W>::capacity() const
HashSet           157 Source/wtf/HashSet.h     inline bool HashSet<T, U, V, W>::isEmpty() const
HashSet           163 Source/wtf/HashSet.h     inline typename HashSet<T, U, V, W>::iterator HashSet<T, U, V, W>::begin() const
HashSet           169 Source/wtf/HashSet.h     inline typename HashSet<T, U, V, W>::iterator HashSet<T, U, V, W>::end() const
HashSet           175 Source/wtf/HashSet.h     inline typename HashSet<T, U, V, W>::iterator HashSet<T, U, V, W>::find(ValuePeekInType value) const
HashSet           181 Source/wtf/HashSet.h     inline bool HashSet<Value, HashFunctions, Traits, Allocator>::contains(ValuePeekInType value) const
HashSet           188 Source/wtf/HashSet.h     typename HashSet<Value, HashFunctions, Traits, Allocator>::iterator
HashSet           189 Source/wtf/HashSet.h     inline HashSet<Value, HashFunctions, Traits, Allocator>::find(const T& value) const
HashSet           196 Source/wtf/HashSet.h     inline bool HashSet<Value, HashFunctions, Traits, Allocator>::contains(const T& value) const
HashSet           202 Source/wtf/HashSet.h     inline typename HashSet<T, U, V, W>::AddResult HashSet<T, U, V, W>::add(ValuePeekInType value)
HashSet           209 Source/wtf/HashSet.h     inline typename HashSet<Value, HashFunctions, Traits, Allocator>::AddResult
HashSet           210 Source/wtf/HashSet.h     HashSet<Value, HashFunctions, Traits, Allocator>::add(const T& value)
HashSet           216 Source/wtf/HashSet.h     inline void HashSet<T, U, V, W>::remove(iterator it)
HashSet           222 Source/wtf/HashSet.h     inline void HashSet<T, U, V, W>::remove(ValuePeekInType value)
HashSet           228 Source/wtf/HashSet.h     inline void HashSet<T, U, V, W>::clear()
HashSet           234 Source/wtf/HashSet.h     inline bool HashSet<T, U, V, W>::isValidValue(ValuePeekInType value)
HashSet           260 Source/wtf/HashSet.h     inline void deleteAllValues(const HashSet<T, U, V, W>& collection)
HashSet           262 Source/wtf/HashSet.h         deleteAllValues<typename HashSet<T, U, V, W>::ValueType>(collection.m_impl);
HashSet           280 Source/wtf/HashSet.h using WTF::HashSet;
HashSet            42 Source/wtf/HashSetTest.cpp     HashSet<int, DefaultHash<int>::Hash, InitialCapacityTestHashTraits<initialCapacity> > testSet;
HashSet           199 Source/wtf/VectorTest.cpp static HashSet<void*> constructedWrappedInts;
HashSet            64 Source/wtf/text/AtomicString.cpp     HashSet<StringImpl*>& table()
HashSet            84 Source/wtf/text/AtomicString.cpp         HashSet<StringImpl*>::iterator end = table->m_table.end();
HashSet            85 Source/wtf/text/AtomicString.cpp         for (HashSet<StringImpl*>::iterator iter = table->m_table.begin(); iter != end; ++iter) {
HashSet            95 Source/wtf/text/AtomicString.cpp     HashSet<StringImpl*> m_table;
HashSet           108 Source/wtf/text/AtomicString.cpp static inline HashSet<StringImpl*>& atomicStrings()
HashSet           116 Source/wtf/text/AtomicString.cpp     HashSet<StringImpl*>::AddResult addResult = atomicStrings().add<HashTranslator>(value);
HashSet           431 Source/wtf/text/AtomicString.cpp static inline HashSet<StringImpl*>::iterator findString(const StringImpl* stringImpl)
HashSet           445 Source/wtf/text/AtomicString.cpp     HashSet<StringImpl*>::iterator iterator;
HashSet           457 Source/wtf/text/AtomicString.cpp     HashSet<StringImpl*>::iterator iterator;
HashSet            69 Source/wtf/text/StringImpl.cpp static HashSet<void*>& liveStrings()
HashSet            72 Source/wtf/text/StringImpl.cpp     DEFINE_STATIC_LOCAL(HashSet<void*>, strings, ());
HashSet           190 Source/wtf/text/StringImpl.cpp     HashSet<void*>& strings = liveStrings();
HashSet           193 Source/wtf/text/StringImpl.cpp     for (HashSet<void*>::iterator iter = strings.begin(); iter != strings.end(); ++iter) {
HashSet           118 Source/wtf/text/TextEncodingRegistry.cpp static HashSet<const char*>* japaneseEncodings;
HashSet           119 Source/wtf/text/TextEncodingRegistry.cpp static HashSet<const char*>* nonBackslashEncodings;
HashSet           225 Source/wtf/text/TextEncodingRegistry.cpp static void addEncodingName(HashSet<const char*>* set, const char* name)
HashSet           241 Source/wtf/text/TextEncodingRegistry.cpp     japaneseEncodings = new HashSet<const char*>;
HashSet           257 Source/wtf/text/TextEncodingRegistry.cpp     nonBackslashEncodings = new HashSet<const char*>;