AddResult          89 Source/bindings/v8/DOMWrapperMap.h         typename MapType::AddResult result = m_map.add(key, UnsafePersistent<v8::Object>());
AddResult         126 Source/bindings/v8/DOMWrapperWorld.cpp     WorldMap::AddResult result = map.add(worldId, 0);
AddResult          92 Source/core/css/CSSValuePool.cpp     ColorValueCache::AddResult entry = m_colorValueCache.add(rgbValue, dummyValue);
AddResult         259 Source/core/css/RuleFeature.cpp     InvalidationSetMap::AddResult addResult = m_classInvalidationSets.add(className, nullptr);
AddResult         267 Source/core/css/RuleFeature.cpp     InvalidationSetMap::AddResult addResult = m_attributeInvalidationSets.add(attributeName, nullptr);
AddResult         275 Source/core/css/RuleFeature.cpp     InvalidationSetMap::AddResult addResult = m_idInvalidationSets.add(id, nullptr);
AddResult         304 Source/core/css/StyleSheetContents.cpp     PrefixNamespaceURIMap::AddResult result = m_namespaces.add(prefix, uri);
AddResult          36 Source/core/css/invalidation/StyleInvalidator.cpp     PendingInvalidationMap::AddResult addResult = m_pendingInvalidationMap.add(&element, nullptr);
AddResult          96 Source/core/css/resolver/MatchedPropertiesCache.cpp     Cache::AddResult addResult = m_cache.add(hash, nullptr);
AddResult          60 Source/core/css/resolver/ScopedStyleTree.cpp     HashMap<const ContainerNode*, OwnPtr<ScopedStyleResolver> >::AddResult addResult = m_authorStyles.add(&scopingNode, nullptr);
AddResult        1093 Source/core/css/resolver/StyleBuilderCustom.cpp                 NamedGridLinesMap::AddResult result = namedGridLines.add(namedGridLine, Vector<size_t>());
AddResult        1095 Source/core/css/resolver/StyleBuilderCustom.cpp                 OrderedNamedGridLines::AddResult orderedInsertionResult = orderedNamedGridLines.add(currentNamedGridLine, Vector<String>());
AddResult         106 Source/core/dom/CSSSelectorWatch.cpp         HashCountedSet<String>::AddResult result = m_matchingCallbackSelectors.add(selector);
AddResult          65 Source/core/dom/ChildListMutationScope.cpp     AccumulatorMap::AddResult result = accumulatorMap().add(&target, 0);
AddResult        5350 Source/core/dom/Document.cpp     LocaleIdentifierToLocaleMap::AddResult result = m_localeCache.add(localeKey, nullptr);
AddResult          69 Source/core/dom/DocumentOrderedMap.cpp     Map::AddResult addResult = m_map.add(key, adoptPtr(new MapEntry(element)));
AddResult         138 Source/core/dom/Element.cpp     AttrNodeListMap::AddResult result = attrNodeListMap().add(element, adoptPtr(new AttrNodeList));
AddResult         205 Source/core/dom/ExecutionContext.cpp     TimeoutMap::AddResult result = m_timeouts.add(timeoutID, DOMTimer::create(this, action, timeout, singleShot, timeoutID));
AddResult          43 Source/core/dom/IdTargetObserverRegistry.cpp     IdToObserverSetMap::AddResult result = m_registry.add(id.impl(), nullptr);
AddResult         161 Source/core/dom/Node.cpp                 HashMap<String, size_t>::AddResult result = perTagCount.add(element->tagName(), 1);
AddResult        2060 Source/core/dom/Node.cpp             HashMap<MutationObserver*, MutationRecordDeliveryOptions>::AddResult result = observers.add(&registration.observer(), deliveryOptions);
AddResult         102 Source/core/dom/NodeRareData.h         NodeListAtomicNameCacheMap::AddResult result = m_atomicNameCaches.add(namedNodeListKey(collectionType, name), 0);
AddResult         114 Source/core/dom/NodeRareData.h         NodeListAtomicNameCacheMap::AddResult result = m_atomicNameCaches.add(namedNodeListKey(collectionType, starAtom), 0);
AddResult         132 Source/core/dom/NodeRareData.h         TagCollectionCacheNS::AddResult result = m_tagCollectionCacheNS.add(name, 0);
AddResult          79 Source/core/dom/QualifiedName.cpp     QualifiedNameCache::AddResult addResult = qualifiedNameCache().add<QNameComponentsTranslator>(components);
AddResult         147 Source/core/dom/StyleEngine.cpp     WillBeHeapHashMap<TreeScope*, OwnPtrWillBeMember<ShadowTreeStyleSheetCollection> >::AddResult result = m_styleSheetCollectionMap.add(&treeScope, nullptr);
AddResult         592 Source/core/dom/StyleEngine.cpp         WillBeHeapHashMap<AtomicString, RawPtrWillBeMember<StyleSheetContents> >::AddResult result = m_textToSheetCache.add(textContent, nullptr);
AddResult          60 Source/core/dom/custom/CustomElementObserver.cpp     ElementObserverMap::AddResult result = elementObservers().add(element, this);
AddResult          49 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp     UpgradeCandidateMap::AddResult result = m_upgradeCandidates.add(element, descriptor);
AddResult         337 Source/core/dom/shadow/ElementShadow.cpp     NodeToDestinationInsertionPoints::AddResult result = m_nodeToInsertionPoints.add(node, DestinationInsertionPoints());
AddResult         197 Source/core/events/EventPath.cpp     TreeScopeEventContextMap::AddResult addResult = treeScopeEventContextMap.add(treeScope, TreeScopeEventContext::create(*treeScope));
AddResult         227 Source/core/events/EventPath.cpp                 TreeScopeEventContextMap::AddResult addResult = treeScopeEventContextMap.add(&currentTreeScope, TreeScopeEventContext::create(currentTreeScope));
AddResult         119 Source/core/fetch/ResourceLoadPriorityOptimizer.cpp     ImageResourceMap::AddResult result = m_imageResources.add(img->identifier(), adoptPtr(new ResourceAndVisibility(img, status, screenArea)));
AddResult         420 Source/core/html/HTMLCollection.cpp             HashSet<AtomicString>::AddResult addResult = existingNames.add(idAttribute);
AddResult         428 Source/core/html/HTMLCollection.cpp             HashSet<AtomicString>::AddResult addResult = existingNames.add(nameAttribute);
AddResult         224 Source/core/html/HTMLFormControlsCollection.cpp             HashSet<AtomicString>::AddResult addResult = existingNames.add(idAttribute);
AddResult         230 Source/core/html/HTMLFormControlsCollection.cpp             HashSet<AtomicString>::AddResult addResult = existingNames.add(nameAttribute);
AddResult          54 Source/core/html/HTMLOptionsCollection.cpp             HashSet<AtomicString>::AddResult addResult = existingNames.add(idAttribute);
AddResult          60 Source/core/html/HTMLOptionsCollection.cpp             HashSet<AtomicString>::AddResult addResult = existingNames.add(nameAttribute);
AddResult         358 Source/core/html/forms/FormController.cpp     FormSignatureToNextIndexMap::AddResult result = m_formSignatureToNextIndexMap.add(signature, 0);
AddResult         365 Source/core/html/forms/FormController.cpp     FormToKeyMap::AddResult addFormKeyresult = m_formToKeyMap.add(form, formKeyBuilder.toAtomicString());
AddResult         403 Source/core/html/forms/FormController.cpp         SavedFormStateMap::AddResult result = stateMap->add(keyGenerator->formKey(*control), nullptr);
AddResult         247 Source/core/inspector/InspectorConsoleAgent.cpp     HashCountedSet<String>::AddResult result = m_counts.add(identifier);
AddResult         258 Source/core/page/TouchAdjustment.cpp                     HashSet<Node*>::AddResult addResult = ancestorsToRespondersSet.add(visitedNode);
AddResult         684 Source/core/rendering/FastTextAutosizer.cpp     SuperclusterMap::AddResult addResult = m_superclusters.add(fingerprint, PassOwnPtr<Supercluster>());
AddResult         997 Source/core/rendering/FastTextAutosizer.cpp     ReverseFingerprintMap::AddResult addResult = m_blocksForFingerprint.add(fingerprint, PassOwnPtr<BlockSet>());
AddResult          51 Source/core/rendering/shapes/ShapeInfo.h         typename InfoMap::AddResult result = infoMap.add(&key, InfoType::createInfo(key));
AddResult         171 Source/core/svg/SVGDocumentExtensions.cpp     HashMap<AtomicString, OwnPtr<SVGPendingElements> >::AddResult result = m_pendingResources.add(id, nullptr);
AddResult        1093 Source/core/xml/XMLHttpRequest.cpp     HTTPHeaderMap::AddResult result = m_requestHeaders.add(name, value);
AddResult         105 Source/platform/exported/WebHTTPLoadInfo.cpp     HTTPHeaderMap::AddResult result = map->add(name, value);
AddResult         148 Source/platform/fonts/WidthCache.h             SingleCharMap::AddResult addResult = m_singleCharMap.add(run[0], entry);
AddResult         158 Source/platform/fonts/WidthCache.h             Map::AddResult addResult = m_map.add(smallStringKey, entry);
AddResult          85 Source/platform/fonts/harfbuzz/HarfBuzzFace.cpp     HarfBuzzFaceCache::AddResult result = harfBuzzFaceCache()->add(m_uniqueID, nullptr);
AddResult          92 Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp     WTF::HashMap<uint32_t, uint16_t>::AddResult result = hbFontData->m_glyphCacheForFaceCacheEntry->add(unicode, 0);
AddResult          37 Source/platform/fonts/mac/SimpleFontDataCoreText.cpp     HashMap<unsigned, RetainPtr<CFDictionaryRef> >::AddResult addResult = m_CFStringAttributes.add(key, RetainPtr<CFDictionaryRef>());
AddResult         259 Source/platform/fonts/skia/SimpleFontDataSkia.cpp     WTF::HashMap<String, bool>::AddResult addResult = m_combiningCharacterSequenceSupport->add(String(characters, length), false);
AddResult         369 Source/platform/graphics/ImageDecodingStore.cpp     typename V::AddResult result = identifierMap->add(cacheEntry->generator(), typename V::MappedType());
AddResult         960 Source/platform/heap/HeapTest.cpp         ObserverMap::AddResult result = map.add(&target, nullptr);
AddResult          74 Source/platform/network/HTTPHeaderMap.cpp HTTPHeaderMap::AddResult HTTPHeaderMap::add(const AtomicString& name, const AtomicString& value)
AddResult         110 Source/platform/network/HTTPHeaderMap.cpp HTTPHeaderMap::AddResult HTTPHeaderMap::add(const char* name, const AtomicString& value)
AddResult          56 Source/platform/network/HTTPHeaderMap.h     AddResult add(const AtomicString& name, const AtomicString& value);
AddResult          61 Source/platform/network/HTTPHeaderMap.h     AddResult add(const char* name, const AtomicString& value);
AddResult         243 Source/platform/network/ResourceRequest.cpp     HTTPHeaderMap::AddResult result = m_httpHeaderFields.add(name, value);
AddResult         312 Source/platform/network/ResourceResponse.cpp     HTTPHeaderMap::AddResult result = m_httpHeaderFields.add(name, value);
AddResult          55 Source/platform/network/WebSocketHandshakeRequest.cpp     HTTPHeaderMap::AddResult result = map->add(name, value);
AddResult         121 Source/platform/weborigin/SecurityPolicy.cpp     OriginAccessMap::AddResult result = originAccessMap().add(sourceString, nullptr);
AddResult          39 Source/wtf/HashCountedSet.h         typedef typename ImplType::AddResult AddResult;
AddResult          63 Source/wtf/HashCountedSet.h         AddResult add(const ValueType&);
AddResult         154 Source/wtf/HashCountedSet.h     inline typename HashCountedSet<Value, HashFunctions, Traits>::AddResult HashCountedSet<Value, HashFunctions, Traits>::add(const ValueType &value)
AddResult         156 Source/wtf/HashCountedSet.h         AddResult result = m_impl.add(value, 0);
AddResult          94 Source/wtf/HashMap.h         typedef typename HashTableType::AddResult AddResult;
AddResult         132 Source/wtf/HashMap.h         AddResult set(KeyPeekInType, MappedPassInType);
AddResult         137 Source/wtf/HashMap.h         AddResult add(KeyPeekInType, MappedPassInType);
AddResult         160 Source/wtf/HashMap.h         template<typename HashTranslator, typename T> AddResult add(const T&, MappedPassInType);
AddResult         170 Source/wtf/HashMap.h         AddResult inlineAdd(KeyPeekInType, MappedPassInReferenceType);
AddResult         366 Source/wtf/HashMap.h     typename HashMap<T, U, V, W, X, Y>::AddResult
AddResult         373 Source/wtf/HashMap.h     typename HashMap<T, U, V, W, X, Y>::AddResult
AddResult         376 Source/wtf/HashMap.h         AddResult result = inlineAdd(key, mapped);
AddResult         386 Source/wtf/HashMap.h     typename HashMap<T, U, V, W, X, Y>::AddResult
AddResult         393 Source/wtf/HashMap.h     typename HashMap<T, U, V, W, X, Y>::AddResult
AddResult          69 Source/wtf/HashSet.h         typedef typename HashTableType::AddResult AddResult;
AddResult         102 Source/wtf/HashSet.h         AddResult add(ValuePeekInType);
AddResult         110 Source/wtf/HashSet.h         template<typename HashTranslator, typename T> AddResult add(const T&);
AddResult         202 Source/wtf/HashSet.h     inline typename HashSet<T, U, V, W>::AddResult HashSet<T, U, V, W>::add(ValuePeekInType value)
AddResult         209 Source/wtf/HashSet.h     inline typename HashSet<Value, HashFunctions, Traits, Allocator>::AddResult
AddResult         347 Source/wtf/HashTable.h         AddResult add(ValuePeekInType value)
AddResult         355 Source/wtf/HashTable.h         template<typename HashTranslator, typename T, typename Extra> AddResult add(const T& key, const Extra&);
AddResult         356 Source/wtf/HashTable.h         template<typename HashTranslator, typename T, typename Extra> AddResult addPassingHashCode(const T& key, const Extra&);
AddResult         712 Source/wtf/HashTable.h     typename HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator>::AddResult HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator>::add(const T& key, const Extra& extra)
AddResult         746 Source/wtf/HashTable.h                     return AddResult(entry, false);
AddResult         757 Source/wtf/HashTable.h                     return AddResult(entry, false);
AddResult         789 Source/wtf/HashTable.h         return AddResult(entry, true);
AddResult         794 Source/wtf/HashTable.h     typename HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator>::AddResult HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator>::addPassingHashCode(const T& key, const Extra& extra)
AddResult         806 Source/wtf/HashTable.h             return AddResult(entry, false);
AddResult         820 Source/wtf/HashTable.h         return AddResult(entry, true);
AddResult          97 Source/wtf/InstanceCounter.cpp     HashMap<String, int>::AddResult result = m_counterMap.add(instanceName, 1);
AddResult         137 Source/wtf/ListHashSet.h         AddResult add(ValuePeekInType);
AddResult         147 Source/wtf/ListHashSet.h         AddResult appendOrMoveToLast(ValuePeekInType);
AddResult         151 Source/wtf/ListHashSet.h         AddResult prependOrMoveToFirst(ValuePeekInType);
AddResult         153 Source/wtf/ListHashSet.h         AddResult insertBefore(ValuePeekInType beforeValue, ValuePeekInType newValue);
AddResult         154 Source/wtf/ListHashSet.h         AddResult insertBefore(iterator, ValuePeekInType);
AddResult         756 Source/wtf/ListHashSet.h     typename ListHashSet<T, inlineCapacity, U>::AddResult ListHashSet<T, inlineCapacity, U>::add(ValuePeekInType value)
AddResult         759 Source/wtf/ListHashSet.h         typename ImplType::AddResult result = m_impl.template add<BaseTranslator>(value, m_allocator.get());
AddResult         762 Source/wtf/ListHashSet.h         return AddResult(*result.storedValue, result.isNewEntry);
AddResult         771 Source/wtf/ListHashSet.h     typename ListHashSet<T, inlineCapacity, U>::AddResult ListHashSet<T, inlineCapacity, U>::appendOrMoveToLast(ValuePeekInType value)
AddResult         774 Source/wtf/ListHashSet.h         typename ImplType::AddResult result = m_impl.template add<BaseTranslator>(value, m_allocator.get());
AddResult         779 Source/wtf/ListHashSet.h         return AddResult(*result.storedValue, result.isNewEntry);
AddResult         783 Source/wtf/ListHashSet.h     typename ListHashSet<T, inlineCapacity, U>::AddResult ListHashSet<T, inlineCapacity, U>::prependOrMoveToFirst(ValuePeekInType value)
AddResult         786 Source/wtf/ListHashSet.h         typename ImplType::AddResult result = m_impl.template add<BaseTranslator>(value, m_allocator.get());
AddResult         791 Source/wtf/ListHashSet.h         return AddResult(*result.storedValue, result.isNewEntry);
AddResult         795 Source/wtf/ListHashSet.h     typename ListHashSet<T, inlineCapacity, U>::AddResult ListHashSet<T, inlineCapacity, U>::insertBefore(iterator it, ValuePeekInType newValue)
AddResult         798 Source/wtf/ListHashSet.h         typename ImplType::AddResult result = m_impl.template add<BaseTranslator>(newValue, m_allocator.get());
AddResult         801 Source/wtf/ListHashSet.h         return AddResult(*result.storedValue, result.isNewEntry);
AddResult         805 Source/wtf/ListHashSet.h     typename ListHashSet<T, inlineCapacity, U>::AddResult ListHashSet<T, inlineCapacity, U>::insertBefore(ValuePeekInType beforeValue, ValuePeekInType newValue)
AddResult          58 Source/wtf/ListHashSetTest.cpp     ListHashSet<int>::AddResult result = list.appendOrMoveToLast(1);
AddResult          82 Source/wtf/ListHashSetTest.cpp     ListHashSet<int>::AddResult result = list.add(1);
AddResult         119 Source/wtf/ListHashSetTest.cpp     ListHashSet<int>::AddResult result = list.prependOrMoveToFirst(1);
AddResult         143 Source/wtf/ListHashSetTest.cpp     ListHashSet<int>::AddResult result = list.add(1);
AddResult         116 Source/wtf/text/AtomicString.cpp     HashSet<StringImpl*>::AddResult addResult = atomicStrings().add<HashTranslator>(value);