Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DStyledElement.cpp45 struct MappedAttributeKey { struct
46 uint16_t type;
47 StringImpl* name;
48 StringImpl* value;
49 MappedAttributeKey(MappedAttributeEntry t = eNone, StringImpl* n = 0, StringImpl* v = 0) in MappedAttributeKey() function