Home
last modified time | relevance | path

Searched defs:constructDeletedValue (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebKitCOMAPI.cpp45 static void constructDeletedValue(CLSID& slot) { slot = CLSID_NULL; } in constructDeletedValue() function
/external/webkit/Source/WebCore/platform/graphics/chromium/
DLayerTilerChromium.h149 static void constructDeletedValue(TileMapKey& slot) { slot = std::make_pair(-2, -2); } in constructDeletedValue() function
/external/webkit/Source/JavaScriptCore/runtime/
DStructureTransitionTable.h68 …static void constructDeletedValue(TraitType& slot) { FirstTraits::constructDeletedValue(slot.first… in constructDeletedValue() function
DJSValue.h373 …static void constructDeletedValue(EncodedJSValue& slot) { slot = JSValue::encode(JSValue(JSValue::… in constructDeletedValue() function
380 …static void constructDeletedValue(EncodedJSValue& slot) { slot = JSValue::encode(JSValue(JSValue::… in constructDeletedValue() function
/external/webkit/Source/WebCore/bindings/v8/
Dnpruntime.cpp124 static void constructDeletedValue(StringKey& slot) in constructDeletedValue() function
/external/webkit/Source/WebCore/dom/
DStyledElement.cpp59 static void constructDeletedValue(MappedAttributeKey& slot) { slot.type = eLastEntry; } in constructDeletedValue() function
DDocument.h194 …static void constructDeletedValue(FormElementKey& slot) { new (&slot) FormElementKey(WTF::HashTabl… in constructDeletedValue() function
/external/webkit/Source/WebCore/platform/graphics/
DFontCache.cpp238 static void constructDeletedValue(FontPlatformData& slot) in constructDeletedValue() function
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontPlatformData.cpp169 static void constructDeletedValue(FixedSizeFontDataKey& slot) in constructDeletedValue() function
/external/webkit/Source/WebCore/platform/cf/
DBinaryPropertyList.cpp83 static void constructDeletedValue(IntegerArray& slot) { slot.markDeleted(); } in constructDeletedValue() function