Searched defs:StyledElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DStyledElement.h37 class StyledElement : public Element { class in namespace:WebCore
39 virtual ~StyledElement();
71 StyledElement(const QualifiedName& name, Document* document, ConstructionType type) function in class:WebCore::StyledElement
99 inline const SpaceSplitString& StyledElement::classNames() const
106 inline void StyledElement::invalidateStyleAttribute()
H A DStyledElement.cpp25 #include "StyledElement.h"
73 CSSMappedAttributeDeclaration* StyledElement::getMappedAttributeDecl(MappedAttributeEntry entryType, Attribute* attr)
80 CSSMappedAttributeDeclaration* StyledElement::getMappedAttributeDecl(MappedAttributeEntry type, const QualifiedName& name, const AtomicString& value)
87 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, Attribute* attr, CSSMappedAttributeDeclaration* decl)
94 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, const QualifiedName& name, const AtomicString& value, CSSMappedAttributeDeclaration* decl)
101 void StyledElement::removeMappedAttributeDecl(MappedAttributeEntry entryType, const QualifiedName& attrName, const AtomicString& attrValue)
108 void StyledElement::updateStyleAttribute() const
114 const_cast<StyledElement*>(this)->setAttribute(styleAttr, m_inlineStyleDecl->cssText());
118 StyledElement::~StyledElement()
[all...]

Completed in 556 milliseconds