Searched refs:attributeMap (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DDatasetDOMStringMap.cpp148 NamedNodeMap* attributeMap = m_element->attributes(true); local
149 if (attributeMap) {
150 unsigned length = attributeMap->length();
152 Attribute* attribute = attributeMap->attributeItem(i);
161 NamedNodeMap* attributeMap = m_element->attributes(true); local
162 if (attributeMap) {
163 unsigned length = attributeMap->length();
165 Attribute* attribute = attributeMap->attributeItem(i);
176 NamedNodeMap* attributeMap = m_element->attributes(true); local
177 if (attributeMap) {
[all...]
H A DStyledElement.h41 bool hasMappedAttributes() const { return attributeMap() && attributeMap()->hasMappedAttributes(); }
102 ASSERT(attributeMap());
103 return attributeMap()->classNames();
H A DStyledElement.cpp155 if (attributeMap())
156 attributeMap()->declRemoved();
165 if (attributeMap())
166 attributeMap()->declAdded();
174 if (attributeMap())
175 attributeMap()->declAdded();
198 if (attributeMap())
199 attributeMap()->declAdded();
228 } else if (attributeMap())
229 attributeMap()
[all...]
H A DElement.cpp206 if (NamedNodeMap* attributeMap = attributes(true))
207 clone->attributes()->setAttributes(*attributeMap);
777 if (attributeMap()) {
779 attributeMap()->setIdForStyleResolution(nullAtom);
781 attributeMap()->setIdForStyleResolution(attr->value().lower());
783 attributeMap()->setIdForStyleResolution(attr->value());
H A DElement.h223 NamedNodeMap* attributeMap() const { return m_attributeMap.get(); } function in class:WebCore::Element
/external/webkit/Source/WebCore/bindings/js/
H A DJSElementCustom.cpp61 markDOMObjectWrapper(markStack, globalData, element->attributeMap());
/external/webkit/Source/WebCore/html/
H A DHTMLViewSourceDocument.cpp289 RefPtr<NamedNodeMap> attributeMap = NamedNodeMap::create(); local
290 attributeMap->addAttribute(Attribute::createMapped(hrefAttr, href));
291 base->setAttributeMap(attributeMap.release());
H A DClassList.cpp143 return m_element->attributeMap()->classNames();
H A DHTMLInputElement.cpp492 NamedNodeMap* map = attributeMap();
/external/webkit/Source/WebCore/svg/
H A DSVGStyledElement.cpp388 if (!attributeMap())
392 Attribute* attr = attributeMap()->getAttributeItem(attributeName);
/external/webkit/Source/WebCore/editing/
H A DReplaceSelectionCommand.cpp801 const NamedNodeMap* attributeMap = element->attributeMap(); local
802 if (!attributeMap || attributeMap->isEmpty() || (attributeMap->length() == 1 && element->hasAttribute(styleAttr)))
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp1101 if (element->hasMappedAttributes() && !element->attributeMap()->mappedMapsEquivalent(m_styledElement->attributeMap()))
1394 const NamedNodeMap* map = m_styledElement->attributeMap();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1755 milliseconds