/external/chromium_org/third_party/WebKit/Source/core/dom/custom/ |
CustomElement.cpp | 157 ASSERT_UNUSED(result, result.isNewEntry);
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
TouchDisambiguation.cpp | 118 if (!blackList.add(containerNode).isNewEntry)
|
TouchAdjustment.cpp | 259 if (!addResult.isNewEntry)
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XPathPath.cpp | 147 if (!needToCheckForDuplicateNodes || newNodesSet.add(node).isNewEntry)
|
XPathPredicate.cpp | 241 if (nodes.add(node).isNewEntry)
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
HarfBuzzFaceSkia.cpp | 92 if (result.isNewEntry) {
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
HashList.cs | 393 bool isNewEntry = !_dictionary.Contains(key); 395 if (isNewEntry)
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
ListHashSet.h | 736 if (result.isNewEntry) 738 return AddResult(makeIterator(*result.iterator), result.isNewEntry); 747 if (!result.isNewEntry) 750 return AddResult(makeIterator(*result.iterator), result.isNewEntry); 759 if (!result.isNewEntry) 762 return AddResult(makeIterator(*result.iterator), result.isNewEntry); 770 if (result.isNewEntry) 772 return AddResult(makeIterator(*result.iterator), result.isNewEntry); [all...] |
RefPtrHashMap.h | 217 if (!result.isNewEntry) { 229 if (!result.isNewEntry) {
|
HashTable.h | 211 HashTableAddResult(IteratorType iter, bool isNewEntry) : iterator(iter), isNewEntry(isNewEntry) { } 213 bool isNewEntry; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSSegmentedFontFaceCache.cpp | 54 if (!m_styleRuleToFontFace.add(fontFaceRule, cssFontFace).isNewEntry)
|
StyleSheetContents.cpp | 286 if (result.isNewEntry)
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ExecutionContext.cpp | 201 ASSERT(result.isNewEntry);
|
StyleEngine.cpp | 137 if (result.isNewEntry)
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
CheckedRadioButtons.cpp | 82 if (!m_members.add(button).isNewEntry)
|
FormController.cpp | 404 if (result.isNewEntry)
|
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
SVGAttributeToPropertyMap.cpp | 122 if (addResult.isNewEntry) {
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/ |
SimpleFontDataSkia.cpp | 279 if (!addResult.isNewEntry)
|
/external/chromium_org/third_party/WebKit/Source/platform/network/ |
ResourceRequest.cpp | 239 if (!result.isNewEntry)
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
KeyframeAnimationEffect.cpp | 236 ASSERT(result.isNewEntry);
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
FilterOperationResolver.cpp | 188 if (!knownParameterNames.add(name).isNewEntry)
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorLayerTreeAgent.cpp | 336 bool newEntry = m_snapshotById.add(*snapshotId, LayerSnapshot(layer->platformLayer()->id(), snapshot)).isNewEntry;
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGDocumentExtensions.cpp | 152 if (result.isNewEntry)
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
SimpleFontDataMac.mm | 427 if (!addResult.isNewEntry)
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderNamedFlowThread.cpp | 413 if (result.isNewEntry) {
|