Home
last modified time | relevance | path

Searched refs:eLastEntry (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/dom/
DMappedAttributeEntry.h52 , eLastEntry enumerator
DStyledElement.cpp59 static void constructDeletedValue(MappedAttributeKey& slot) { slot.type = eLastEntry; } in constructDeletedValue()
60 static bool isDeletedValue(const MappedAttributeKey& value) { return value.type == eLastEntry; } in isDeletedValue()
/external/webkit/Source/WebCore/html/
DHTMLTablePartElement.cpp42 result = (MappedAttributeEntry)(eLastEntry + document()->docID()); in mapToEntry()
DHTMLBodyElement.cpp78 result = (MappedAttributeEntry)(eLastEntry + document()->docID()); in mapToEntry()
DHTMLTableElement.cpp247 result = (MappedAttributeEntry)(eLastEntry + document()->docID()); in mapToEntry()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2311146 …Make sure to keep eLastEntry at the end of the list, since it is used for the dynamic portion of t…