HomeSort by relevance Sort by last modified time
    Searched refs:attributeItem (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DatasetDOMStringMap.cpp 144 const Attribute* attribute = m_element->attributeItem(i);
157 const Attribute* attribute = m_element->attributeItem(i);
172 const Attribute* attribute = m_element->attributeItem(i);
NamedNodeMap.cpp 108 return m_element->ensureAttr(m_element->attributeItem(index)->name());
Element.h 88 const Attribute* attributeItem(unsigned index) const;
158 Attribute* attributeItem(unsigned index);
297 const Attribute* attributeItem(unsigned index) const;
    [all...]
Element.cpp 333 const Attribute* attribute = elementData()->attributeItem(index);
349 const Attribute* attribute = elementData()->attributeItem(index);
840 const QualifiedName& qName = index != notFound ? attributeItem(index)->name() : QualifiedName(nullAtom, caseAdjustedLocalName, nullAtom);
871 willModifyAttribute(name, attributeItem(index)->value(), newValue);
873 if (newValue != attributeItem(index)->value()) {
880 ensureUniqueElementData()->attributeItem(index)->setValue(newValue);
    [all...]
Node.cpp 174 Attribute* attr = elementData->attributeItem(i);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebElement.cpp 128 return constUnwrap<Element>()->attributeItem(index)->localName();
135 return constUnwrap<Element>()->attributeItem(index)->value();
WebPageSerializerImpl.cpp 314 const Attribute *attribute = element->attributeItem(i);
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.h 149 const Attribute* attribute = element->attributeItem(i);
SelectorChecker.cpp 307 static bool attributeValueMatches(const Attribute* attributeItem, CSSSelector::Match match, const AtomicString& selectorValue, bool caseSensitive)
309 const AtomicString& value = attributeItem->value();
374 const Attribute* attributeItem = element->attributeItem(i);
376 if (!attributeItem->matches(selectorAttr))
379 if (attributeValueMatches(attributeItem, match, selectorValue, caseSensitive))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLEmbedElement.cpp 118 const Attribute* attribute = attributeItem(i);
HTMLObjectElement.cpp 189 const Attribute* attribute = attributeItem(i);
  /external/chromium/webkit/glue/
webaccessibility.cc 347 element.attributes().attributeItem(i).localName(),
348 element.attributes().attributeItem(i).value()));
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathNodeSet.cpp 223 RefPtr<Attr> attr = element->attrIfExists(element->attributeItem(i)->name());
XPathStep.cpp 351 RefPtr<Attr> attr = contextElement->ensureAttr(contextElement->attributeItem(i)->name());
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMPatchSupport.cpp 190 const Attribute* attribute = oldElement->attributeItem(0);
200 const Attribute* attribute = newElement->attributeItem(i);
435 const Attribute* attribute = element->attributeItem(i);
InspectorDOMAgent.cpp 706 const Attribute* attribute = parsedElement->attributeItem(i);
963 const Attribute* attribute = element->attributeItem(i);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.cpp 402 appendAttribute(result, element, *element->attributeItem(i), namespaces);
markup.cpp 105 const Attribute* attribute = element->attributeItem(i);
285 const Attribute* attribute = element->attributeItem(i);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
PageSerializer.cpp 77 const Attribute* attribute = element->attributeItem(i);
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 816 const Attribute* attribute = element->attributeItem(i);
    [all...]

Completed in 810 milliseconds