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

  /external/webkit/WebCore/dom/
MappedAttributeEntry.h 47 // When adding new entries, make sure to keep eLastEntry at the end of the list.
48 , eLastEntry
StyledElement.cpp 55 static void constructDeletedValue(MappedAttributeKey& slot) { slot.type = eLastEntry; }
56 static bool isDeletedValue(const MappedAttributeKey& value) { return value.type == eLastEntry; }
  /external/webkit/WebCore/html/
HTMLTablePartElement.cpp 42 result = (MappedAttributeEntry)(eLastEntry + document()->docID());
HTMLBodyElement.cpp 72 result = (MappedAttributeEntry)(eLastEntry + document()->docID());
HTMLTableElement.cpp 261 result = (MappedAttributeEntry)(eLastEntry + document()->docID());

Completed in 63 milliseconds