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

  /external/webkit/Source/WebCore/dom/
Attribute.h 74 CSSStyleDeclaration* style() const { return m_styleDecl.get(); }
75 CSSMappedAttributeDeclaration* decl() const { return m_styleDecl.get(); }
76 void setDecl(PassRefPtr<CSSMappedAttributeDeclaration> decl) { m_styleDecl = decl; }
94 , m_styleDecl(styleDecl)
103 , m_styleDecl(styleDecl)
116 RefPtr<CSSMappedAttributeDeclaration> m_styleDecl;
Attribute.cpp 43 return adoptRef(new Attribute(m_name, m_value, m_isMappedAttribute, m_styleDecl.get()));

Completed in 452 milliseconds