/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | ElementData.h | 66 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
|
D | DatasetDOMStringMap.cpp | 145 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()
|
D | ElementData.cpp | 108 const Attribute* attribute = attributeItem(i); in isEquivalent() 121 if (attributeItem(i)->name() == attr->qualifiedName()) in getAttrIndex() 131 const Attribute* attribute = attributeItem(i); in getAttributeItemIndexSlowCase()
|
D | PresentationAttributeStyle.cpp | 128 const Attribute* attribute = element.attributeItem(i); in makePresentationAttributeCacheKey() 183 const Attribute* attribute = element.attributeItem(i); in computePresentationAttributeStyle()
|
D | NamedNodeMap.cpp | 103 return m_element->ensureAttr(m_element->attributeItem(index)->name()); in item()
|
D | Element.cpp | 323 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 …]
|
D | Element.h | 158 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()
|
D | Node.cpp | 178 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/ |
D | WebElement.cpp | 128 return constUnwrap<Element>()->attributeItem(index)->localName(); in attributeLocalName() 135 return constUnwrap<Element>()->attributeItem(index)->value(); in attributeValue()
|
D | WebPageSerializerImpl.cpp | 312 const Attribute *attribute = element->attributeItem(i); in openTagToString()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | SelectorChecker.cpp | 368 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()
|
D | SelectorChecker.h | 174 const Attribute* attribute = element.attributeItem(i); in checkExactAttribute()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLEmbedElement.cpp | 119 const Attribute* attribute = attributeItem(i); in parametersForPlugin()
|
D | HTMLObjectElement.cpp | 189 const Attribute* attribute = attributeItem(i); in parametersForPlugin()
|
/external/chromium/webkit/glue/ |
D | webaccessibility.cc | 347 element.attributes().attributeItem(i).localName(), in Init() 348 element.attributes().attributeItem(i).value())); in Init()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | DOMPatchSupport.cpp | 187 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()
|
D | InspectorDOMAgent.cpp | 720 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/ |
D | XPathNodeSet.cpp | 222 RefPtr<Attr> attr = element->attrIfExists(element->attributeItem(i)->name()); in traversalSort()
|
D | XPathStep.cpp | 358 … RefPtr<Attr> attr = contextElement->ensureAttr(contextElement->attributeItem(i)->name()); in nodesInAxis()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | PageSerializer.cpp | 82 const Attribute* attribute = element->attributeItem(i); in isCharsetSpecifyingNode()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | markup.cpp | 106 const Attribute* attribute = element->attributeItem(i); in completeURLs() 286 const Attribute* attribute = element->attributeItem(i); in appendElement()
|
D | MarkupAccumulator.cpp | 404 appendAttribute(result, element, *element->attributeItem(i), namespaces); in appendElement()
|
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/ |
D | XMLDocumentParser.cpp | 827 const Attribute* attribute = element->attributeItem(i); in XMLDocumentParser()
|