HomeSort by relevance Sort by last modified time
    Searched refs:constructDeletedValue (Results 1 - 22 of 22) sorted by null

  /external/webkit/JavaScriptCore/wtf/
HashTraits.h 47 static void constructDeletedValue(T& slot) { slot = static_cast<T>(-1); }
61 static void constructDeletedValue(T& slot) { slot = -std::numeric_limits<T>::infinity(); }
73 static void constructDeletedValue(T& slot) { slot = std::numeric_limits<T>::max() - 1; }
80 static void constructDeletedValue(P*& slot) { slot = reinterpret_cast<P*>(-1); }
86 static void constructDeletedValue(RefPtr<P>& slot) { new (&slot) RefPtr<P>(HashTableDeletedValue); }
103 static void constructDeletedValue(TraitType& slot) { FirstTraits::constructDeletedValue(slot.first); }
HashTable.h 385 static void deleteBucket(ValueType& bucket) { bucket.~ValueType(); Traits::constructDeletedValue(bucket); }
467 Traits::constructDeletedValue(deletedValue);
    [all...]
  /external/webkit/WebCore/platform/
KURLHash.h 55 static void constructDeletedValue(WebCore::KURL& slot) { new (&slot) WebCore::KURL(WebCore::ParsedURLString, WebCore::String(HashTableDeletedValue)); }
  /external/webkit/WebCore/platform/graphics/
IntSizeHash.h 41 static void constructDeletedValue(IntSize& slot) { new (&slot) IntSize(-1, -1); }
FontCache.cpp 121 static void constructDeletedValue(FontPlatformDataCacheKey& slot)
242 static void constructDeletedValue(FontPlatformData& slot)
  /external/webkit/WebCore/platform/text/
AtomicStringHash.h 58 static void constructDeletedValue(WebCore::AtomicString& slot) { new (&slot) WebCore::AtomicString(HashTableDeletedValue); }
StringHash.h 260 static void constructDeletedValue(WebCore::String& slot) { new (&slot) WebCore::String(HashTableDeletedValue); }
  /external/webkit/JavaScriptCore/profiler/
CallIdentifier.h 85 static void constructDeletedValue(JSC::CallIdentifier& slot)
  /external/webkit/WebCore/platform/network/
ProtectionSpaceHash.h 63 static void constructDeletedValue(WebCore::ProtectionSpace& slot) { new (&slot) WebCore::ProtectionSpace(HashTableDeletedValue); }
  /external/webkit/WebKit/win/
WebKitCOMAPI.cpp 45 static void constructDeletedValue(CLSID& slot) { slot = CLSID_NULL; }
  /external/webkit/JavaScriptCore/runtime/
StructureTransitionTable.h 66 static void constructDeletedValue(TraitType& slot) { FirstTraits::constructDeletedValue(slot.first); }
JSValue.h 261 static void constructDeletedValue(EncodedJSValue& slot) { slot = JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); }
268 static void constructDeletedValue(EncodedJSValue& slot) { slot = JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); }
  /external/webkit/WebCore/dom/
QualifiedName.h 170 static void constructDeletedValue(WebCore::QualifiedName& slot) { new (&slot) WebCore::QualifiedName(WebCore::nullAtom, WebCore::AtomicString(HashTableDeletedValue), WebCore::nullAtom); }
StyledElement.cpp 55 static void constructDeletedValue(MappedAttributeKey& slot) { slot.type = eLastEntry; }
Document.h 179 static void constructDeletedValue(FormElementKey& slot) { new (&slot) FormElementKey(WTF::HashTableDeletedValue); }
    [all...]
  /external/webkit/WebCore/svg/
SVGAnimatedTemplate.h 91 static void constructDeletedValue(SVGAnimatedTypeWrapperKey& slot)
  /external/webkit/WebCore/platform/win/
COMPtr.h 203 static void constructDeletedValue(COMPtr<P>& slot) { slot.releaseRef(); *&slot = reinterpret_cast<P*>(-1); }
  /external/webkit/WebCore/bindings/js/
JSSVGPODTypeWrapper.h 350 static void constructDeletedValue(CacheInfo& slot)
  /external/webkit/WebCore/bindings/v8/
V8SVGPODTypeWrapper.h 331 static void constructDeletedValue(CacheInfo& slot)
npruntime.cpp 122 static void constructDeletedValue(StringKey& slot)
  /external/webkit/WebCore/platform/graphics/wince/
FontPlatformData.cpp 167 static void constructDeletedValue(FixedSizeFontDataKey& slot)
  /external/webkit/WebCore/platform/cf/
BinaryPropertyList.cpp 83 static void constructDeletedValue(IntegerArray& slot) { slot.markDeleted(); }

Completed in 556 milliseconds