Home | History | Annotate | Download | only in css

Lines Matching refs:m_styledElement

436     , m_styledElement(0)
705 ASSERT(m_styledElement);
706 const SpaceSplitString& classNames = m_styledElement->classNames();
712 ASSERT(m_styledElement);
813 m_styledElement = m_element && m_element->isStyledElement() ? static_cast<StyledElement*>(m_element) : 0;
1010 if (element->hasMappedAttributes() != m_styledElement->hasMappedAttributes())
1101 if (element->hasMappedAttributes() && !element->attributeMap()->mappedMapsEquivalent(m_styledElement->attributeMap()))
1133 if (!m_styledElement || !m_parentStyle)
1136 if (m_styledElement->inlineStyleDecl())
1139 if (m_styledElement->hasID() && m_features.idsInRules.contains(m_styledElement->idForStyleResolution().impl()))
1148 Node* cousinList = m_styledElement->previousSibling();
1390 if (m_styledElement) {
1392 if (m_styledElement->hasMappedAttributes()) {
1394 const NamedNodeMap* map = m_styledElement->attributeMap();
1409 if (m_styledElement->canHaveAdditionalAttributeStyleDecls()) {
1411 m_styledElement->additionalAttributeStyleDecls(m_additionalAttributeStyleDecls);
1421 if (m_styledElement->isHTMLElement()) {
1423 TextDirection textDirection = toHTMLElement(m_styledElement)->directionalityIfhasDirAutoAttribute(isAuto);
1434 if (m_matchAuthorAndUserStyles && m_styledElement) {
1435 CSSMutableStyleDeclaration* inlineDecl = m_styledElement->inlineStyleDecl();