Searched refs:mappedAttr (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/svg/
H A DSVGForeignObjectElement.cpp99 MappedAttribute* mappedAttr = static_cast<MappedAttribute*>(attr);
103 bool needToParse = element->mapToEntry(mappedAttr->name(), entry);
111 if (mappedAttr->decl()) {
112 mappedAttr->setDecl(0);
117 element->addCSSProperty(mappedAttr, cssProperty, value);
119 if (CSSMappedAttributeDeclaration* decl = mappedAttr->decl()) {
121 element->setMappedAttributeDecl(entry, mappedAttr, decl);
123 decl->setMappedState(entry, mappedAttr->name(), mappedAttr->value());
/external/webkit/WebCore/dom/
H A DStyledElement.cpp153 MappedAttribute* mappedAttr = static_cast<MappedAttribute*>(attr); local
154 if (mappedAttr->decl() && !preserveDecls) {
155 mappedAttr->setDecl(0);
165 if (mappedAttr->decl()) {
175 mappedAttr->setDecl(decl);
190 parseMappedAttribute(mappedAttr);
195 if (checkDecl && mappedAttr->decl()) {
197 setMappedAttributeDecl(entry, attr, mappedAttr->decl());
198 mappedAttr->decl()->setMappedState(entry, attr->name(), attr->value());
199 mappedAttr
[all...]
/external/webkit/WebCore/css/
H A DCSSStyleSelector.cpp1234 MappedAttribute* mappedAttr = static_cast<MappedAttribute*>(attr); local
1235 if (mappedAttr->decl()) {
1239 addMatchedDeclaration(mappedAttr->decl());

Completed in 104 milliseconds