Searched refs:constructDeletedValue (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DIntPointHash.h39 static void constructDeletedValue(WebCore::IntPoint& slot) { slot = WebCore::IntPoint(std::numeric_limits<int>::min(), 0); } function in struct:WTF::HashTraits
H A DIntSizeHash.h39 static void constructDeletedValue(WebCore::IntSize& slot) { new (NotNull, &slot) WebCore::IntSize(-1, -1); } function in struct:WTF::HashTraits
H A DFontGenericFamilies.h40 static void constructDeletedValue(int& slot) { slot = -3; } function in struct:WebCore::UScriptCodeHashTraits
H A DIntRectHash.h53 static void constructDeletedValue(WebCore::IntRect& slot) { new (NotNull, &slot) WebCore::IntRect(-1, -1, -1, -1); } function in struct:WTF::HashTraits
H A DFontCache.cpp274 static void constructDeletedValue(FontPlatformData& slot) function in struct:WebCore::FontDataCacheKeyTraits
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DTileIndexHash.h43 static void constructDeletedValue(TileIndex& slot) function in struct:WTF::HashTraits
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DSubimageCacheWithTimer.h62 static void constructDeletedValue(SubimageCacheEntry& slot) { ImageTraits::constructDeletedValue(slot.image); } function in struct:WebCore::SubimageCacheWithTimer::SubimageCacheEntryTraits
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebKitCOMAPI.cpp45 static void constructDeletedValue(CLSID& slot) { slot = CLSID_NULL; } function in struct:CLSIDHashTraits
/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/
H A DStringReference.h95 static void constructDeletedValue(CoreIPC::StringReference& stringReference) { stringReference = CoreIPC::StringReference(0, std::numeric_limits<size_t>::max()); } function in struct:WTF::HashTraits
/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DCallIdentifier.h88 static void constructDeletedValue(JSC::CallIdentifier& slot) function in struct:WTF::HashTraits
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DRegExpKey.h108 static void constructDeletedValue(JSC::RegExpKey& slot) { slot.flagsValue = JSC::DeletedValueFlags; } function in struct:WTF::HashTraits
H A DJSCJSValue.h401 static void constructDeletedValue(EncodedJSValue& slot) { slot = JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); } function in struct:JSC::EncodedJSValueHashTraits
406 static void constructDeletedValue(EncodedJSValue& slot) { slot = JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); } function in struct:JSC::EncodedJSValueHashTraits
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerTileIndex.h81 static void constructDeletedValue(WebCore::TileIndex& slot) function in struct:WTF::HashTraits
H A DTextureCacheCompositingThread.h130 static void constructDeletedValue(Color& slot) { new (&slot) Color(); *reinterpret_cast<RGBA32*>(&slot) = Color::white; } function in struct:WebCore::TextureCacheCompositingThread::ColorHashTraits
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DLazyOperandValueProfile.h119 static void constructDeletedValue(JSC::LazyOperandValueProfileKey& slot) { new (NotNull, &slot) JSC::LazyOperandValueProfileKey(HashTableDeletedValue); } function in struct:WTF::HashTraits
/macosx-10.9.5/WebCore-7537.78.1/css/
H A Dmakeprop.pl247 static void constructDeletedValue(WebCore::CSSPropertyID& slot) { slot = static_cast<WebCore::CSSPropertyID>(WebCore::lastCSSProperty + 1); }
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DCOMPtr.h223 static void constructDeletedValue(COMPtr<P>& slot) { new (&slot) COMPtr<P>(HashTableDeletedValue); } function in struct:WTF::HashTraits
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DFontPlatformData.cpp164 static void constructDeletedValue(FixedSizeFontDataKey& slot) function in struct:WebCore::FixedSizeFontDataKeyTraits
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DFormController.cpp167 static void constructDeletedValue(FormElementKey& slot) { new (NotNull, &slot) FormElementKey(WTF::HashTableDeletedValue); } function in struct:WebCore::FormElementKeyHashTraits
/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DBinaryPropertyList.cpp78 static void constructDeletedValue(IntegerArray& slot) { slot.markDeleted(); } function in struct:IntegerArrayHashTraits
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderFlexibleBox.cpp48 static void constructDeletedValue(int& slot) { slot = std::numeric_limits<int>::min() + 1; } function in struct:WebCore::RenderFlexibleBox::OrderHashTraits

Completed in 301 milliseconds