/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | ListHashSetTest.cpp | 82 EXPECT_TRUE(result.isNewEntry); in appendOrMoveToLastNewItems() 84 EXPECT_TRUE(result.isNewEntry); in appendOrMoveToLastNewItems() 86 EXPECT_TRUE(result.isNewEntry); in appendOrMoveToLastNewItems() 118 EXPECT_TRUE(result.isNewEntry); in appendOrMoveToLastWithDuplicates() 120 EXPECT_FALSE(result.isNewEntry); in appendOrMoveToLastWithDuplicates() 130 EXPECT_FALSE(result.isNewEntry); in appendOrMoveToLastWithDuplicates() 135 EXPECT_FALSE(result.isNewEntry); in appendOrMoveToLastWithDuplicates() 137 EXPECT_FALSE(result.isNewEntry); in appendOrMoveToLastWithDuplicates() 139 EXPECT_FALSE(result.isNewEntry); in appendOrMoveToLastWithDuplicates() 167 EXPECT_TRUE(result.isNewEntry); in prependOrMoveToFirstNewItems() [all …]
|
D | ListHashSet.h | 111 …HashTableAddResult(Node* storedValue, bool isNewEntry) : storedValue(storedValue), isNewEntry(isNe… in HashTableAddResult() 113 bool isNewEntry; member 812 if (result.isNewEntry) in add() 814 return AddResult(*result.storedValue, result.isNewEntry); in add() 829 if (!result.isNewEntry) in appendOrMoveToLast() 832 return AddResult(*result.storedValue, result.isNewEntry); in appendOrMoveToLast() 841 if (!result.isNewEntry) in prependOrMoveToFirst() 844 return AddResult(*result.storedValue, result.isNewEntry); in prependOrMoveToFirst() 852 if (result.isNewEntry) in insertBefore() 854 return AddResult(*result.storedValue, result.isNewEntry); in insertBefore()
|
D | HashMapTest.cpp | 250 EXPECT_TRUE(result.isNewEntry); in TEST() 259 EXPECT_FALSE(result2.isNewEntry); in TEST()
|
D | InstanceCounter.cpp | 108 if (!result.isNewEntry) in incrementInstanceCount()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | WidthCache.h | 154 bool isNewEntry; in addSlowCase() local 158 isNewEntry = addResult.isNewEntry; in addSlowCase() 168 isNewEntry = addResult.isNewEntry; in addSlowCase() 173 if (!isNewEntry) { in addSlowCase()
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | EventPath.cpp | 171 bool isNewEntry; in ensureTreeScopeEventContext() local 174 isNewEntry = addResult.isNewEntry; in ensureTreeScopeEventContext() 175 if (isNewEntry) in ensureTreeScopeEventContext() 179 if (isNewEntry) { in ensureTreeScopeEventContext()
|
D | DOMWindowEventQueue.cpp | 84 bool wasAdded = m_queuedEvents.add(event).isNewEntry; in enqueueEvent() 128 bool wasAdded = m_queuedEvents.add(nullptr).isNewEntry; in pendingEventTimerFired()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLOptionsCollection.cpp | 54 if (addResult.isNewEntry) in supportedPropertyNames() 60 if (addResult.isNewEntry) in supportedPropertyNames()
|
D | HTMLFormControlsCollection.cpp | 226 if (addResult.isNewEntry) in supportedPropertyNames() 232 if (addResult.isNewEntry) in supportedPropertyNames()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | WeakNodeMap.cpp | 34 if (result.isNewEntry) in addedToMap() 37 return result.isNewEntry; in addedToMap()
|
D | QualifiedName.cpp | 87 m_impl = addResult.isNewEntry ? adoptRef(*addResult.storedValue) : *addResult.storedValue; in QualifiedName() 94 m_impl = addResult.isNewEntry ? adoptRef(*addResult.storedValue) : *addResult.storedValue; in QualifiedName()
|
D | NodeListsNodeData.h | 102 if (!result.isNewEntry) { in addCache() 119 if (!result.isNewEntry) { in addCache() 142 if (!result.isNewEntry) in addCache()
|
D | IdTargetObserverRegistry.cpp | 52 if (result.isNewEntry) in addObserver()
|
/external/chromium_org/third_party/WebKit/Source/platform/network/ |
D | WebSocketHandshakeRequest.cpp | 56 if (!result.isNewEntry) { in addAndMergeHeader()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | MatchedPropertiesCache.cpp | 129 if (addResult.isNewEntry) in add() 133 if (!addResult.isNewEntry) in add()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/ |
D | CustomElementObserver.cpp | 67 ASSERT_UNUSED(result, result.isNewEntry); in observe()
|
D | CustomElementUpgradeCandidateMap.cpp | 59 ASSERT_UNUSED(result, result.isNewEntry); in add()
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | JSONValues.cpp | 296 if (m_data.set(name, value).isNewEntry) in setValue() 303 if (m_data.set(name, value).isNewEntry) in setObject() 310 if (m_data.set(name, value).isNewEntry) in setArray()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | RuleFeature.cpp | 368 if (addResult.isNewEntry) in ensureClassInvalidationSet() 376 if (addResult.isNewEntry) in ensureAttributeInvalidationSet() 384 if (addResult.isNewEntry) in ensureIdInvalidationSet() 392 if (addResult.isNewEntry) in ensurePseudoInvalidationSet()
|
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/ |
D | GeolocationWatchers.cpp | 21 if (!m_idToNotifierMap.add(id, notifier).isNewEntry) in add()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
D | HashList.cs | 393 bool isNewEntry = !_dictionary.Contains(key); 395 if (isNewEntry)
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
D | ResourceLoadPriorityOptimizer.cpp | 121 if (!result.isNewEntry && status == Visible) { in notifyImageResourceVisibility()
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
D | WebHTTPLoadInfo.cpp | 105 if (!result.isNewEntry) in addHeader()
|
D | WebServiceWorkerResponse.cpp | 78 if (!addResult.isNewEntry) in appendHeader()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
D | HarfBuzzFace.cpp | 86 if (result.isNewEntry) in HarfBuzzFace()
|