HomeSort by relevance Sort by last modified time
    Searched defs:StyledElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/dom/
StyledElement.h 37 class StyledElement : public Element {
39 virtual ~StyledElement();
71 StyledElement(const QualifiedName& name, Document* document, ConstructionType type)
99 inline const SpaceSplitString& StyledElement::classNames() const
106 inline void StyledElement::invalidateStyleAttribute()
StyledElement.cpp 25 #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 247 milliseconds