Home
last modified time | relevance | path

Searched refs:attributeItem (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementData.h66 const Attribute* attributeItem(unsigned index) const;
138 Attribute* attributeItem(unsigned index);
174 return attributeItem(index); in getAttributeItem()
236 inline const Attribute* ElementData::attributeItem(unsigned index) const in attributeItem() function
252 inline Attribute* UniqueElementData::attributeItem(unsigned index) in attributeItem() function
DDatasetDOMStringMap.cpp145 const Attribute* attribute = m_element->attributeItem(i); in getNames()
158 const Attribute* attribute = m_element->attributeItem(i); in item()
173 const Attribute* attribute = m_element->attributeItem(i); in contains()
DElementData.cpp108 const Attribute* attribute = attributeItem(i); in isEquivalent()
121 if (attributeItem(i)->name() == attr->qualifiedName()) in getAttrIndex()
131 const Attribute* attribute = attributeItem(i); in getAttributeItemIndexSlowCase()
DPresentationAttributeStyle.cpp128 const Attribute* attribute = element.attributeItem(i); in makePresentationAttributeCacheKey()
183 const Attribute* attribute = element.attributeItem(i); in computePresentationAttributeStyle()
DNamedNodeMap.cpp103 return m_element->ensureAttr(m_element->attributeItem(index)->name()); in item()
DElement.cpp323 const Attribute* attribute = elementData()->attributeItem(index); in detachAttribute()
339 const Attribute* attribute = elementData()->attributeItem(index); in detachAttrNodeAtIndex()
895 …const QualifiedName& qName = index != kNotFound ? attributeItem(index)->name() : QualifiedName(nul… in setAttribute()
925 const Attribute* existingAttribute = attributeItem(index); in setAttributeInternal()
938 ensureUniqueElementData()->attributeItem(index)->setValue(newValue); in setAttributeInternal()
1986 … detachAttrNodeFromElementWithValue(oldAttrNode.get(), elementData->attributeItem(index)->value()); in setAttributeNode()
1988 …de = Attr::create(document(), attrNode->qualifiedName(), elementData->attributeItem(index)->value(… in setAttributeNode()
2063 QualifiedName name = elementData->attributeItem(index)->name(); in removeAttributeInternal()
2064 AtomicString valueBeingRemoved = elementData->attributeItem(index)->value(); in removeAttributeInternal()
2072 … detachAttrNodeFromElementWithValue(attrNode.get(), elementData->attributeItem(index)->value()); in removeAttributeInternal()
[all …]
DElement.h158 const Attribute* attributeItem(unsigned index) const;
801 inline const Attribute* Element::attributeItem(unsigned index) const in attributeItem() function
804 return elementData()->attributeItem(index); in attributeItem()
DNode.cpp178 Attribute* attr = elementData->attributeItem(i); in dumpStatistics()
1471 const Attribute* attr = elem->attributeItem(i); in isDefaultNamespace()
1555 const Attribute* attr = elem->attributeItem(i); in lookupNamespaceURI()
1609 const Attribute* attr = thisElement->attributeItem(i); in lookupNamespacePrefix()
1761 const Attribute* attribute = owner1->attributeItem(i); in compareDocumentPositionInternal()
/external/chromium_org/third_party/WebKit/Source/web/
DWebElement.cpp128 return constUnwrap<Element>()->attributeItem(index)->localName(); in attributeLocalName()
135 return constUnwrap<Element>()->attributeItem(index)->value(); in attributeValue()
DWebPageSerializerImpl.cpp312 const Attribute *attribute = element->attributeItem(i); in openTagToString()
/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.cpp368 static bool attributeValueMatches(const Attribute* attributeItem, CSSSelector::Match match, const A… in attributeValueMatches() argument
370 const AtomicString& value = attributeItem->value(); in attributeValueMatches()
449 const Attribute* attributeItem = element.attributeItem(i); in anyAttributeMatches() local
451 if (!attributeItem->matches(selectorAttr)) in anyAttributeMatches()
454 if (attributeValueMatches(attributeItem, match, selectorValue, caseSensitive)) in anyAttributeMatches()
DSelectorChecker.h174 const Attribute* attribute = element.attributeItem(i); in checkExactAttribute()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLEmbedElement.cpp119 const Attribute* attribute = attributeItem(i); in parametersForPlugin()
DHTMLObjectElement.cpp189 const Attribute* attribute = attributeItem(i); in parametersForPlugin()
/external/chromium/webkit/glue/
Dwebaccessibility.cc347 element.attributes().attributeItem(i).localName(), in Init()
348 element.attributes().attributeItem(i).value())); in Init()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DDOMPatchSupport.cpp187 const Attribute* attribute = oldElement->attributeItem(0); in innerPatchNode()
197 const Attribute* attribute = newElement->attributeItem(i); in innerPatchNode()
432 const Attribute* attribute = element->attributeItem(i); in createDigest()
DInspectorDOMAgent.cpp720 const Attribute* attribute = parsedElement->attributeItem(i); in setAttributesAsText()
978 const Attribute* attribute = element->attributeItem(i); in performSearch()
1565 const Attribute* attribute = element->attributeItem(i); in buildArrayForElementAttributes()
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXPathNodeSet.cpp222 RefPtr<Attr> attr = element->attrIfExists(element->attributeItem(i)->name()); in traversalSort()
DXPathStep.cpp358 … RefPtr<Attr> attr = contextElement->ensureAttr(contextElement->attributeItem(i)->name()); in nodesInAxis()
/external/chromium_org/third_party/WebKit/Source/core/page/
DPageSerializer.cpp82 const Attribute* attribute = element->attributeItem(i); in isCharsetSpecifyingNode()
/external/chromium_org/third_party/WebKit/Source/core/editing/
Dmarkup.cpp106 const Attribute* attribute = element->attributeItem(i); in completeURLs()
286 const Attribute* attribute = element->attributeItem(i); in appendElement()
DMarkupAccumulator.cpp404 appendAttribute(result, element, *element->attributeItem(i), namespaces); in appendElement()
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
DXMLDocumentParser.cpp827 const Attribute* attribute = element->attributeItem(i); in XMLDocumentParser()