Home
last modified time | relevance | path

Searched refs:isNewEntry (Results 1 – 25 of 71) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/wtf/
DListHashSetTest.cpp56 ASSERT_TRUE(result.isNewEntry); in TEST()
58 ASSERT_TRUE(result.isNewEntry); in TEST()
60 ASSERT_TRUE(result.isNewEntry); in TEST()
80 ASSERT_TRUE(result.isNewEntry); in TEST()
82 ASSERT_FALSE(result.isNewEntry); in TEST()
92 ASSERT_FALSE(result.isNewEntry); in TEST()
97 ASSERT_FALSE(result.isNewEntry); in TEST()
99 ASSERT_FALSE(result.isNewEntry); in TEST()
101 ASSERT_FALSE(result.isNewEntry); in TEST()
117 ASSERT_TRUE(result.isNewEntry); in TEST()
[all …]
DListHashSet.h736 if (result.isNewEntry) in add()
738 return AddResult(makeIterator(*result.iterator), result.isNewEntry); in add()
747 if (!result.isNewEntry) in appendOrMoveToLast()
750 return AddResult(makeIterator(*result.iterator), result.isNewEntry); in appendOrMoveToLast()
759 if (!result.isNewEntry) in prependOrMoveToFirst()
762 return AddResult(makeIterator(*result.iterator), result.isNewEntry); in prependOrMoveToFirst()
770 if (result.isNewEntry) in insertBefore()
772 return AddResult(makeIterator(*result.iterator), result.isNewEntry); in insertBefore()
DInstanceCounter.cpp98 if (!result.isNewEntry) in incrementInstanceCount()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DWidthCache.h157 bool isNewEntry; in addSlowCase() local
161 isNewEntry = addResult.isNewEntry; in addSlowCase()
171 isNewEntry = addResult.isNewEntry; in addSlowCase()
176 if (!isNewEntry) { in addSlowCase()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DScopedStyleTree.cpp39 bool isNewEntry; in ensureScopedStyleResolver() local
40 ScopedStyleResolver* scopedStyleResolver = addScopedStyleResolver(scopingNode, isNewEntry); in ensureScopedStyleResolver()
41 if (isNewEntry) in ensureScopedStyleResolver()
56 …tyleResolver* ScopedStyleTree::addScopedStyleResolver(ContainerNode& scopingNode, bool& isNewEntry) in addScopedStyleResolver() argument
60 if (addResult.isNewEntry) { in addScopedStyleResolver()
65 isNewEntry = addResult.isNewEntry; in addScopedStyleResolver()
DMatchedPropertiesCache.cpp97 if (addResult.isNewEntry) in add()
101 if (!addResult.isNewEntry) in add()
DScopedStyleTree.h50 ScopedStyleResolver* addScopedStyleResolver(ContainerNode& scopingNode, bool& isNewEntry);
/external/chromium_org/third_party/WebKit/Source/core/events/
DDOMWindowEventQueue.cpp72 bool wasAdded = m_queuedEvents.add(event).isNewEntry; in enqueueEvent()
106 bool wasAdded = m_queuedEvents.add(0).isNewEntry; in pendingEventTimerFired()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNodeRareData.h87 if (!result.isNewEntry) in addCacheWithAtomicName()
100 if (!result.isNewEntry) in addCacheWithAtomicName()
118 if (!result.isNewEntry) in addCacheWithName()
130 if (!result.isNewEntry) in addCacheWithQualifiedName()
DIdTargetObserverRegistry.cpp44 if (result.isNewEntry) in addObserver()
DChildListMutationScope.cpp67 if (!result.isNewEntry) in getOrCreate()
DCSSSelectorWatch.cpp107 if (!result.isNewEntry) in updateSelectorMatches()
DDocumentOrderedMap.cpp80 if (addResult.isNewEntry) in add()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DDOMWrapperMap.h91 ASSERT(result.isNewEntry); in set()
93 if (!result.isNewEntry) in set()
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElementObserver.cpp61 ASSERT_UNUSED(result, result.isNewEntry); in observe()
DCustomElementUpgradeCandidateMap.cpp50 ASSERT_UNUSED(result, result.isNewEntry); in add()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DSimpleFontDataCoreText.cpp39 if (!addResult.isNewEntry) in getCFStringAttributes()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceLoadPriorityOptimizer.cpp75 if (!result.isNewEntry && status == Visible) in notifyImageResourceVisibility()
/external/chromium_org/third_party/WebKit/Source/platform/
DJSONValues.h336 if (m_data.set(name, value).isNewEntry) in setValue()
343 if (m_data.set(name, value).isNewEntry) in setObject()
350 if (m_data.set(name, value).isNewEntry) in setArray()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DHashList.cs393 bool isNewEntry = !_dictionary.Contains(key);
395 if (isNewEntry)
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebHTTPLoadInfo.cpp107 if (!result.isNewEntry) in addHeader()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFastTextAutosizer.cpp62 if (result.isNewEntry) in record()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DHarfBuzzFace.cpp86 if (result.isNewEntry) in HarfBuzzFace()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSValuePool.cpp84 if (entry.isNewEntry) in createColorValue()
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
DSecurityPolicy.cpp119 if (result.isNewEntry) in addOriginAccessWhitelistEntry()

123