Searched refs:m_linkDecl (Results 1 – 2 of 2) sorted by relevance
61 if (m_linkDecl) { in ~HTMLBodyElement()62 m_linkDecl->setNode(0); in ~HTMLBodyElement()63 m_linkDecl->setParent(0); in ~HTMLBodyElement()69 m_linkDecl = CSSMutableStyleDeclaration::create(); in createLinkDecl()70 m_linkDecl->setParent(document()->elementSheet()); in createLinkDecl()71 m_linkDecl->setNode(this); in createLinkDecl()72 m_linkDecl->setStrictParsing(!document()->inQuirksMode()); in createLinkDecl()126 if (!m_linkDecl) in parseMappedAttribute()128 m_linkDecl->setProperty(CSSPropertyColor, attr->value(), false, false); in parseMappedAttribute()129 RefPtr<CSSValue> val = m_linkDecl->getPropertyCSSValue(CSSPropertyColor); in parseMappedAttribute()[all …]
97 RefPtr<CSSMutableStyleDeclaration> m_linkDecl; variable