Home
last modified time | relevance | path

Searched refs:m_styledElement (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp436 , m_styledElement(0) in CSSStyleSelector()
705 ASSERT(m_styledElement); in matchRules()
706 const SpaceSplitString& classNames = m_styledElement->classNames(); in matchRules()
712 ASSERT(m_styledElement); in matchRules()
813m_styledElement = m_element && m_element->isStyledElement() ? static_cast<StyledElement*>(m_elemen… in initElement()
1010 if (element->hasMappedAttributes() != m_styledElement->hasMappedAttributes()) in canShareStyleWithElement()
1101 …MappedAttributes() && !element->attributeMap()->mappedMapsEquivalent(m_styledElement->attributeMap… in canShareStyleWithElement()
1133 if (!m_styledElement || !m_parentStyle) in locateSharedStyle()
1136 if (m_styledElement->inlineStyleDecl()) in locateSharedStyle()
1139 …if (m_styledElement->hasID() && m_features.idsInRules.contains(m_styledElement->idForStyleResoluti… in locateSharedStyle()
[all …]
DCSSStyleSelector.h351 StyledElement* m_styledElement; variable