Home
last modified time | relevance | path

Searched refs:attributeMap (Results 1 – 25 of 25) sorted by relevance

/external/webkit/Source/WebCore/dom/
DDatasetDOMStringMap.cpp148 NamedNodeMap* attributeMap = m_element->attributes(true); in getNames() local
149 if (attributeMap) { in getNames()
150 unsigned length = attributeMap->length(); in getNames()
152 Attribute* attribute = attributeMap->attributeItem(i); in getNames()
161 NamedNodeMap* attributeMap = m_element->attributes(true); in item() local
162 if (attributeMap) { in item()
163 unsigned length = attributeMap->length(); in item()
165 Attribute* attribute = attributeMap->attributeItem(i); in item()
176 NamedNodeMap* attributeMap = m_element->attributes(true); in contains() local
177 if (attributeMap) { in contains()
[all …]
DStyledElement.cpp155 if (attributeMap()) in attributeChanged()
156 attributeMap()->declRemoved(); in attributeChanged()
165 if (attributeMap()) in attributeChanged()
166 attributeMap()->declAdded(); in attributeChanged()
174 if (attributeMap()) in attributeChanged()
175 attributeMap()->declAdded(); in attributeChanged()
198 if (attributeMap()) in attributeChanged()
199 attributeMap()->declAdded(); in attributeChanged()
228 } else if (attributeMap()) in classAttributeChanged()
229 attributeMap()->clearClass(); in classAttributeChanged()
DStyledElement.h41 …bool hasMappedAttributes() const { return attributeMap() && attributeMap()->hasMappedAttributes();… in hasMappedAttributes()
102 ASSERT(attributeMap()); in classNames()
103 return attributeMap()->classNames(); in classNames()
DElement.cpp206 if (NamedNodeMap* attributeMap = attributes(true)) in cloneElementWithoutChildren() local
207 clone->attributes()->setAttributes(*attributeMap); in cloneElementWithoutChildren()
777 if (attributeMap()) { in idAttributeChanged()
779 attributeMap()->setIdForStyleResolution(nullAtom); in idAttributeChanged()
781 attributeMap()->setIdForStyleResolution(attr->value().lower()); in idAttributeChanged()
783 attributeMap()->setIdForStyleResolution(attr->value()); in idAttributeChanged()
DElement.h223 NamedNodeMap* attributeMap() const { return m_attributeMap.get(); } in attributeMap() function
/external/smack/src/org/jivesoftware/smackx/pubsub/provider/
DAffiliationProvider.java32 …n(String currentElement, String currentNamespace, Map<String, String> attributeMap, List<? extends… in createReturnExtension() argument
34 …return new Affiliation(attributeMap.get("jid"), attributeMap.get("node"), Affiliation.Type.valueOf… in createReturnExtension()
DRetractEventProvider.java33 …n(String currentElement, String currentNamespace, Map<String, String> attributeMap, List<? extends… in createReturnExtension() argument
35 return new RetractItem(attributeMap.get("id")); in createReturnExtension()
DItemsProvider.java33 …n(String currentElement, String currentNamespace, Map<String, String> attributeMap, List<? extends… in createReturnExtension() argument
35 …return new ItemsExtension(ItemsExtension.ItemsElementType.items, attributeMap.get("node"), content… in createReturnExtension()
DAffiliationsProvider.java33 …n(String currentElement, String currentNamespace, Map<String, String> attributeMap, List<? extends… in createReturnExtension() argument
35 return new AffiliationsExtension(attributeMap.get("node"), (List<Affiliation>)content); in createReturnExtension()
DSubscriptionsProvider.java33 …n(String currentElement, String currentNamespace, Map<String, String> attributeMap, List<? extends… in createReturnExtension() argument
35 return new SubscriptionsExtension(attributeMap.get("node"), (List<Subscription>)content); in createReturnExtension()
DSimpleNodeProvider.java33 …n(String currentElement, String currentNamespace, Map<String, String> attributeMap, List<? extends… in createReturnExtension() argument
35 …PubSubElementType.valueOfFromElemName(currentElement, currentNamespace), attributeMap.get("node")); in createReturnExtension()
DFormNodeProvider.java35 …n(String currentElement, String currentNamespace, Map<String, String> attributeMap, List<? extends… in createReturnExtension() argument
37 …ormNodeType.valueOfFromElementName(currentElement, currentNamespace), attributeMap.get("node"), ne… in createReturnExtension()
/external/smack/src/org/jivesoftware/smackx/receipts/
DDeliveryReceipt.java71 Map<String, String> attributeMap, List<? extends PacketExtension> content) in createReturnExtension() argument
73 return new DeliveryReceipt(attributeMap.get("id")); in createReturnExtension()
/external/webkit/Source/WebCore/html/
DHTMLViewSourceDocument.cpp289 RefPtr<NamedNodeMap> attributeMap = NamedNodeMap::create(); in addBase() local
290 attributeMap->addAttribute(Attribute::createMapped(hrefAttr, href)); in addBase()
291 base->setAttributeMap(attributeMap.release()); in addBase()
DClassList.cpp143 return m_element->attributeMap()->classNames(); in classNames()
DHTMLInputElement.cpp492 NamedNodeMap* map = attributeMap(); in updateType()
/external/smack/src/org/jivesoftware/smackx/provider/
DHeadersProvider.java32 …n(String currentElement, String currentNamespace, Map<String, String> attributeMap, List<? extends… in createReturnExtension() argument
DEmbeddedExtensionProvider.java110 …n(String currentElement, String currentNamespace, Map<String, String> attributeMap, List<? extends… in createReturnExtension() argument
/external/webkit/Source/WebCore/bindings/js/
DJSElementCustom.cpp61 markDOMObjectWrapper(markStack, globalData, element->attributeMap()); in markChildren()
/external/smack/src/org/jivesoftware/smack/provider/
DEmbeddedExtensionProvider.java108 …n(String currentElement, String currentNamespace, Map<String, String> attributeMap, List<? extends… in createReturnExtension() argument
/external/webkit/Source/WebCore/editing/
DReplaceSelectionCommand.cpp801 const NamedNodeMap* attributeMap = element->attributeMap(); in isInlineNodeWithStyle() local
802 …if (!attributeMap || attributeMap->isEmpty() || (attributeMap->length() == 1 && element->hasAttrib… in isInlineNodeWithStyle()
/external/webkit/Source/WebCore/svg/
DSVGStyledElement.cpp388 if (!attributeMap()) in getPresentationAttribute()
392 Attribute* attr = attributeMap()->getAttributeItem(attributeName); in getPresentationAttribute()
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp1101 …lement->hasMappedAttributes() && !element->attributeMap()->mappedMapsEquivalent(m_styledElement->a… in canShareStyleWithElement()
1394 const NamedNodeMap* map = m_styledElement->attributeMap(); in styleForElement()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06105879 attributeMap function instead of the mappedAttributes function.
105900 (WebCore::StyledElement::attributeChanged): Use attributeMap function
105906 callers to use attributeMap function instead.
105909 (WebCore::HTMLInputElement::setInputType): Use attributeMap instead of
DChangeLog-2010-01-2972684 Added access to the attributeMap that does returns