Searched refs:m_linkDecl (Results 1 – 2 of 2) sorted by relevance
55 if (m_linkDecl) { in ~HTMLBodyElement()56 m_linkDecl->setNode(0); in ~HTMLBodyElement()57 m_linkDecl->setParent(0); in ~HTMLBodyElement()63 m_linkDecl = CSSMutableStyleDeclaration::create(); in createLinkDecl()64 m_linkDecl->setParent(document()->elementSheet()); in createLinkDecl()65 m_linkDecl->setNode(this); in createLinkDecl()66 m_linkDecl->setStrictParsing(!document()->inCompatMode()); in createLinkDecl()120 if (!m_linkDecl) in parseMappedAttribute()122 m_linkDecl->setProperty(CSSPropertyColor, attr->value(), false, false); in parseMappedAttribute()123 RefPtr<CSSValue> val = m_linkDecl->getPropertyCSSValue(CSSPropertyColor); in parseMappedAttribute()[all …]
97 RefPtr<CSSMutableStyleDeclaration> m_linkDecl; variable