Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DStyledElement.cpp52 struct MappedAttributeKeyTraits : WTF::GenericHashTraits<MappedAttributeKey> { struct
53 static const bool emptyValueIsZero = true;
54 static const bool needsDestruction = false;
55 static void constructDeletedValue(MappedAttributeKey& slot) { slot.type = eLastEntry; } in constructDeletedValue()
56 static bool isDeletedValue(const MappedAttributeKey& value) { return value.type == eLastEntry; } in isDeletedValue()