HashMap 44 Source/bindings/v8/DOMWrapperMap.h typedef HashMap<KeyType*, UnsafePersistent<v8::Object> > MapType; HashMap 70 Source/bindings/v8/DOMWrapperWorld.cpp typedef HashMap<int, DOMWrapperWorld*> WorldMap; HashMap 142 Source/bindings/v8/DOMWrapperWorld.cpp typedef HashMap<int, RefPtr<SecurityOrigin> > IsolatedWorldSecurityOriginMap; HashMap 173 Source/bindings/v8/DOMWrapperWorld.cpp typedef HashMap<int, bool> IsolatedWorldContentSecurityPolicyMap; HashMap 686 Source/bindings/v8/Dictionary.cpp bool Dictionary::getOwnPropertiesAsStringHashMap(HashMap<String, String>& hashMap) const HashMap 175 Source/bindings/v8/Dictionary.h bool getOwnPropertiesAsStringHashMap(HashMap<String, String>&) const; HashMap 82 Source/bindings/v8/PageScriptDebugServer.h typedef HashMap<Page*, ScriptDebugListener*> ListenersMap; HashMap 86 Source/bindings/v8/PageScriptDebugServer.h HashMap<String, String> m_compiledScriptURLs; HashMap 154 Source/bindings/v8/ScriptController.h typedef HashMap<int, OwnPtr<V8WindowShell> > IsolatedWorldMap; HashMap 155 Source/bindings/v8/ScriptController.h typedef HashMap<Widget*, NPObject*> PluginObjectMap; HashMap 136 Source/bindings/v8/ScriptDebugServer.h HashMap<String, OwnPtr<ScopedPersistent<v8::Script> > > m_compiledScripts; HashMap 50 Source/bindings/v8/ScriptProfiler.cpp typedef HashMap<String, double> ProfileNameIdleTimeMap; HashMap 82 Source/bindings/v8/ScriptProfiler.h static HashMap<String, double>* currentProfileNameIdleTimeMap(); HashMap 161 Source/bindings/v8/SerializedScriptValue.cpp typedef WTF::HashMap<GCObject*, T, V8HandlePtrHash<GCObject> > HandleToT; HashMap 55 Source/bindings/v8/SerializedScriptValue.h typedef HashMap<String, RefPtr<BlobDataHandle> > BlobDataHandleMap; HashMap 14 Source/bindings/v8/V8DOMActivityLogger.cpp typedef HashMap<int, OwnPtr<V8DOMActivityLogger>, WTF::IntHash<int>, WTF::UnsignedWithZeroKeyHashTraits<int> > DOMActivityLoggerMap; HashMap 171 Source/bindings/v8/V8NPObject.cpp typedef HashMap<PrivateIdentifier*, UnsafePersistent<v8::FunctionTemplate> > MapType; HashMap 107 Source/bindings/v8/V8PerContextData.h typedef WTF::HashMap<const WrapperTypeInfo*, UnsafePersistent<v8::Object> > WrapperBoilerplateMap; HashMap 110 Source/bindings/v8/V8PerContextData.h typedef WTF::HashMap<const WrapperTypeInfo*, UnsafePersistent<v8::Function> > ConstructorMap; HashMap 125 Source/bindings/v8/V8PerContextData.h typedef WTF::HashMap<CustomElementDefinition*, OwnPtr<CustomElementBinding> > CustomElementBindingMap; HashMap 105 Source/bindings/v8/V8PerIsolateData.h typedef HashMap<const void*, v8::Eternal<v8::FunctionTemplate> > DOMTemplateMap; HashMap 66 Source/bindings/v8/V8ValueCache.h HashMap<StringImpl*, UnsafePersistent<v8::String> > m_stringCache; HashMap 61 Source/bindings/v8/WorkerScriptDebugServer.h typedef HashMap<WorkerGlobalScope*, ScriptDebugListener*> ListenersMap; HashMap 143 Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp typedef HashMap<String, CSSPropertyInfo*> CSSPropertyInfoMap; HashMap 138 Source/bindings/v8/npruntime.cpp typedef WTF::HashMap<StringKey, PrivateIdentifier*, StringKeyHash, StringKeyHashTraits> StringIdentifierMap; HashMap 359 Source/bindings/v8/npruntime.cpp typedef WTF::HashMap<NPObject*, NPObject*> NPObjectMap; HashMap 360 Source/bindings/v8/npruntime.cpp typedef WTF::HashMap<NPObject*, NPObjectSet*> NPRootObjectMap; HashMap 51 Source/core/accessibility/AXObject.cpp typedef HashMap<String, AccessibilityRole, CaseFoldingHash> ARIARoleMap; HashMap 86 Source/core/accessibility/AXObjectCache.cpp HashMap<AXID, CachedAXObjectAttributes>::const_iterator it = m_idMapping.find(id); HashMap 92 Source/core/accessibility/AXObjectCache.cpp HashMap<AXID, CachedAXObjectAttributes>::iterator it = m_idMapping.find(id); HashMap 121 Source/core/accessibility/AXObjectCache.cpp HashMap<AXID, RefPtr<AXObject> >::iterator end = m_objects.end(); HashMap 122 Source/core/accessibility/AXObjectCache.cpp for (HashMap<AXID, RefPtr<AXObject> >::iterator it = m_objects.begin(); it != end; ++it) { HashMap 74 Source/core/accessibility/AXObjectCache.h HashMap<AXID, CachedAXObjectAttributes> m_idMapping; HashMap 219 Source/core/accessibility/AXObjectCache.h HashMap<AXID, RefPtr<AXObject> > m_objects; HashMap 220 Source/core/accessibility/AXObjectCache.h HashMap<RenderObject*, AXID> m_renderObjectMapping; HashMap 221 Source/core/accessibility/AXObjectCache.h HashMap<Widget*, AXID> m_widgetObjectMapping; HashMap 222 Source/core/accessibility/AXObjectCache.h HashMap<Node*, AXID> m_nodeObjectMapping; HashMap 223 Source/core/accessibility/AXObjectCache.h HashMap<AbstractInlineTextBox*, AXID> m_inlineTextBoxObjectMapping; HashMap 63 Source/core/animation/AnimatableValueKeyframe.h typedef HashMap<CSSPropertyID, RefPtrWillBeMember<AnimatableValue> > PropertyValueMap; HashMap 63 Source/core/animation/StringKeyframe.h typedef HashMap<CSSPropertyID, String> PropertyValueMap; HashMap 405 Source/core/animation/css/CSSAnimations.cpp HashMap<CSSPropertyID, std::pair<RefPtr<Animation>, double> > retargetedCompositorTransitions; HashMap 189 Source/core/animation/css/CSSAnimations.h typedef HashMap<AtomicString, RefPtr<AnimationPlayer> > AnimationMap; HashMap 61 Source/core/css/CSSFontFaceSource.h typedef HashMap<unsigned, RefPtr<SimpleFontData> > FontDataTable; // The hash key is composed of size synthetic styles. HashMap 52 Source/core/css/CSSImageGeneratorValue.h typedef HashMap<const RenderObject*, SizeAndCount> RenderObjectSizeCountMap; HashMap 81 Source/core/css/CSSImageGeneratorValue.h HashMap<IntSize, RefPtr<Image> > m_images; // A cache of Image objects by image size. HashMap 199 Source/core/css/CSSPrimitiveValue.cpp typedef HashMap<const CSSPrimitiveValue*, String> CSSTextCache; HashMap 156 Source/core/css/CSSPrimitiveValue.h typedef HashMap<String, CSSPrimitiveValue::UnitTypes> UnitTable; HashMap 82 Source/core/css/CSSSegmentedFontFace.h HashMap<unsigned, RefPtr<SegmentedFontData> > m_fontDataTable; HashMap 361 Source/core/css/CSSSelector.cpp static HashMap<StringImpl*, CSSSelector::PseudoType>* nameToPseudoTypeMap() HashMap 363 Source/core/css/CSSSelector.cpp static HashMap<StringImpl*, CSSSelector::PseudoType>* nameToPseudoType = 0; HashMap 365 Source/core/css/CSSSelector.cpp nameToPseudoType = new HashMap<StringImpl*, CSSSelector::PseudoType>; HashMap 417 Source/core/css/CSSSelector.cpp HashMap<StringImpl*, CSSSelector::PseudoType>* nameToPseudoType = nameToPseudoTypeMap(); HashMap 418 Source/core/css/CSSSelector.cpp HashMap<StringImpl*, CSSSelector::PseudoType>::iterator slot = nameToPseudoType->find(name.impl()); HashMap 35 Source/core/css/CSSStyleRule.cpp typedef HashMap<const CSSStyleRule*, String> SelectorTextCache; HashMap 64 Source/core/css/FontFaceCache.h typedef HashMap<unsigned, RefPtr<CSSSegmentedFontFace> > TraitsMap; HashMap 65 Source/core/css/FontFaceCache.h typedef HashMap<String, OwnPtr<TraitsMap>, CaseFoldingHash> FamilyToTraitsMap; HashMap 66 Source/core/css/FontFaceCache.h typedef HashMap<const StyleRuleFontFace*, RefPtr<FontFace> > StyleRuleToFontFace; HashMap 65 Source/core/css/MediaQueryEvaluator.cpp typedef HashMap<StringImpl*, EvalFunc> FunctionMap; HashMap 111 Source/core/css/RuleFeature.h typedef HashMap<AtomicString, RefPtr<DescendantInvalidationSet> > InvalidationSetMap; HashMap 182 Source/core/css/StyleSheetContents.h typedef HashMap<AtomicString, AtomicString> PrefixNamespaceURIMap; HashMap 82 Source/core/css/invalidation/StyleInvalidator.h typedef HashMap<Element*, OwnPtr<InvalidationList> > PendingInvalidationMap; HashMap 68 Source/core/css/resolver/MatchedPropertiesCache.h typedef HashMap<unsigned, OwnPtr<CachedMatchedProperties> > Cache; HashMap 60 Source/core/css/resolver/ScopedStyleTree.cpp HashMap<const ContainerNode*, OwnPtr<ScopedStyleResolver> >::AddResult addResult = m_authorStyles.add(&scopingNode, nullptr); HashMap 98 Source/core/css/resolver/ScopedStyleTree.cpp for (HashMap<const ContainerNode*, OwnPtr<ScopedStyleResolver> >::iterator it = m_authorStyles.begin(); it != m_authorStyles.end(); ++it) { HashMap 195 Source/core/css/resolver/ScopedStyleTree.cpp for (HashMap<const ContainerNode*, OwnPtr<ScopedStyleResolver> >::iterator it = m_authorStyles.begin(); it != m_authorStyles.end(); ++it) HashMap 202 Source/core/css/resolver/ScopedStyleTree.cpp for (HashMap<const ContainerNode*, OwnPtr<ScopedStyleResolver> >::iterator it = m_authorStyles.begin(); it != m_authorStyles.end(); ++it) { HashMap 45 Source/core/css/resolver/ScopedStyleTree.h HashMap<const ContainerNode*, OwnPtr<ScopedStyleResolver> >::iterator it = m_authorStyles.find(scopingNode); HashMap 81 Source/core/css/resolver/ScopedStyleTree.h HashMap<const ContainerNode*, OwnPtr<ScopedStyleResolver> > m_authorStyles; HashMap 42 Source/core/dom/ChildListMutationScope.cpp typedef HashMap<Node*, ChildListMutationAccumulator*> AccumulatorMap; HashMap 1292 Source/core/dom/Document.h HashMap<String, RefPtr<HTMLCanvasElement> > m_cssCanvasElements; HashMap 1350 Source/core/dom/Document.h typedef HashMap<AtomicString, OwnPtr<Locale> > LocaleIdentifierToLocaleMap; HashMap 93 Source/core/dom/DocumentMarkerController.h typedef HashMap<const Node*, OwnPtr<MarkerLists> > MarkerMap; HashMap 71 Source/core/dom/DocumentOrderedMap.h typedef HashMap<StringImpl*, OwnPtr<MapEntry> > Map; HashMap 114 Source/core/dom/Element.cpp typedef HashMap<Element*, OwnPtr<AttrNodeList> > AttrNodeListMap; HashMap 53 Source/core/dom/ElementDataCache.h typedef HashMap<unsigned, RefPtr<ShareableElementData>, AlreadyHashed> ShareableElementDataCache; HashMap 147 Source/core/dom/ExecutionContext.h typedef HashMap<int, OwnPtr<DOMTimer> > TimeoutMap; HashMap 54 Source/core/dom/IdTargetObserverRegistry.h typedef HashMap<StringImpl*, OwnPtr<ObserverSet> > IdToObserverSetMap; HashMap 42 Source/core/dom/MutationObserverInterestGroup.cpp HashMap<MutationObserver*, MutationRecordDeliveryOptions> observers; HashMap 50 Source/core/dom/MutationObserverInterestGroup.cpp MutationObserverInterestGroup::MutationObserverInterestGroup(HashMap<MutationObserver*, MutationRecordDeliveryOptions>& observers, MutationRecordDeliveryOptions oldValueFlag) HashMap 59 Source/core/dom/MutationObserverInterestGroup.cpp for (HashMap<MutationObserver*, MutationRecordDeliveryOptions>::iterator iter = m_observers.begin(); iter != m_observers.end(); ++iter) { HashMap 70 Source/core/dom/MutationObserverInterestGroup.cpp for (HashMap<MutationObserver*, MutationRecordDeliveryOptions>::iterator iter = m_observers.begin(); iter != m_observers.end(); ++iter) { HashMap 75 Source/core/dom/MutationObserverInterestGroup.h MutationObserverInterestGroup(HashMap<MutationObserver*, MutationRecordDeliveryOptions>& observers, MutationRecordDeliveryOptions oldValueFlag); HashMap 79 Source/core/dom/MutationObserverInterestGroup.h HashMap<MutationObserver*, MutationRecordDeliveryOptions> m_observers; HashMap 135 Source/core/dom/Node.cpp HashMap<String, size_t> perTagCount; HashMap 161 Source/core/dom/Node.cpp HashMap<String, size_t>::AddResult result = perTagCount.add(element->tagName(), 1); HashMap 230 Source/core/dom/Node.cpp for (HashMap<String, size_t>::iterator it = perTagCount.begin(); it != perTagCount.end(); ++it) HashMap 2003 Source/core/dom/Node.cpp typedef HashMap<Node*, OwnPtr<EventTargetData> > EventTargetDataMap; HashMap 2052 Source/core/dom/Node.cpp static inline void collectMatchingObserversForMutation(HashMap<MutationObserver*, MutationRecordDeliveryOptions>& observers, Registry* registry, Node& target, MutationObserver::MutationType type, const QualifiedName* attributeName) HashMap 2060 Source/core/dom/Node.cpp HashMap<MutationObserver*, MutationRecordDeliveryOptions>::AddResult result = observers.add(®istration.observer(), deliveryOptions); HashMap 2067 Source/core/dom/Node.cpp void Node::getRegisteredMutationObserversOfType(HashMap<MutationObserver*, MutationRecordDeliveryOptions>& observers, MutationObserver::MutationType type, const QualifiedName* attributeName) HashMap 649 Source/core/dom/Node.h void getRegisteredMutationObserversOfType(HashMap<MutationObserver*, MutationRecordDeliveryOptions>&, MutationObserver::MutationType, const QualifiedName* attributeName); HashMap 96 Source/core/dom/NodeRareData.h typedef HashMap<std::pair<unsigned char, StringImpl*>, LiveNodeListBase*, NodeListAtomicCacheMapEntryHash> NodeListAtomicNameCacheMap; HashMap 97 Source/core/dom/NodeRareData.h typedef HashMap<QualifiedName, TagCollection*> TagCollectionCacheNS; HashMap 66 Source/core/dom/PresentationAttributeStyle.cpp typedef HashMap<unsigned, OwnPtr<PresentationAttributeCacheEntry>, AlreadyHashed> PresentationAttributeCache; HashMap 89 Source/core/dom/ProcessingInstruction.cpp const HashMap<String, String> attrs = parseAttributes(m_data, attrsOk); HashMap 92 Source/core/dom/ProcessingInstruction.cpp HashMap<String, String>::const_iterator i = attrs.find("type"); HashMap 65 Source/core/dom/ScriptRunner.h HashMap<ScriptLoader*, PendingScript> m_pendingAsyncScripts; HashMap 484 Source/core/dom/SelectorQuery.cpp HashMap<AtomicString, OwnPtr<SelectorQuery> >::iterator it = m_entries.find(selectors); HashMap 106 Source/core/dom/SelectorQuery.h HashMap<AtomicString, OwnPtr<SelectorQuery> > m_entries; HashMap 148 Source/core/dom/SpaceSplitString.cpp typedef HashMap<AtomicString, SpaceSplitStringData*> SpaceSplitStringDataMap; HashMap 75 Source/core/dom/UserActionElementSet.h typedef HashMap<RefPtr<Element>, unsigned> ElementFlagMap; HashMap 60 Source/core/dom/custom/CustomElementObserver.h typedef HashMap<Element*, CustomElementObserver*> ElementObserverMap; HashMap 61 Source/core/dom/custom/CustomElementRegistry.h typedef HashMap<CustomElementDescriptor, RefPtr<CustomElementDefinition> > DefinitionMap; HashMap 74 Source/core/dom/custom/CustomElementScheduler.h typedef HashMap<Element*, OwnPtr<CustomElementCallbackQueue> > ElementCallbackQueueMap; HashMap 66 Source/core/dom/custom/CustomElementUpgradeCandidateMap.h typedef HashMap<Element*, CustomElementDescriptor> UpgradeCandidateMap; HashMap 69 Source/core/dom/custom/CustomElementUpgradeCandidateMap.h typedef HashMap<CustomElementDescriptor, ElementSet> UnresolvedDefinitionMap; HashMap 51 Source/core/dom/shadow/ContentDistribution.cpp HashMap<const Node*, size_t>::const_iterator it = m_indices.find(node); HashMap 67 Source/core/dom/shadow/ContentDistribution.h HashMap<const Node*, size_t> m_indices; HashMap 92 Source/core/dom/shadow/ElementShadow.h typedef HashMap<const Node*, DestinationInsertionPoints> NodeToDestinationInsertionPoints; HashMap 375 Source/core/editing/ApplyStyleCommand.cpp HashMap<Node*, float> startingFontSizes; HashMap 189 Source/core/editing/EditingBehavior.cpp static HashMap<int, const char*>* keyDownCommandsMap = 0; HashMap 190 Source/core/editing/EditingBehavior.cpp static HashMap<int, const char*>* keyPressCommandsMap = 0; HashMap 193 Source/core/editing/EditingBehavior.cpp keyDownCommandsMap = new HashMap<int, const char*>; HashMap 194 Source/core/editing/EditingBehavior.cpp keyPressCommandsMap = new HashMap<int, const char*>; HashMap 82 Source/core/editing/EditorCommand.cpp typedef HashMap<String, const EditorInternalCommand*, CaseFoldingHash> CommandMap; HashMap 42 Source/core/editing/MarkupAccumulator.h typedef HashMap<StringImpl*, StringImpl*> Namespaces; HashMap 172 Source/core/events/EventPath.cpp HashMap<const TreeScope*, TreeScopeEventContext*> treeScopeEventContextMap; HashMap 86 Source/core/events/EventPath.h typedef HashMap<TreeScope*, RefPtr<TreeScopeEventContext> > TreeScopeEventContextMap; HashMap 89 Source/core/events/EventPath.h typedef HashMap<TreeScope*, EventTarget*> RelatedTargetMap; HashMap 127 Source/core/fetch/ImageResource.h typedef HashMap<const ImageResourceClient*, SizeAndZoom> ContainerSizeRequests; HashMap 234 Source/core/fetch/MemoryCache.h typedef HashMap<String, OwnPtr<MemoryCacheEntry> > ResourceMap; HashMap 715 Source/core/fetch/ResourceFetcher.cpp HashMap<RefPtr<ResourceTimingInfo>, bool> timingReports; HashMap 717 Source/core/fetch/ResourceFetcher.cpp HashMap<RefPtr<ResourceTimingInfo>, bool>::iterator end = timingReports.end(); HashMap 718 Source/core/fetch/ResourceFetcher.cpp for (HashMap<RefPtr<ResourceTimingInfo>, bool>::iterator it = timingReports.begin(); it != end; ++it) { HashMap 103 Source/core/fetch/ResourceFetcher.h typedef HashMap<String, ResourcePtr<Resource> > DocumentResourceMap; HashMap 207 Source/core/fetch/ResourceFetcher.h typedef HashMap<Resource*, RefPtr<ResourceTimingInfo> > ResourceTimingInfoMap; HashMap 210 Source/core/fetch/ResourceFetcher.h HashMap<RefPtr<ResourceTimingInfo>, bool> m_scheduledResourceTimingReports; HashMap 71 Source/core/fetch/ResourceLoadPriorityOptimizer.h typedef HashMap<unsigned long, OwnPtr<ResourceAndVisibility> > ImageResourceMap; HashMap 500 Source/core/html/HTMLAnchorElement.cpp typedef HashMap<const HTMLAnchorElement*, RefPtr<Element> > RootEditableElementMap; HashMap 76 Source/core/html/HTMLCollection.h typedef HashMap<StringImpl*, OwnPtr<Vector<Element*> > > StringToElementsMap; HashMap 208 Source/core/html/HTMLElement.cpp typedef HashMap<AtomicString, AtomicString> StringToStringMap; HashMap 156 Source/core/html/HTMLFormElement.h typedef HashMap<AtomicString, Element*> PastNamesMap; HashMap 41 Source/core/html/HTMLFrameOwnerElement.cpp typedef HashMap<RefPtr<Widget>, FrameView*> WidgetToParentMap; HashMap 125 Source/core/html/HTMLMediaElement.cpp typedef HashMap<Document*, HashSet<HTMLMediaElement*> > DocumentElementSetMap; HashMap 61 Source/core/html/PublicURLManager.h typedef HashMap<URLString, String> URLMap; HashMap 62 Source/core/html/PublicURLManager.h typedef HashMap<URLRegistry*, URLMap> RegistryURLMap; HashMap 122 Source/core/html/canvas/WebGLFramebuffer.h typedef WTF::HashMap<GLenum, RefPtr<WebGLAttachment> > AttachmentMap; HashMap 192 Source/core/html/forms/FormController.cpp typedef HashMap<FormElementKey, Deque<FormControlState>, FormElementKeyHash, FormElementKeyHashTraits> FormElementStateMap; HashMap 303 Source/core/html/forms/FormController.cpp typedef HashMap<HTMLFormElement*, AtomicString> FormToKeyMap; HashMap 304 Source/core/html/forms/FormController.cpp typedef HashMap<String, unsigned> FormSignatureToNextIndexMap; HashMap 99 Source/core/html/forms/FormController.h typedef HashMap<AtomicString, OwnPtr<SavedFormState> > SavedFormStateMap; HashMap 79 Source/core/html/forms/InputType.cpp typedef HashMap<AtomicString, InputTypeFactoryFunction, CaseFoldingHash> InputTypeFactoryMap; HashMap 46 Source/core/html/forms/RadioButtonGroupScope.h typedef HashMap<AtomicString, OwnPtr<RadioButtonGroup>, CaseFoldingHash> NameToGroupMap; HashMap 83 Source/core/html/imports/HTMLImport.cpp HashMap<HTMLImport*, HTMLImportState> snapshot; HashMap 497 Source/core/html/parser/HTMLTreeBuilder.cpp typedef HashMap<AtomicString, QualifiedName> PrefixedNameToQualifiedNameMap; HashMap 63 Source/core/inspector/AsyncCallStackTracker.cpp typedef HashMap<AtomicString, EventListenerAsyncCallChainVector> EventListenerAsyncCallChainVectorHashMap; HashMap 82 Source/core/inspector/AsyncCallStackTracker.cpp HashMap<EventTarget*, EventListenerAsyncCallChainVectorHashMap>::iterator it = m_eventTargetCallChains.find(eventTarget); HashMap 103 Source/core/inspector/AsyncCallStackTracker.cpp HashMap<EventTarget*, EventListenerAsyncCallChainVectorHashMap>::iterator it = m_eventTargetCallChains.find(eventTarget); HashMap 131 Source/core/inspector/AsyncCallStackTracker.cpp HashMap<int, RefPtr<AsyncCallChain> > m_timerCallChains; HashMap 132 Source/core/inspector/AsyncCallStackTracker.cpp HashMap<int, RefPtr<AsyncCallChain> > m_animationFrameCallChains; HashMap 133 Source/core/inspector/AsyncCallStackTracker.cpp HashMap<EventTarget*, EventListenerAsyncCallChainVectorHashMap> m_eventTargetCallChains; HashMap 134 Source/core/inspector/AsyncCallStackTracker.cpp HashMap<EventTarget*, RefPtr<AsyncCallChain> > m_xhrCallChains; HashMap 135 Source/core/inspector/AsyncCallStackTracker.cpp HashMap<MutationObserver*, RefPtr<AsyncCallChain> > m_mutationObserverCallChains; HashMap 136 Source/core/inspector/AsyncCallStackTracker.cpp HashMap<ExecutionContextTask*, RefPtr<AsyncCallChain> > m_promiseTaskCallChains; HashMap 124 Source/core/inspector/AsyncCallStackTracker.h typedef HashMap<ExecutionContext*, ExecutionContextData*> ExecutionContextDataMap; HashMap 247 Source/core/inspector/DOMPatchSupport.cpp typedef HashMap<String, Vector<size_t> > DiffTable; HashMap 311 Source/core/inspector/DOMPatchSupport.cpp HashMap<Digest*, Digest*> merges; HashMap 375 Source/core/inspector/DOMPatchSupport.cpp for (HashMap<Digest*, Digest*>::iterator it = merges.begin(); it != merges.end(); ++it) { HashMap 61 Source/core/inspector/DOMPatchSupport.h typedef HashMap<String, Digest*> UnusedNodesMap; HashMap 79 Source/core/inspector/InjectedScriptManager.h typedef HashMap<int, InjectedScript> IdToInjectedScriptMap; HashMap 83 Source/core/inspector/InjectedScriptManager.h typedef HashMap<ScriptState*, int> ScriptStateToId; HashMap 151 Source/core/inspector/InspectorCSSAgent.h typedef HashMap<String, RefPtr<InspectorStyleSheet> > IdToInspectorStyleSheet; HashMap 152 Source/core/inspector/InspectorCSSAgent.h typedef HashMap<String, RefPtr<InspectorStyleSheetForInlineStyle> > IdToInspectorStyleSheetForInlineStyle; HashMap 153 Source/core/inspector/InspectorCSSAgent.h typedef HashMap<Node*, RefPtr<InspectorStyleSheetForInlineStyle> > NodeToInspectorStyleSheet; // bogus "stylesheets" with elements' inline styles HashMap 154 Source/core/inspector/InspectorCSSAgent.h typedef HashMap<int, unsigned> NodeIdToForcedPseudoState; HashMap 200 Source/core/inspector/InspectorCSSAgent.h HashMap<CSSStyleSheet*, RefPtr<InspectorStyleSheet> > m_cssStyleSheetToInspectorStyleSheet; HashMap 201 Source/core/inspector/InspectorCSSAgent.h typedef HashMap<Document*, OwnPtr<HashSet<CSSStyleSheet*> > > DocumentStyleSheets; HashMap 206 Source/core/inspector/InspectorCSSAgent.h HashMap<RefPtr<Document>, RefPtr<InspectorStyleSheet> > m_documentToViaInspectorStyleSheet; // "via inspector" stylesheets HashMap 104 Source/core/inspector/InspectorCanvasAgent.h typedef HashMap<LocalFrame*, bool> FramesWithUninstrumentedCanvases; HashMap 70 Source/core/inspector/InspectorClient.h virtual void dumpUncountedAllocatedObjects(const HashMap<const void*, size_t>&) { } HashMap 214 Source/core/inspector/InspectorConsoleAgent.cpp HashMap<String, double>::iterator it = m_times.find(title); HashMap 117 Source/core/inspector/InspectorConsoleAgent.h HashMap<String, double> m_times; HashMap 563 Source/core/inspector/InspectorDOMAgent.cpp HashMap<int, Node*>::iterator it = m_idToNode.find(id); HashMap 216 Source/core/inspector/InspectorDOMAgent.h typedef HashMap<RefPtr<Node>, int> NodeToIdMap; HashMap 255 Source/core/inspector/InspectorDOMAgent.h typedef HashMap<RefPtr<Node>, BackendNodeId> NodeToBackendIdMap; HashMap 256 Source/core/inspector/InspectorDOMAgent.h HashMap<String, NodeToBackendIdMap> m_nodeGroupToBackendIdMap; HashMap 259 Source/core/inspector/InspectorDOMAgent.h HashMap<int, Node*> m_idToNode; HashMap 260 Source/core/inspector/InspectorDOMAgent.h HashMap<int, NodeToIdMap*> m_idToNodesMap; HashMap 262 Source/core/inspector/InspectorDOMAgent.h HashMap<int, int> m_cachedChildCount; HashMap 263 Source/core/inspector/InspectorDOMAgent.h typedef HashMap<BackendNodeId, std::pair<Node*, String> > BackendIdToNodeMap; HashMap 268 Source/core/inspector/InspectorDOMAgent.h typedef HashMap<String, Vector<RefPtr<Node> > > SearchResults; HashMap 122 Source/core/inspector/InspectorDOMDebuggerAgent.h HashMap<Node*, uint32_t> m_domBreakpoints; HashMap 235 Source/core/inspector/InspectorDebuggerAgent.h typedef HashMap<String, Script> ScriptsMap; HashMap 236 Source/core/inspector/InspectorDebuggerAgent.h typedef HashMap<String, Vector<String> > BreakpointIdToDebugServerBreakpointIdsMap; HashMap 237 Source/core/inspector/InspectorDebuggerAgent.h typedef HashMap<String, std::pair<String, BreakpointSource> > DebugServerBreakpointToBreakpointIdAndSourceMap; HashMap 93 Source/core/inspector/InspectorInspectorAgent.h typedef HashMap<String, String> InjectedScriptForOriginMap; HashMap 246 Source/core/inspector/InspectorLayerTreeAgent.cpp void InspectorLayerTreeAgent::gatherGraphicsLayers(GraphicsLayer* root, HashMap<int, int>& layerIdToNodeIdMap, RefPtr<TypeBuilder::Array<TypeBuilder::LayerTree::Layer> >& layers) HashMap 95 Source/core/inspector/InspectorLayerTreeAgent.h typedef HashMap<int, int> LayerIdToNodeIdMap; HashMap 97 Source/core/inspector/InspectorLayerTreeAgent.h void gatherGraphicsLayers(GraphicsLayer*, HashMap<int, int>& layerIdToNodeIdMap, RefPtr<TypeBuilder::Array<TypeBuilder::LayerTree::Layer> >&); HashMap 105 Source/core/inspector/InspectorLayerTreeAgent.h typedef HashMap<String, LayerSnapshot> SnapshotById; HashMap 879 Source/core/inspector/InspectorPageAgent.cpp HashMap<LocalFrame*, String>::iterator iterator = m_frameToIdentifier.find(frame); HashMap 981 Source/core/inspector/InspectorPageAgent.cpp HashMap<DocumentLoader*, String>::iterator iterator = m_loaderToIdentifier.find(loader); HashMap 185 Source/core/inspector/InspectorPageAgent.h HashMap<LocalFrame*, String> m_frameToIdentifier; HashMap 186 Source/core/inspector/InspectorPageAgent.h HashMap<String, LocalFrame*> m_identifierToFrame; HashMap 187 Source/core/inspector/InspectorPageAgent.h HashMap<DocumentLoader*, String> m_loaderToIdentifier; HashMap 91 Source/core/inspector/InspectorProfilerAgent.h typedef HashMap<String, double> ProfileNameIdleTimeMap; HashMap 161 Source/core/inspector/InspectorResourceAgent.h typedef HashMap<ThreadableLoaderClient*, RefPtr<XHRReplayData> > PendingXHRReplayDataMap; HashMap 164 Source/core/inspector/InspectorResourceAgent.h typedef HashMap<String, RefPtr<TypeBuilder::Network::Initiator> > FrameNavigationInitiatorMap; HashMap 104 Source/core/inspector/InspectorState.h typedef HashMap<String, OwnPtr<InspectorState> > InspectorStateMap; HashMap 319 Source/core/inspector/InspectorTimelineAgent.h typedef HashMap<unsigned long long, TimelineImageInfo> PixelRefToImageInfoMap; HashMap 322 Source/core/inspector/InspectorTimelineAgent.h HashMap<unsigned long long, long long> m_layerToNodeMap; HashMap 327 Source/core/inspector/InspectorTimelineAgent.h typedef HashMap<ThreadIdentifier, TimelineThreadState> ThreadStateMap; HashMap 80 Source/core/inspector/InspectorWorkerAgent.h typedef HashMap<int, WorkerFrontendChannel*> WorkerChannels; HashMap 82 Source/core/inspector/InspectorWorkerAgent.h typedef HashMap<WorkerGlobalScopeProxy*, String> DedicatedWorkers; HashMap 181 Source/core/inspector/NetworkResourcesData.h typedef HashMap<String, String> ReusedRequestIds; HashMap 183 Source/core/inspector/NetworkResourcesData.h typedef HashMap<String, ResourceData*> ResourceDataMap; HashMap 81 Source/core/inspector/PromiseTracker.h typedef HashMap<ScriptObject, RefPtr<PromiseData>, ScriptObjectHash, ScriptObjectHashTraits> PromiseDataMap; HashMap 173 Source/core/inspector/TraceEventDispatcher.h typedef HashMap<EventSelector, Vector<BoundTraceEventHandler> > HandlersMap; HashMap 49 Source/core/inspector/WorkerDebuggerAgent.cpp typedef HashMap<WorkerThread*, WorkerDebuggerAgent*> WorkerDebuggerAgents; HashMap 79 Source/core/loader/CrossOriginPreflightResultCache.h typedef HashMap<std::pair<String, KURL>, OwnPtr<CrossOriginPreflightResultCacheItem> > CrossOriginPreflightResultHashMap; HashMap 80 Source/core/loader/ProgressTracker.h HashMap<unsigned long, OwnPtr<ProgressItem> > m_progressItems; HashMap 375 Source/core/page/EventHandler.h typedef HashMap<int, RefPtr<EventTarget> > TouchTargetMap; HashMap 93 Source/core/page/HistoryController.cpp HashMap<uint64_t, HistoryNode*>::iterator framesEnd = m_entry->m_framesToItems.end(); HashMap 94 Source/core/page/HistoryController.cpp HashMap<String, HistoryNode*>::iterator uniqueNamesEnd = m_entry->m_uniqueNamesToItems.end(); HashMap 95 Source/core/page/HistoryController.cpp for (HashMap<uint64_t, HistoryNode*>::iterator it = m_entry->m_framesToItems.begin(); it != framesEnd; ++it) { HashMap 99 Source/core/page/HistoryController.cpp for (HashMap<String, HistoryNode*>::iterator it = m_entry->m_uniqueNamesToItems.begin(); it != uniqueNamesEnd; ++it) { HashMap 132 Source/core/page/HistoryController.h HashMap<uint64_t, HistoryNode*> m_framesToItems; HashMap 133 Source/core/page/HistoryController.h HashMap<String, HistoryNode*> m_uniqueNamesToItems; HashMap 156 Source/core/page/HistoryController.h typedef HashMap<RefPtr<LocalFrame>, RefPtr<HistoryItem> > HistoryFrameLoadSet; HashMap 379 Source/core/page/PageSerializer.cpp HashMap<LocalFrame*, KURL>::iterator iter = m_blankFrameURLs.find(frame); HashMap 89 Source/core/page/PageSerializer.h HashMap<LocalFrame*, KURL> m_blankFrameURLs; HashMap 294 Source/core/page/PrintContext.cpp HashMap<String, Element*>::const_iterator end = m_linkedDestinations.end(); HashMap 295 Source/core/page/PrintContext.cpp for (HashMap<String, Element*>::const_iterator it = m_linkedDestinations.begin(); it != end; ++it) { HashMap 98 Source/core/page/PrintContext.h HashMap<String, Element*> m_linkedDestinations; HashMap 235 Source/core/page/TouchAdjustment.cpp HashMap<Node*, Node*> responderMap; HashMap 123 Source/core/page/TouchDisambiguation.cpp HashMap<Node*, TouchTargetData> touchTargets; HashMap 141 Source/core/page/TouchDisambiguation.cpp for (HashMap<Node*, TouchTargetData>::iterator it = touchTargets.begin(); it != touchTargets.end(); ++it) { HashMap 80 Source/core/page/WindowFeatures.h typedef HashMap<String, String> DialogFeaturesMap; HashMap 81 Source/core/page/WindowFeatures.h static void parseDialogFeatures(const String&, HashMap<String, String>&); HashMap 391 Source/core/page/scrolling/ScrollingCoordinator.cpp typedef HashMap<const RenderLayer*, Vector<const LocalFrame*> > LayerFrameMap; HashMap 156 Source/core/page/scrolling/ScrollingCoordinator.h typedef HashMap<ScrollableArea*, OwnPtr<blink::WebScrollbarLayer> > ScrollbarMap; HashMap 92 Source/core/rendering/AbstractInlineTextBox.h typedef HashMap<InlineTextBox*, RefPtr<AbstractInlineTextBox> > InlineToAbstractInlineTextBoxHashMap; HashMap 172 Source/core/rendering/FastTextAutosizer.h typedef HashMap<Fingerprint, OwnPtr<Supercluster> > SuperclusterMap; HashMap 185 Source/core/rendering/FastTextAutosizer.h typedef HashMap<const RenderObject*, Fingerprint> FingerprintMap; HashMap 186 Source/core/rendering/FastTextAutosizer.h typedef HashMap<Fingerprint, OwnPtr<BlockSet> > ReverseFingerprintMap; HashMap 128 Source/core/rendering/FloatingObjects.h typedef HashMap<RenderBox*, FloatingObject*> RendererToFloatInfoMap; HashMap 44 Source/core/rendering/ImageQualityController.h typedef HashMap<const void*, LayoutSize> LayerSizeMap; HashMap 45 Source/core/rendering/ImageQualityController.h typedef HashMap<RenderObject*, LayerSizeMap> ObjectLayerSizeMap; HashMap 39 Source/core/rendering/InlineFlowBox.h typedef HashMap<const InlineTextBox*, pair<Vector<const SimpleFontData*>, GlyphOverflow> > GlyphOverflowAndFallbackFontsMap; HashMap 67 Source/core/rendering/InlineTextBox.cpp typedef WTF::HashMap<const InlineTextBox*, LayoutRect> InlineTextBoxOverflowMap; HashMap 45 Source/core/rendering/PaintInfo.h typedef HashMap<RenderWidget*, IntRect> OverlapTestRequestMap; HashMap 97 Source/core/rendering/RenderBlock.cpp typedef WTF::HashMap<const RenderBox*, OwnPtr<ColumnInfo> > ColumnInfoMap; HashMap 106 Source/core/rendering/RenderBlock.cpp typedef WTF::HashMap<RenderBlock*, OwnPtr<ListHashSet<RenderInline*> > > ContinuationOutlineTableMap; HashMap 56 Source/core/rendering/RenderBlock.h typedef WTF::HashMap<const RenderBlock*, OwnPtr<TrackedRendererListHashSet> > TrackedDescendantsMap; HashMap 57 Source/core/rendering/RenderBlock.h typedef WTF::HashMap<const RenderBox*, OwnPtr<HashSet<RenderBlock*> > > TrackedContainerMap; HashMap 68 Source/core/rendering/RenderBox.cpp typedef WTF::HashMap<const RenderBox*, LayoutUnit> OverrideSizeMap; HashMap 63 Source/core/rendering/RenderBoxModelObject.cpp typedef HashMap<const RenderBoxModelObject*, RenderBoxModelObject*> ContinuationMap; HashMap 68 Source/core/rendering/RenderBoxModelObject.cpp typedef HashMap<const RenderBoxModelObject*, RenderTextFragment*> FirstLetterRemainingTextMap; HashMap 45 Source/core/rendering/RenderCounter.cpp typedef HashMap<AtomicString, RefPtr<CounterNode> > CounterMap; HashMap 46 Source/core/rendering/RenderCounter.cpp typedef HashMap<const RenderObject*, OwnPtr<CounterMap> > CounterMaps; HashMap 78 Source/core/rendering/RenderFlexibleBox.h typedef HashMap<const RenderBox*, LayoutUnit> InflexibleFlexItemSize; HashMap 160 Source/core/rendering/RenderFlexibleBox.h HashMap<const RenderObject*, LayoutUnit> m_intrinsicSizeAlongMainAxis; HashMap 209 Source/core/rendering/RenderFlowThread.h typedef HashMap<const RenderBox*, RenderRegionRange> RenderRegionRangeMap; HashMap 216 Source/core/rendering/RenderFlowThread.h typedef HashMap<const RenderBox*, LayoutUnit> RenderBoxToOffsetMap; HashMap 160 Source/core/rendering/RenderGrid.h HashMap<const RenderBox*, GridCoordinate> m_gridItemCoordinate; HashMap 48 Source/core/rendering/RenderLayerFilterInfo.h typedef HashMap<const RenderLayer*, RenderLayerFilterInfo*> RenderLayerFilterInfoMap; HashMap 146 Source/core/rendering/RenderObject.h typedef WTF::HashMap<const RenderLayer*, Vector<LayoutRect> > LayerHitTestRects; HashMap 87 Source/core/rendering/RenderScrollbar.h HashMap<unsigned, RenderScrollbarPart*> m_parts; HashMap 1714 Source/core/rendering/RenderTableSection.cpp HashMap<pair<const RenderTableCell*, int>, CollapsedBorderValue>::iterator it = m_cellsCollapsedBorders.find(make_pair(cell, side)); HashMap 308 Source/core/rendering/RenderTableSection.h HashMap<pair<const RenderTableCell*, int>, CollapsedBorderValue > m_cellsCollapsedBorders; HashMap 67 Source/core/rendering/RenderText.cpp typedef HashMap<RenderText*, SecureTextTimer*> SecureTextTimerMap; HashMap 207 Source/core/rendering/RenderThemeChromiumMac.h mutable HashMap<int, RGBA32> m_systemColorCache; HashMap 515 Source/core/rendering/RenderView.cpp typedef HashMap<RenderObject*, OwnPtr<RenderSelectionInfo> > SelectionMap; HashMap 619 Source/core/rendering/RenderView.cpp typedef HashMap<RenderObject*, OwnPtr<RenderSelectionInfo> > SelectedObjectMap; HashMap 626 Source/core/rendering/RenderView.cpp typedef HashMap<RenderBlock*, OwnPtr<RenderBlockSelectionInfo> > SelectedBlockMap; HashMap 47 Source/core/rendering/RootInlineBox.cpp typedef WTF::HashMap<const RootInlineBox*, EllipsisBox*> EllipsisBoxMap; HashMap 157 Source/core/rendering/TextAutosizer.cpp HashMap<const RenderObject*, unsigned>::const_iterator it = m_hashCache.find(renderer); HashMap 296 Source/core/rendering/TextAutosizer.cpp HashMap<unsigned, OwnPtr<Vector<TextAutosizingClusterInfo> > >::const_iterator it = m_nonAutosizedClusters.find(key); HashMap 316 Source/core/rendering/TextAutosizer.cpp HashMap<unsigned, float>::iterator it = m_hashToMultiplier.find(clusterHash); HashMap 134 Source/core/rendering/TextAutosizer.h HashMap<const RenderObject*, unsigned> m_hashCache; HashMap 137 Source/core/rendering/TextAutosizer.h HashMap<unsigned, float> m_hashToMultiplier; HashMap 141 Source/core/rendering/TextAutosizer.h HashMap<unsigned, OwnPtr<Vector<TextAutosizingClusterInfo> > > m_nonAutosizedClusters; HashMap 47 Source/core/rendering/VerticalPositionCache.h const HashMap<RenderObject*, int>& mapToCheck = baselineType == AlphabeticBaseline ? m_alphabeticPositions : m_ideographicPositions; HashMap 48 Source/core/rendering/VerticalPositionCache.h const HashMap<RenderObject*, int>::const_iterator it = mapToCheck.find(renderer); HashMap 63 Source/core/rendering/VerticalPositionCache.h HashMap<RenderObject*, int> m_alphabeticPositions; HashMap 64 Source/core/rendering/VerticalPositionCache.h HashMap<RenderObject*, int> m_ideographicPositions; HashMap 57 Source/core/rendering/shapes/ShapeInfo.h typedef HashMap<const KeyType*, OwnPtr<InfoType> > InfoMap; HashMap 105 Source/core/rendering/style/CounterDirectives.h typedef HashMap<AtomicString, CounterDirectives> CounterDirectiveMap; HashMap 150 Source/core/rendering/style/GridCoordinate.h typedef HashMap<String, GridCoordinate> NamedGridAreaMap; HashMap 39 Source/core/rendering/style/StyleGridData.h typedef HashMap<String, Vector<size_t> > NamedGridLinesMap; HashMap 40 Source/core/rendering/style/StyleGridData.h typedef HashMap<size_t, Vector<String>, WTF::IntHash<size_t>, WTF::UnsignedWithZeroKeyHashTraits<size_t> > OrderedNamedGridLines; HashMap 46 Source/core/rendering/svg/ReferenceFilterBuilder.cpp HashMap<const FilterOperation*, OwnPtr<DocumentResourceReference> >* ReferenceFilterBuilder::documentResourceReferences = 0; HashMap 59 Source/core/rendering/svg/ReferenceFilterBuilder.cpp documentResourceReferences = new HashMap<const FilterOperation*, OwnPtr<DocumentResourceReference> >; HashMap 56 Source/core/rendering/svg/ReferenceFilterBuilder.h static HashMap<const FilterOperation*, OwnPtr<DocumentResourceReference> >* documentResourceReferences; HashMap 90 Source/core/rendering/svg/RenderSVGResourceFilter.h typedef HashMap<RenderObject*, OwnPtr<FilterData> > FilterMap; HashMap 66 Source/core/rendering/svg/RenderSVGResourceGradient.h HashMap<RenderObject*, OwnPtr<GradientData> > m_gradientMap; HashMap 71 Source/core/rendering/svg/RenderSVGResourcePattern.h HashMap<RenderObject*, OwnPtr<PatternData> > m_patternMap; HashMap 138 Source/core/rendering/svg/SVGPathData.cpp static HashMap<StringImpl*, PathUpdateFunction>* map = 0; HashMap 140 Source/core/rendering/svg/SVGPathData.cpp map = new HashMap<StringImpl*, PathUpdateFunction>; HashMap 66 Source/core/rendering/svg/SVGResourcesCache.h typedef HashMap<const RenderObject*, OwnPtr<SVGResources> > CacheMap; HashMap 58 Source/core/rendering/svg/SVGTextChunkBuilder.h HashMap<SVGInlineTextBox*, AffineTransform> m_textBoxTransformations; HashMap 43 Source/core/rendering/svg/SVGTextLayoutAttributes.h typedef HashMap<unsigned, SVGCharacterData> SVGCharacterDataMap; HashMap 62 Source/core/speech/SpeechInput.cpp for (HashMap<int, SpeechInputListener*>::iterator it = m_listeners.begin(); it != m_listeners.end(); ++it) HashMap 82 Source/core/speech/SpeechInput.h HashMap<int, SpeechInputListener*> m_listeners; HashMap 171 Source/core/svg/SVGDocumentExtensions.cpp HashMap<AtomicString, OwnPtr<SVGPendingElements> >::AddResult result = m_pendingResources.add(id, nullptr); HashMap 194 Source/core/svg/SVGDocumentExtensions.cpp HashMap<AtomicString, OwnPtr<SVGPendingElements> >::const_iterator end = m_pendingResources.end(); HashMap 195 Source/core/svg/SVGDocumentExtensions.cpp for (HashMap<AtomicString, OwnPtr<SVGPendingElements> >::const_iterator it = m_pendingResources.begin(); it != end; ++it) { HashMap 228 Source/core/svg/SVGDocumentExtensions.cpp HashMap<AtomicString, OwnPtr<SVGPendingElements> >::iterator end = m_pendingResources.end(); HashMap 229 Source/core/svg/SVGDocumentExtensions.cpp for (HashMap<AtomicString, OwnPtr<SVGPendingElements> >::iterator it = m_pendingResources.begin(); it != end; ++it) { HashMap 250 Source/core/svg/SVGDocumentExtensions.cpp HashMap<AtomicString, OwnPtr<SVGPendingElements> >::iterator end = m_pendingResourcesForRemoval.end(); HashMap 251 Source/core/svg/SVGDocumentExtensions.cpp for (HashMap<AtomicString, OwnPtr<SVGPendingElements> >::iterator it = m_pendingResourcesForRemoval.begin(); it != end; ++it) { HashMap 315 Source/core/svg/SVGDocumentExtensions.cpp const HashMap<SVGElement*, OwnPtr<HashSet<SVGElement*> > >::const_iterator it = m_elementDependencies.find(referencedElement); HashMap 340 Source/core/svg/SVGDocumentExtensions.cpp HashMap<SVGElement*, OwnPtr<HashSet<SVGElement*> > >::iterator end = m_elementDependencies.end(); HashMap 341 Source/core/svg/SVGDocumentExtensions.cpp for (HashMap<SVGElement*, OwnPtr<HashSet<SVGElement*> > >::iterator it = m_elementDependencies.begin(); it != end; ++it) { HashMap 361 Source/core/svg/SVGDocumentExtensions.cpp HashMap<SVGElement*, OwnPtr<HashSet<SVGElement*> > >::iterator it = m_elementDependencies.find(referencedElement); HashMap 386 Source/core/svg/SVGDocumentExtensions.cpp HashMap<SVGElement*, OwnPtr<HashSet<SVGElement*> > >::iterator it = m_elementDependencies.find(referencedElement); HashMap 97 Source/core/svg/SVGDocumentExtensions.h HashMap<AtomicString, RenderSVGResourceContainer*> m_resources; HashMap 98 Source/core/svg/SVGDocumentExtensions.h HashMap<AtomicString, OwnPtr<SVGPendingElements> > m_pendingResources; // Resources that are pending. HashMap 99 Source/core/svg/SVGDocumentExtensions.h HashMap<AtomicString, OwnPtr<SVGPendingElements> > m_pendingResourcesForRemoval; // Resources that are pending and scheduled for removal. HashMap 100 Source/core/svg/SVGDocumentExtensions.h HashMap<SVGElement*, OwnPtr<HashSet<SVGElement*> > > m_elementDependencies; HashMap 58 Source/core/svg/SVGElement.cpp void mapAttributeToCSSProperty(HashMap<StringImpl*, CSSPropertyID>* propertyNameToIdMap, const QualifiedName& attrName) HashMap 356 Source/core/svg/SVGElement.cpp static HashMap<StringImpl*, CSSPropertyID>* propertyNameToIdMap = 0; HashMap 358 Source/core/svg/SVGElement.cpp propertyNameToIdMap = new HashMap<StringImpl*, CSSPropertyID>; HashMap 632 Source/core/svg/SVGElement.cpp typedef HashMap<QualifiedName, AnimatedPropertyType> AttributeToPropertyTypeMap; HashMap 48 Source/core/svg/SVGElement.h void mapAttributeToCSSProperty(HashMap<StringImpl*, CSSPropertyID>* propertyNameToIdMap, const QualifiedName& attrName); HashMap 205 Source/core/svg/SVGElement.h typedef HashMap<QualifiedName, RefPtr<SVGAnimatedPropertyBase> > AttributeToPropertyMap; HashMap 49 Source/core/svg/SVGElementRareData.h typedef HashMap<const SVGElement*, SVGElementRareData*> SVGElementRareDataMap; HashMap 52 Source/core/svg/SVGFontElement.h typedef HashMap<KerningPairKey, float> KerningTable; HashMap 69 Source/core/svg/SVGFontFaceElement.cpp static HashMap<StringImpl*, CSSPropertyID>* propertyNameToIdMap = 0; HashMap 71 Source/core/svg/SVGFontFaceElement.cpp propertyNameToIdMap = new HashMap<StringImpl*, CSSPropertyID>; HashMap 36 Source/core/svg/SVGGlyphMap.h typedef HashMap<UChar32, RefPtr<GlyphMapNode> > GlyphMapLayer; HashMap 247 Source/core/svg/SVGGlyphMap.h HashMap<String, Glyph> m_namedGlyphs; HashMap 248 Source/core/svg/SVGGlyphMap.h HashMap<String, Glyph> m_idGlyphs; HashMap 351 Source/core/svg/SVGLength.cpp typedef HashMap<QualifiedName, SVGLengthMode> LengthModeForLengthAttributeMap; HashMap 113 Source/core/svg/animation/SMILTimeContainer.h typedef HashMap<ElementAttributePair, OwnPtr<AnimationsVector> > GroupedAnimationsMap; HashMap 59 Source/core/svg/graphics/SVGImageCache.h typedef HashMap<const ImageResourceClient*, RefPtr<SVGImageForContainer> > ImageForContainerMap; HashMap 66 Source/core/svg/graphics/filters/SVGFilterBuilder.h HashMap<AtomicString, RefPtr<FilterEffect> >::iterator end = m_builtinEffects.end(); HashMap 67 Source/core/svg/graphics/filters/SVGFilterBuilder.h for (HashMap<AtomicString, RefPtr<FilterEffect> >::iterator iterator = m_builtinEffects.begin(); iterator != end; ++iterator) HashMap 71 Source/core/svg/graphics/filters/SVGFilterBuilder.h HashMap<AtomicString, RefPtr<FilterEffect> > m_builtinEffects; HashMap 72 Source/core/svg/graphics/filters/SVGFilterBuilder.h HashMap<AtomicString, RefPtr<FilterEffect> > m_namedEffects; HashMap 75 Source/core/svg/graphics/filters/SVGFilterBuilder.h HashMap<RefPtr<FilterEffect>, FilterEffectSet> m_effectReferences; HashMap 76 Source/core/svg/graphics/filters/SVGFilterBuilder.h HashMap<RenderObject*, FilterEffect*> m_effectRenderer; HashMap 40 Source/core/timing/PerformanceUserTiming.cpp typedef HashMap<String, NavigationTimingFunction> RestrictedKeyMap; HashMap 46 Source/core/xml/XPathExpressionNode.h HashMap<String, String> variableBindings; HashMap 73 Source/core/xml/XPathFunctions.cpp static HashMap<String, FunctionRec>* functionMap; HashMap 723 Source/core/xml/XPathFunctions.cpp functionMap = new HashMap<String, FunctionRec>; HashMap 740 Source/core/xml/XPathFunctions.cpp HashMap<String, FunctionRec>::iterator functionMapIter = functionMap->find(name); HashMap 50 Source/core/xml/XPathParser.cpp typedef HashMap<String, Step::Axis> AxisNamesMap; HashMap 42 Source/core/xml/XPathVariableReference.cpp HashMap<String, String>& bindings = evaluationContext().variableBindings; HashMap 77 Source/core/xml/XSLTProcessor.h typedef HashMap<String, String> ParameterMap; HashMap 1557 Source/core/xml/parser/XMLDocumentParser.cpp HashMap<String, String> attributes; HashMap 1585 Source/core/xml/parser/XMLDocumentParser.cpp HashMap<String, String> parseAttributes(const String& string, bool& attrsOK) HashMap 189 Source/core/xml/parser/XMLDocumentParser.h typedef HashMap<AtomicString, AtomicString> PrefixForNamespaceMap; HashMap 196 Source/core/xml/parser/XMLDocumentParser.h HashMap<String, String> parseAttributes(const String&, bool& attrsOK); HashMap 8 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ContextTrackingState.java import java.util.HashMap; HashMap 19 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ContextTrackingState.java final Map<String, TypeRecord> typeRecordsByTypeName = new HashMap<>(); HashMap 9 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java import java.util.HashMap; HashMap 30 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java private final Map<String, FunctionRecord> nestedFunctionsByName = new HashMap<>(); HashMap 31 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java private final Map<String, Set<CallSite>> callSitesByFunctionName = new HashMap<>(); HashMap 32 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/FunctionReceiverChecker.java private final Map<String, Set<SymbolicArgument>> symbolicArgumentsByName = new HashMap<>(); HashMap 139 Source/modules/indexeddb/IDBDatabase.h typedef HashMap<int64_t, RefPtr<IDBTransaction> > TransactionMap; HashMap 74 Source/modules/indexeddb/IDBMetadata.h typedef HashMap<int64_t, IDBIndexMetadata> IndexMap; HashMap 85 Source/modules/indexeddb/IDBMetadata.h typedef HashMap<int64_t, IDBObjectStoreMetadata> ObjectStoreMap; HashMap 97 Source/modules/indexeddb/IDBObjectStore.h typedef HashMap<String, IndexKeys> IndexKeyMap; HashMap 118 Source/modules/indexeddb/IDBObjectStore.h typedef HashMap<String, RefPtr<IDBIndex> > IDBIndexMap; HashMap 131 Source/modules/indexeddb/IDBTransaction.h typedef HashMap<String, RefPtr<IDBObjectStore> > IDBObjectStoreMap; HashMap 137 Source/modules/indexeddb/IDBTransaction.h typedef HashMap<RefPtr<IDBObjectStore>, IDBObjectStoreMetadata> IDBObjectStoreMetadataMap; HashMap 69 Source/modules/mediastream/MediaConstraintsImpl.cpp HashMap<String, String> mandatoryConstraintsHashMap; HashMap 74 Source/modules/mediastream/MediaConstraintsImpl.cpp HashMap<String, String>::const_iterator iter = mandatoryConstraintsHashMap.begin(); HashMap 53 Source/modules/mediastream/MediaStreamRegistry.h HashMap<String, RefPtr<MediaStreamDescriptor> > m_streamDescriptors; HashMap 49 Source/modules/mediastream/RTCStatsReport.cpp for (HashMap<String, String>::const_iterator it = m_stats.begin(); it != m_stats.end(); ++it) { HashMap 61 Source/modules/mediastream/RTCStatsReport.h HashMap<String, String> m_stats; HashMap 51 Source/modules/mediastream/RTCStatsResponse.h HashMap<String, int> m_idmap; HashMap 103 Source/modules/webaudio/PannerNode.cpp HashMap<AudioNode*, bool> visitedNodes; HashMap 518 Source/modules/webaudio/PannerNode.cpp void PannerNode::notifyAudioSourcesConnectedToNode(AudioNode* node, HashMap<AudioNode*, bool>& visitedNodes) HashMap 537 Source/modules/webaudio/PannerNode.cpp HashMap<AudioNode*, bool>::iterator iterator = visitedNodes.find(connectedNode); HashMap 142 Source/modules/webaudio/PannerNode.h void notifyAudioSourcesConnectedToNode(AudioNode*, HashMap<AudioNode*, bool> &visitedNodes); HashMap 144 Source/modules/webdatabase/DatabaseBackendBase.cpp typedef HashMap<DatabaseGuid, String> GuidVersionMap; HashMap 169 Source/modules/webdatabase/DatabaseBackendBase.cpp typedef HashMap<DatabaseGuid, HashSet<DatabaseBackendBase*>*> GuidDatabaseMap; HashMap 185 Source/modules/webdatabase/DatabaseBackendBase.cpp typedef HashMap<String, int> IDGuidMap; HashMap 104 Source/modules/webdatabase/DatabaseManager.h typedef HashMap<ExecutionContext*, OwnPtr<Persistent<DatabaseContext> > > ContextMap; HashMap 106 Source/modules/webdatabase/DatabaseManager.h typedef HashMap<ExecutionContext*, RefPtr<DatabaseContext> > ContextMap; HashMap 73 Source/modules/webdatabase/DatabaseTracker.h typedef HashMap<String, DatabaseSet*> DatabaseNameMap; HashMap 74 Source/modules/webdatabase/DatabaseTracker.h typedef HashMap<String, DatabaseNameMap*> DatabaseOriginMap; HashMap 54 Source/modules/webdatabase/QuotaTracker.cpp HashMap<String, SizeMap>::const_iterator it = m_databaseSizes.find(originIdentifier); HashMap 73 Source/modules/webdatabase/QuotaTracker.cpp HashMap<String, SizeMap>::ValueType* it = m_databaseSizes.add(originIdentifier, SizeMap()).storedValue; HashMap 58 Source/modules/webdatabase/QuotaTracker.h typedef HashMap<String, unsigned long long> SizeMap; HashMap 60 Source/modules/webdatabase/QuotaTracker.h HashMap<String, SizeMap> m_databaseSizes; HashMap 51 Source/modules/websockets/WebSocketDeflateFramer.cpp virtual bool processResponse(const HashMap<String, String>&) OVERRIDE; HashMap 76 Source/modules/websockets/WebSocketDeflateFramer.cpp bool WebSocketExtensionDeflateFrame::processResponse(const HashMap<String, String>& serverParameters) HashMap 86 Source/modules/websockets/WebSocketDeflateFramer.cpp HashMap<String, String>::const_iterator parameter = serverParameters.find("max_window_bits"); HashMap 76 Source/modules/websockets/WebSocketExtensionDispatcher.cpp void WebSocketExtensionDispatcher::appendAcceptedExtension(const String& extensionToken, HashMap<String, String>& extensionParameters) HashMap 82 Source/modules/websockets/WebSocketExtensionDispatcher.cpp for (HashMap<String, String>::const_iterator iterator = extensionParameters.begin(); iterator != extensionParameters.end(); ++iterator) { HashMap 113 Source/modules/websockets/WebSocketExtensionDispatcher.cpp HashMap<String, String> extensionParameters; HashMap 56 Source/modules/websockets/WebSocketExtensionDispatcher.h void appendAcceptedExtension(const String& extensionToken, HashMap<String, String>& extensionParameters); HashMap 49 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp virtual bool processResponse(const HashMap<String, String>&) OVERRIDE; HashMap 69 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp void appendResult(const String& extensionToken, const HashMap<String, String>& parameters) HashMap 78 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp Vector<HashMap<String, String> > m_parsedParameters; HashMap 81 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp bool MockWebSocketExtensionProcessor::processResponse(const HashMap<String, String>& parameters) HashMap 104 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp HashMap<String, String>::iterator parameter = m_parsedParameters[0].find("max-channels"); HashMap 116 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp HashMap<String, String> parameters; HashMap 130 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp const HashMap<String, String>& expectedParameters = expected[i].parameters; HashMap 131 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp const HashMap<String, String>& parsedParameters = m_parsedParameters[i]; HashMap 133 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp for (HashMap<String, String>::const_iterator iterator = expectedParameters.begin(); iterator != expectedParameters.end(); ++iterator) { HashMap 134 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp HashMap<String, String>::const_iterator parsed = parsedParameters.find(iterator->key); HashMap 131 Source/modules/websockets/WebSocketExtensionParser.cpp bool WebSocketExtensionParser::parseExtension(String& extensionToken, HashMap<String, String>& extensionParameters) HashMap 49 Source/modules/websockets/WebSocketExtensionParser.h bool parseExtension(String& extensionToken, HashMap<String, String>& parameters); HashMap 47 Source/modules/websockets/WebSocketExtensionParserTest.cpp HashMap<String, String> parameters; HashMap 59 Source/modules/websockets/WebSocketExtensionParserTest.cpp HashMap<String, String> parameters; HashMap 75 Source/modules/websockets/WebSocketExtensionParserTest.cpp HashMap<String, String> parameters; HashMap 89 Source/modules/websockets/WebSocketExtensionParserTest.cpp HashMap<String, String> parameters; HashMap 99 Source/modules/websockets/WebSocketExtensionParserTest.cpp HashMap<String, String> parameters; HashMap 109 Source/modules/websockets/WebSocketExtensionParserTest.cpp HashMap<String, String> parameters; HashMap 119 Source/modules/websockets/WebSocketExtensionParserTest.cpp HashMap<String, String> parameters; HashMap 129 Source/modules/websockets/WebSocketExtensionParserTest.cpp HashMap<String, String> parameters; HashMap 139 Source/modules/websockets/WebSocketExtensionParserTest.cpp HashMap<String, String> parameters; HashMap 149 Source/modules/websockets/WebSocketExtensionParserTest.cpp HashMap<String, String> parameters; HashMap 159 Source/modules/websockets/WebSocketExtensionParserTest.cpp HashMap<String, String> parameters; HashMap 169 Source/modules/websockets/WebSocketExtensionParserTest.cpp HashMap<String, String> parameters; HashMap 179 Source/modules/websockets/WebSocketExtensionParserTest.cpp HashMap<String, String> parameters; HashMap 53 Source/modules/websockets/WebSocketExtensionProcessor.h virtual bool processResponse(const HashMap<String, String>&) = 0; HashMap 55 Source/modules/websockets/WebSocketPerMessageDeflate.cpp virtual bool processResponse(const HashMap<String, String>&) OVERRIDE; HashMap 78 Source/modules/websockets/WebSocketPerMessageDeflate.cpp bool CompressionMessageExtensionProcessor::processResponse(const HashMap<String, String>& parameters) HashMap 89 Source/modules/websockets/WebSocketPerMessageDeflate.cpp HashMap<String, String>::const_iterator clientNoContextTakeover = parameters.find("client_no_context_takeover"); HashMap 90 Source/modules/websockets/WebSocketPerMessageDeflate.cpp HashMap<String, String>::const_iterator clientMaxWindowBits = parameters.find("client_max_window_bits"); HashMap 91 Source/modules/websockets/WebSocketPerMessageDeflate.cpp HashMap<String, String>::const_iterator serverNoContextTakeover = parameters.find("server_no_context_takeover"); HashMap 92 Source/modules/websockets/WebSocketPerMessageDeflate.cpp HashMap<String, String>::const_iterator serverMaxWindowBits = parameters.find("server_max_window_bits"); HashMap 362 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp bool processResponse(const HashMap<String, String>& serverParameters) HashMap 370 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp HashMap<String, String> params; HashMap 374 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp HashMap<String, String> params; HashMap 379 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp HashMap<String, String> params; HashMap 384 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp HashMap<String, String> params; HashMap 391 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp HashMap<String, String> params; HashMap 397 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp HashMap<String, String> params; HashMap 406 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp HashMap<String, String> params; HashMap 411 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp HashMap<String, String> params; HashMap 416 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp HashMap<String, String> params; HashMap 421 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp HashMap<String, String> params; HashMap 426 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp HashMap<String, String> params; HashMap 431 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp HashMap<String, String> params; HashMap 436 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp HashMap<String, String> params; HashMap 441 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp HashMap<String, String> params; HashMap 446 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp HashMap<String, String> params; HashMap 452 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp HashMap<String, String> params; HashMap 458 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp HashMap<String, String> params; HashMap 464 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp HashMap<String, String> params; HashMap 470 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp HashMap<String, String> params; HashMap 476 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp HashMap<String, String> params; HashMap 158 Source/platform/JSONValues.h typedef HashMap<String, RefPtr<JSONValue> > Dictionary; HashMap 161 Source/platform/Length.cpp HashMap<int, RefPtr<CalculationValue> > m_map; HashMap 109 Source/platform/Supplementable.h typedef HashMap<const char*, OwnPtr<SupplementBase<T, false> >, PtrHash<const char*> > SupplementMap; HashMap 77 Source/platform/audio/HRTFDatabaseLoader.h typedef HashMap<double, HRTFDatabaseLoader*> LoaderMap; HashMap 66 Source/platform/audio/HRTFElevation.cpp typedef HashMap<String, RefPtr<AudioBus> > AudioBusMap; HashMap 110 Source/platform/blob/BlobRegistry.cpp typedef HashMap<String, RefPtr<SecurityOrigin> > BlobURLOriginMap; HashMap 63 Source/platform/fonts/FontCache.cpp typedef HashMap<FontCacheKey, OwnPtr<FontPlatformData>, FontCacheKeyHash, FontCacheKeyTraits> FontPlatformDataCache; HashMap 124 Source/platform/fonts/FontCache.cpp typedef HashMap<FontCache::FontFileKey, RefPtr<OpenTypeVerticalData>, WTF::IntHash<FontCache::FontFileKey>, WTF::UnsignedWithZeroKeyHashTraits<FontCache::FontFileKey> > FontVerticalDataCache; HashMap 92 Source/platform/fonts/FontDataCache.h typedef HashMap<FontPlatformData, pair<RefPtr<SimpleFontData>, unsigned>, FontDataCacheKeyHash, FontDataCacheKeyTraits> Cache; HashMap 44 Source/platform/fonts/FontFallbackList.h typedef HashMap<int, GlyphPageTreeNode*, DefaultHash<int>::Hash> GlyphPages; HashMap 89 Source/platform/fonts/GenericFontFamilySettings.h typedef HashMap<int, AtomicString, DefaultHash<int>::Hash, UScriptCodeHashTraits> ScriptFontFamilyMap; HashMap 91 Source/platform/fonts/GlyphMetricsMap.h OwnPtr<HashMap<int, OwnPtr<GlyphMetricsPage> > > m_pages; HashMap 116 Source/platform/fonts/GlyphMetricsMap.h m_pages = adoptPtr(new HashMap<int, OwnPtr<GlyphMetricsPage> >); HashMap 45 Source/platform/fonts/GlyphPageTreeNode.cpp HashMap<int, GlyphPageTreeNode*>* GlyphPageTreeNode::roots = 0; HashMap 53 Source/platform/fonts/GlyphPageTreeNode.cpp roots = new HashMap<int, GlyphPageTreeNode*>; HashMap 75 Source/platform/fonts/GlyphPageTreeNode.cpp HashMap<int, GlyphPageTreeNode*>::iterator end = roots->end(); HashMap 76 Source/platform/fonts/GlyphPageTreeNode.cpp for (HashMap<int, GlyphPageTreeNode*>::iterator it = roots->begin(); it != end; ++it) HashMap 100 Source/platform/fonts/GlyphPageTreeNode.cpp HashMap<int, GlyphPageTreeNode*>::iterator end = roots->end(); HashMap 101 Source/platform/fonts/GlyphPageTreeNode.cpp for (HashMap<int, GlyphPageTreeNode*>::iterator it = roots->begin(); it != end; ++it) HashMap 112 Source/platform/fonts/GlyphPageTreeNode.cpp HashMap<int, GlyphPageTreeNode*>::iterator end = roots->end(); HashMap 113 Source/platform/fonts/GlyphPageTreeNode.cpp for (HashMap<int, GlyphPageTreeNode*>::iterator it = roots->begin(); it != end; ++it) HashMap 426 Source/platform/fonts/GlyphPageTreeNode.cpp HashMap<int, WebCore::GlyphPageTreeNode*>::iterator end = WebCore::GlyphPageTreeNode::roots->end(); HashMap 427 Source/platform/fonts/GlyphPageTreeNode.cpp for (HashMap<int, WebCore::GlyphPageTreeNode*>::iterator it = WebCore::GlyphPageTreeNode::roots->begin(); it != end; ++it) { HashMap 118 Source/platform/fonts/GlyphPageTreeNode.h static HashMap<int, GlyphPageTreeNode*>* roots; HashMap 121 Source/platform/fonts/GlyphPageTreeNode.h typedef HashMap<const FontData*, OwnPtr<GlyphPageTreeNode> > GlyphPageTreeNodeMap; HashMap 247 Source/platform/fonts/SimpleFontData.h mutable HashMap<unsigned, RetainPtr<CFDictionaryRef> > m_CFStringAttributes; HashMap 250 Source/platform/fonts/SimpleFontData.h mutable OwnPtr<HashMap<String, bool> > m_combiningCharacterSequenceSupport; HashMap 183 Source/platform/fonts/WidthCache.h typedef HashMap<SmallStringKey, float, SmallStringKeyHash, SmallStringKeyHashTraits> Map; HashMap 184 Source/platform/fonts/WidthCache.h typedef HashMap<uint32_t, float, DefaultHash<uint32_t>::Hash, WTF::UnsignedWithZeroKeyHashTraits<uint32_t> > SingleCharMap; HashMap 61 Source/platform/fonts/harfbuzz/HarfBuzzFace.cpp HashMap<uint32_t, uint16_t>* glyphCache() { return &m_glyphCache; } HashMap 69 Source/platform/fonts/harfbuzz/HarfBuzzFace.cpp HashMap<uint32_t, uint16_t> m_glyphCache; HashMap 72 Source/platform/fonts/harfbuzz/HarfBuzzFace.cpp typedef HashMap<uint64_t, RefPtr<FaceCacheEntry>, WTF::IntHash<uint64_t>, WTF::UnsignedWithZeroKeyHashTraits<uint64_t> > HarfBuzzFaceCache; HashMap 68 Source/platform/fonts/harfbuzz/HarfBuzzFace.h WTF::HashMap<uint32_t, uint16_t>* m_glyphCacheForFaceCacheEntry; HashMap 55 Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp HarfBuzzFontData(WTF::HashMap<uint32_t, uint16_t>* glyphCacheForFaceCacheEntry) HashMap 59 Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp WTF::HashMap<uint32_t, uint16_t>* m_glyphCacheForFaceCacheEntry; HashMap 92 Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp WTF::HashMap<uint32_t, uint16_t>::AddResult result = hbFontData->m_glyphCacheForFaceCacheEntry->add(unicode, 0); HashMap 37 Source/platform/fonts/mac/SimpleFontDataCoreText.cpp HashMap<unsigned, RetainPtr<CFDictionaryRef> >::AddResult addResult = m_CFStringAttributes.add(key, RetainPtr<CFDictionaryRef>()); HashMap 152 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp bool getSubstitutions(HashMap<Glyph, Glyph>* map, const SharedBuffer& buffer) const HashMap 229 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp bool getGlyphSubstitutions(const LookupList* lookups, HashMap<Glyph, Glyph>* map, const SharedBuffer& buffer) const HashMap 386 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp bool getVerticalGlyphSubstitutions(HashMap<Glyph, Glyph>* map, const SharedBuffer& buffer) const HashMap 558 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp const HashMap<Glyph, Glyph>& map = m_verticalGlyphMap; HashMap 66 Source/platform/fonts/opentype/OpenTypeVerticalData.h HashMap<Glyph, Glyph> m_verticalGlyphMap; HashMap 71 Source/platform/fonts/opentype/OpenTypeVerticalData.h HashMap<Glyph, int16_t> m_vertOriginY; HashMap 257 Source/platform/fonts/skia/SimpleFontDataSkia.cpp m_combiningCharacterSequenceSupport = adoptPtr(new HashMap<String, bool>); HashMap 259 Source/platform/fonts/skia/SimpleFontDataSkia.cpp WTF::HashMap<String, bool>::AddResult addResult = m_combiningCharacterSequenceSupport->add(String(characters, length), false); HashMap 66 Source/platform/graphics/GraphicsLayer.cpp typedef HashMap<const GraphicsLayer*, Vector<FloatRect> > RepaintMap; HashMap 256 Source/platform/graphics/GraphicsLayer.h typedef HashMap<int, int> RenderingContextMap; HashMap 293 Source/platform/graphics/ImageDecodingStore.h typedef HashMap<ImageCacheKey, OwnPtr<ImageCacheEntry> > ImageCacheMap; HashMap 297 Source/platform/graphics/ImageDecodingStore.h typedef HashMap<DecoderCacheKey, OwnPtr<DecoderCacheEntry> > DecoderCacheMap; HashMap 303 Source/platform/graphics/ImageDecodingStore.h typedef HashMap<const ImageFrameGenerator*, ImageCacheKeySet> ImageCacheKeyMap; HashMap 309 Source/platform/graphics/ImageDecodingStore.h typedef HashMap<const ImageFrameGenerator*, DecoderCacheKeySet> DecoderCacheKeyMap; HashMap 62 Source/platform/graphics/filters/SkiaImageFilterBuilder.h typedef HashMap<FilterColorSpacePair, RefPtr<SkImageFilter> > FilterBuilderHashMap; HashMap 99 Source/platform/graphics/gpu/DrawingBufferTest.cpp HashMap<WebGLId, IntSize> m_textureSizes; HashMap 777 Source/platform/heap/Handle.h #define WillBeHeapHashMap WTF::HashMap HashMap 778 Source/platform/heap/Handle.h #define WillBePersistentHeapHashMap WTF::HashMap HashMap 973 Source/platform/heap/Handle.h struct NeedsTracing<HashMap<T, U> > { HashMap 1363 Source/platform/heap/Heap.h template<typename T, typename U, typename V, typename W, typename X, typename Y> friend class WTF::HashMap; HashMap 1379 Source/platform/heap/Heap.h class HeapHashMap : public HashMap<KeyArg, MappedArg, HashArg, KeyTraitsArg, MappedTraitsArg, HeapAllocator> { }; HashMap 1431 Source/platform/heap/Heap.h struct ThreadingTrait<HashMap<Key, Value, T, U, V, HeapAllocator> > { HashMap 1470 Source/platform/heap/Heap.h struct ThreadingTrait<HeapHashMap<T, U, V, W, X> > : public ThreadingTrait<HashMap<T, U, V, W, X, HeapAllocator> > { }; HashMap 1484 Source/platform/heap/Heap.h struct GCInfoTrait<HashMap<Key, Value, T, U, V, HeapAllocator> > { HashMap 1490 Source/platform/heap/Heap.h const GCInfo GCInfoTrait<HashMap<Key, Value, T, U, V, HeapAllocator> >::info = { HashMap 1491 Source/platform/heap/Heap.h TraceTrait<HashMap<Key, Value, T, U, V, HeapAllocator> >::trace, HashMap 1764 Source/platform/heap/Heap.h struct GCInfoTrait<HeapHashMap<T, U, V, W, X> > : public GCInfoTrait<HashMap<T, U, V, W, X, HeapAllocator> > { }; HashMap 1911 Source/platform/heap/HeapTest.cpp HashMap<void*, Member<IntWrapper> > m_hashMap; HashMap 272 Source/platform/heap/Visitor.h void trace(const HashMap<T, U, V, W, X, WTF::DefaultAllocator>& map) HashMap 274 Source/platform/heap/Visitor.h OffHeapCollectionTraceTrait<HashMap<T, U, V, W, X, WTF::DefaultAllocator> >::trace(this, map); HashMap 431 Source/platform/heap/Visitor.h struct OffHeapCollectionTraceTrait<WTF::HashMap<Key, Value, HashFunctions, KeyTraits, ValueTraits, WTF::DefaultAllocator> > { HashMap 432 Source/platform/heap/Visitor.h typedef WTF::HashMap<Key, Value, HashFunctions, KeyTraits, ValueTraits, WTF::DefaultAllocator> HashMap; HashMap 434 Source/platform/heap/Visitor.h static void trace(Visitor* visitor, const HashMap& map) HashMap 439 Source/platform/heap/Visitor.h HashMap& iterMap = const_cast<HashMap&>(map); HashMap 440 Source/platform/heap/Visitor.h for (typename HashMap::iterator it = iterMap.begin(), end = iterMap.end(); it != end; ++it) { HashMap 53 Source/platform/mhtml/ArchiveResourceCollection.h HashMap<String, RefPtr<ArchiveResource> > m_subresources; HashMap 54 Source/platform/mhtml/ArchiveResourceCollection.h HashMap<String, RefPtr<MHTMLArchive> > m_subframes; HashMap 88 Source/platform/mhtml/MHTMLParser.cpp typedef HashMap<String, String> KeyValueMap; HashMap 71 Source/platform/network/HTTPHeaderMap.cpp return HashMap<AtomicString, AtomicString, CaseFoldingHash>::get(name); HashMap 76 Source/platform/network/HTTPHeaderMap.cpp return HashMap<AtomicString, AtomicString, CaseFoldingHash>::add(name, value); HashMap 112 Source/platform/network/HTTPHeaderMap.cpp return HashMap<AtomicString, AtomicString, CaseFoldingHash>::add<CaseFoldingCStringTranslator>(name, value); HashMap 44 Source/platform/network/HTTPHeaderMap.h class PLATFORM_EXPORT HTTPHeaderMap : public HashMap<AtomicString, AtomicString, CaseFoldingHash> { HashMap 63 Source/platform/network/ParsedContentType.h typedef HashMap<String, String> KeyValuePairs; HashMap 316 Source/platform/text/BidiResolver.h HashMap<Run *, MidpointState<Iterator> > m_midpointStateForIsolatedRun; HashMap 160 Source/platform/text/LocaleToScriptMapping.cpp typedef HashMap<String, UScriptCode> ScriptNameCodeMap; HashMap 167 Source/platform/text/LocaleToScriptMapping.cpp HashMap<String, UScriptCode>::iterator it = scriptNameCodeMap.find(scriptName.lower()); HashMap 381 Source/platform/text/LocaleToScriptMapping.cpp typedef HashMap<String, UScriptCode> LocaleScriptMap; HashMap 390 Source/platform/text/LocaleToScriptMapping.cpp HashMap<String, UScriptCode>::iterator it = localeScriptMap.find(canonicalLocale); HashMap 53 Source/platform/text/LocaleWin.cpp typedef HashMap<String, LCID> NameToLCIDMap; HashMap 106 Source/platform/text/TextBreakIteratorICU.cpp HashMap<icu::BreakIterator*, AtomicString> m_vendedIterators; HashMap 42 Source/platform/weborigin/KnownPorts.cpp typedef HashMap<String, unsigned, CaseFoldingHash> DefaultPortsMap; HashMap 44 Source/platform/weborigin/SecurityPolicy.cpp typedef HashMap<String, OwnPtr<OriginAccessWhiteList> > OriginAccessMap; HashMap 151 Source/web/InspectorClientImpl.cpp void InspectorClientImpl::dumpUncountedAllocatedObjects(const HashMap<const void*, size_t>& map) HashMap 73 Source/web/InspectorClientImpl.h virtual void dumpUncountedAllocatedObjects(const HashMap<const void*, size_t>&) OVERRIDE; HashMap 462 Source/web/WebDevToolsAgentImpl.cpp void WebDevToolsAgentImpl::dumpUncountedAllocatedObjects(const HashMap<const void*, size_t>& map) HashMap 466 Source/web/WebDevToolsAgentImpl.cpp InstrumentedObjectSizeProvider(const HashMap<const void*, size_t>& map) : m_map(map) { } HashMap 469 Source/web/WebDevToolsAgentImpl.cpp HashMap<const void*, size_t>::const_iterator i = m_map.find(ptr); HashMap 474 Source/web/WebDevToolsAgentImpl.cpp const HashMap<const void*, size_t>& m_map; HashMap 113 Source/web/WebDevToolsAgentImpl.h virtual void dumpUncountedAllocatedObjects(const HashMap<const void*, size_t>&) OVERRIDE; HashMap 68 Source/web/WebEntities.h typedef HashMap<int, WTF::String> EntitiesMapType; HashMap 36 Source/web/WebGeolocationPermissionRequestManager.cpp typedef HashMap<Geolocation*, int> GeolocationIdMap; HashMap 37 Source/web/WebGeolocationPermissionRequestManager.cpp typedef HashMap<int, Geolocation*> IdGeolocationMap; HashMap 99 Source/web/WebPageSerializerImpl.h typedef HashMap<WTF::String, WTF::String> LinkLocalPathMap; HashMap 716 Source/web/WebViewImpl.h typedef HashMap<WTF::String, WTF::String> SettingsMap; HashMap 34 Source/wtf/HashCountedSet.h typedef HashMap<Value, unsigned, HashFunctions, Traits, HashTraits<unsigned>, DefaultAllocator> ImplType; HashMap 50 Source/wtf/HashMap.h class HashMap { HashMap 64 Source/wtf/HashMap.h return Allocator::template malloc<void*, HashMap>(size); HashMap 67 Source/wtf/HashMap.h void* operator new[](size_t size) { return Allocator::template newArray<HashMap>(size); } HashMap 97 Source/wtf/HashMap.h void swap(HashMap& ref) HashMap 102 Source/wtf/HashMap.h void swap(typename Allocator::template OtherType<HashMap>::Type other) HashMap 104 Source/wtf/HashMap.h HashMap& ref = Allocator::getOther(other); HashMap 176 Source/wtf/HashMap.h class HashMap<KeyArg, MappedArg, HashArg, KeyTraitsArg, MappedTraitsArg, Allocator>::HashMapKeysProxy : HashMap 177 Source/wtf/HashMap.h private HashMap<KeyArg, MappedArg, HashArg, KeyTraitsArg, MappedTraitsArg, Allocator> { HashMap 179 Source/wtf/HashMap.h typedef HashMap<KeyArg, MappedArg, HashArg, KeyTraitsArg, MappedTraitsArg, Allocator> HashMapType; HashMap 204 Source/wtf/HashMap.h friend class HashMap; HashMap 214 Source/wtf/HashMap.h class HashMap<KeyArg, MappedArg, HashArg, KeyTraitsArg, MappedTraitsArg, Allocator>::HashMapValuesProxy : HashMap 215 Source/wtf/HashMap.h private HashMap<KeyArg, MappedArg, HashArg, KeyTraitsArg, MappedTraitsArg, Allocator> { HashMap 217 Source/wtf/HashMap.h typedef HashMap<KeyArg, MappedArg, HashArg, KeyTraitsArg, MappedTraitsArg, Allocator> HashMapType; HashMap 242 Source/wtf/HashMap.h friend class HashMap; HashMap 282 Source/wtf/HashMap.h inline unsigned HashMap<T, U, V, W, X, Y>::size() const HashMap 288 Source/wtf/HashMap.h inline unsigned HashMap<T, U, V, W, X, Y>::capacity() const HashMap 294 Source/wtf/HashMap.h inline bool HashMap<T, U, V, W, X, Y>::isEmpty() const HashMap 300 Source/wtf/HashMap.h inline typename HashMap<T, U, V, W, X, Y>::iterator HashMap<T, U, V, W, X, Y>::begin() HashMap 306 Source/wtf/HashMap.h inline typename HashMap<T, U, V, W, X, Y>::iterator HashMap<T, U, V, W, X, Y>::end() HashMap 312 Source/wtf/HashMap.h inline typename HashMap<T, U, V, W, X, Y>::const_iterator HashMap<T, U, V, W, X, Y>::begin() const HashMap 318 Source/wtf/HashMap.h inline typename HashMap<T, U, V, W, X, Y>::const_iterator HashMap<T, U, V, W, X, Y>::end() const HashMap 324 Source/wtf/HashMap.h inline typename HashMap<T, U, V, W, X, Y>::iterator HashMap<T, U, V, W, X, Y>::find(KeyPeekInType key) HashMap 330 Source/wtf/HashMap.h inline typename HashMap<T, U, V, W, X, Y>::const_iterator HashMap<T, U, V, W, X, Y>::find(KeyPeekInType key) const HashMap 336 Source/wtf/HashMap.h inline bool HashMap<T, U, V, W, X, Y>::contains(KeyPeekInType key) const HashMap 343 Source/wtf/HashMap.h inline typename HashMap<T, U, V, W, X, Y>::iterator HashMap 344 Source/wtf/HashMap.h HashMap<T, U, V, W, X, Y>::find(const TYPE& value) HashMap 351 Source/wtf/HashMap.h inline typename HashMap<T, U, V, W, X, Y>::const_iterator HashMap 352 Source/wtf/HashMap.h HashMap<T, U, V, W, X, Y>::find(const TYPE& value) const HashMap 360 Source/wtf/HashMap.h HashMap<T, U, V, W, X, Y>::contains(const TYPE& value) const HashMap 366 Source/wtf/HashMap.h typename HashMap<T, U, V, W, X, Y>::AddResult HashMap 367 Source/wtf/HashMap.h HashMap<T, U, V, W, X, Y>::inlineAdd(KeyPeekInType key, MappedPassInReferenceType mapped) HashMap 373 Source/wtf/HashMap.h typename HashMap<T, U, V, W, X, Y>::AddResult HashMap 374 Source/wtf/HashMap.h HashMap<T, U, V, W, X, Y>::set(KeyPeekInType key, MappedPassInType mapped) HashMap 386 Source/wtf/HashMap.h typename HashMap<T, U, V, W, X, Y>::AddResult HashMap 387 Source/wtf/HashMap.h HashMap<T, U, V, W, X, Y>::add(const TYPE& key, MappedPassInType value) HashMap 393 Source/wtf/HashMap.h typename HashMap<T, U, V, W, X, Y>::AddResult HashMap 394 Source/wtf/HashMap.h HashMap<T, U, V, W, X, Y>::add(KeyPeekInType key, MappedPassInType mapped) HashMap 400 Source/wtf/HashMap.h typename HashMap<T, U, V, W, X, Y>::MappedPeekType HashMap 401 Source/wtf/HashMap.h HashMap<T, U, V, W, X, Y>::get(KeyPeekInType key) const HashMap 410 Source/wtf/HashMap.h inline void HashMap<T, U, V, W, X, Y>::remove(iterator it) HashMap 416 Source/wtf/HashMap.h inline void HashMap<T, U, V, W, X, Y>::remove(KeyPeekInType key) HashMap 422 Source/wtf/HashMap.h inline void HashMap<T, U, V, W, X, Y>::clear() HashMap 428 Source/wtf/HashMap.h typename HashMap<T, U, V, W, X, Y>::MappedPassOutType HashMap 429 Source/wtf/HashMap.h HashMap<T, U, V, W, X, Y>::take(KeyPeekInType key) HashMap 440 Source/wtf/HashMap.h inline bool HashMap<T, U, V, W, X, Y>::isValidKey(KeyPeekInType key) HashMap 457 Source/wtf/HashMap.h bool operator==(const HashMap<T, U, V, W, X, Y>& a, const HashMap<T, U, V, W, X, Y>& b) HashMap 462 Source/wtf/HashMap.h typedef typename HashMap<T, U, V, W, X, Y>::const_iterator const_iterator; HashMap 476 Source/wtf/HashMap.h inline bool operator!=(const HashMap<T, U, V, W, X, Y>& a, const HashMap<T, U, V, W, X, Y>& b) HashMap 482 Source/wtf/HashMap.h inline void deleteAllValues(const HashMap<T, U, V, W, X, Y>& collection) HashMap 484 Source/wtf/HashMap.h typedef typename HashMap<T, U, V, W, X, Y>::const_iterator iterator; HashMap 491 Source/wtf/HashMap.h inline void deleteAllKeys(const HashMap<T, U, V, W, X, Y>& collection) HashMap 493 Source/wtf/HashMap.h typedef typename HashMap<T, U, V, W, X, Y>::const_iterator iterator; HashMap 500 Source/wtf/HashMap.h inline void copyKeysToVector(const HashMap<T, U, V, W, X, Y>& collection, Z& vector) HashMap 502 Source/wtf/HashMap.h typedef typename HashMap<T, U, V, W, X, Y>::const_iterator::Keys iterator; HashMap 513 Source/wtf/HashMap.h inline void copyValuesToVector(const HashMap<T, U, V, W, X, Y>& collection, Z& vector) HashMap 515 Source/wtf/HashMap.h typedef typename HashMap<T, U, V, W, X, Y>::const_iterator::Values iterator; HashMap 527 Source/wtf/HashMap.h using WTF::HashMap; HashMap 61 Source/wtf/HashMapTest.cpp typedef HashMap<double, int64_t, DefaultHash<double>::Hash, TestDoubleHashTraits> DoubleHashMap; HashMap 164 Source/wtf/HashMapTest.cpp HashMap<RefPtr<DummyRefCounted>, int> map; HashMap 74 Source/wtf/InstanceCounter.cpp HashMap<String, int> m_counterMap; HashMap 97 Source/wtf/InstanceCounter.cpp HashMap<String, int>::AddResult result = m_counterMap.add(instanceName, 1); HashMap 105 Source/wtf/InstanceCounter.cpp HashMap<String, int>::iterator it = m_counterMap.find(instanceName); HashMap 120 Source/wtf/InstanceCounter.cpp HashMap<String, int>::iterator it = m_counterMap.begin(); HashMap 121 Source/wtf/InstanceCounter.cpp HashMap<String, int>::iterator itEnd = m_counterMap.end(); HashMap 97 Source/wtf/ThreadingPthreads.cpp typedef HashMap<ThreadIdentifier, OwnPtr<PthreadState> > ThreadMap; HashMap 170 Source/wtf/ThreadingWin.cpp static HashMap<DWORD, HANDLE>& threadMap() HashMap 172 Source/wtf/ThreadingWin.cpp static HashMap<DWORD, HANDLE>* gMap; HashMap 174 Source/wtf/ThreadingWin.cpp gMap = new HashMap<DWORD, HANDLE>(); HashMap 192 Source/wtf/text/StringImpl.cpp HashMap<StringImpl*, RefPtr<PerStringStats> > stats; HashMap 195 Source/wtf/text/StringImpl.cpp HashMap<StringImpl*, RefPtr<PerStringStats> >::iterator entry = stats.find(string); HashMap 202 Source/wtf/text/StringImpl.cpp for (HashMap<StringImpl*, RefPtr<PerStringStats> >::iterator iter = stats.begin(); iter != stats.end(); ++iter) HashMap 61 Source/wtf/text/StringImpl.h typedef HashMap<unsigned, StringImpl*, AlreadyHashed> StaticStringsTable; HashMap 103 Source/wtf/text/TextEncodingRegistry.cpp typedef HashMap<const char*, const char*, TextEncodingNameHash> TextEncodingNameMap; HashMap 104 Source/wtf/text/TextEncodingRegistry.cpp typedef HashMap<const char*, TextCodecFactory> TextCodecMap;