Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DStyledElement.cpp67 static MappedAttributeDecls* mappedAttributeDecls = 0; variable
71 if (!mappedAttributeDecls) in getMappedAttributeDecl()
73 …return mappedAttributeDecls->get(MappedAttributeKey(entryType, attr->name().localName().impl(), at… in getMappedAttributeDecl()
78 if (!mappedAttributeDecls) in getMappedAttributeDecl()
80 … return mappedAttributeDecls->get(MappedAttributeKey(type, name.localName().impl(), value.impl())); in getMappedAttributeDecl()
85 if (!mappedAttributeDecls) in setMappedAttributeDecl()
86 mappedAttributeDecls = new MappedAttributeDecls; in setMappedAttributeDecl()
87mappedAttributeDecls->set(MappedAttributeKey(entryType, attr->name().localName().impl(), attr->val… in setMappedAttributeDecl()
92 if (!mappedAttributeDecls) in setMappedAttributeDecl()
93 mappedAttributeDecls = new MappedAttributeDecls; in setMappedAttributeDecl()
[all …]