Home
last modified time | relevance | path

Searched refs:hasMappedAttributes (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/dom/
DStyledElement.h41 …bool hasMappedAttributes() const { return attributeMap() && attributeMap()->hasMappedAttributes();… in hasMappedAttributes() function
DNamedNodeMap.h101 bool hasMappedAttributes() const { return m_mappedAttributeCount > 0; } in hasMappedAttributes() function
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp1010 if (element->hasMappedAttributes() != m_styledElement->hasMappedAttributes()) in canShareStyleWithElement()
1101 …if (element->hasMappedAttributes() && !element->attributeMap()->mappedMapsEquivalent(m_styledEleme… in canShareStyleWithElement()
1388 if (m_styledElement->hasMappedAttributes()) { in styleForElement()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2317515 (DOM::NamedMappedAttrMapImpl::hasMappedAttributes):
17520 (DOM::StyledElementImpl::hasMappedAttributes):
34245 (DOM::HTMLNamedAttrMapImpl::hasMappedAttributes):
34255 (DOM::ElementImpl::hasMappedAttributes):
50867 (DOM::HTMLNamedAttrMapImpl::hasMappedAttributes):
50871 (DOM::HTMLElementImpl::hasMappedAttributes):
DChangeLog-2010-05-24329 (WebCore::NamedNodeMap::hasMappedAttributes):
DChangeLog-2009-06-1645310 hasMappedAttributes function non-virtual.