/external/webkit/Source/WebCore/dom/ |
D | DatasetDOMStringMap.cpp | 148 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 …]
|
D | StyledElement.cpp | 155 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()
|
D | StyledElement.h | 41 …bool hasMappedAttributes() const { return attributeMap() && attributeMap()->hasMappedAttributes();… in hasMappedAttributes() 102 ASSERT(attributeMap()); in classNames() 103 return attributeMap()->classNames(); in classNames()
|
D | Element.cpp | 206 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()
|
D | Element.h | 223 NamedNodeMap* attributeMap() const { return m_attributeMap.get(); } in attributeMap() function
|
/external/smack/src/org/jivesoftware/smackx/pubsub/provider/ |
D | AffiliationProvider.java | 32 …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()
|
D | RetractEventProvider.java | 33 …n(String currentElement, String currentNamespace, Map<String, String> attributeMap, List<? extends… in createReturnExtension() argument 35 return new RetractItem(attributeMap.get("id")); in createReturnExtension()
|
D | ItemsProvider.java | 33 …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()
|
D | AffiliationsProvider.java | 33 …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()
|
D | SubscriptionsProvider.java | 33 …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()
|
D | SimpleNodeProvider.java | 33 …n(String currentElement, String currentNamespace, Map<String, String> attributeMap, List<? extends… in createReturnExtension() argument 35 …PubSubElementType.valueOfFromElemName(currentElement, currentNamespace), attributeMap.get("node")); in createReturnExtension()
|
D | FormNodeProvider.java | 35 …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/ |
D | DeliveryReceipt.java | 71 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/ |
D | HTMLViewSourceDocument.cpp | 289 RefPtr<NamedNodeMap> attributeMap = NamedNodeMap::create(); in addBase() local 290 attributeMap->addAttribute(Attribute::createMapped(hrefAttr, href)); in addBase() 291 base->setAttributeMap(attributeMap.release()); in addBase()
|
D | ClassList.cpp | 143 return m_element->attributeMap()->classNames(); in classNames()
|
D | HTMLInputElement.cpp | 492 NamedNodeMap* map = attributeMap(); in updateType()
|
/external/smack/src/org/jivesoftware/smackx/provider/ |
D | HeadersProvider.java | 32 …n(String currentElement, String currentNamespace, Map<String, String> attributeMap, List<? extends… in createReturnExtension() argument
|
D | EmbeddedExtensionProvider.java | 110 …n(String currentElement, String currentNamespace, Map<String, String> attributeMap, List<? extends… in createReturnExtension() argument
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSElementCustom.cpp | 61 markDOMObjectWrapper(markStack, globalData, element->attributeMap()); in markChildren()
|
/external/smack/src/org/jivesoftware/smack/provider/ |
D | EmbeddedExtensionProvider.java | 108 …n(String currentElement, String currentNamespace, Map<String, String> attributeMap, List<? extends… in createReturnExtension() argument
|
/external/webkit/Source/WebCore/editing/ |
D | ReplaceSelectionCommand.cpp | 801 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/ |
D | SVGStyledElement.cpp | 388 if (!attributeMap()) in getPresentationAttribute() 392 Attribute* attr = attributeMap()->getAttributeItem(attributeName); in getPresentationAttribute()
|
/external/webkit/Source/WebCore/css/ |
D | CSSStyleSelector.cpp | 1101 …lement->hasMappedAttributes() && !element->attributeMap()->mappedMapsEquivalent(m_styledElement->a… in canShareStyleWithElement() 1394 const NamedNodeMap* map = m_styledElement->attributeMap(); in styleForElement()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 105879 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
|
D | ChangeLog-2010-01-29 | 72684 Added access to the attributeMap that does returns
|