HomeSort by relevance Sort by last modified time
    Searched defs:getAttributeItem (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/dom/
NamedNodeMap.h 69 Attribute* getAttributeItem(const QualifiedName&) const;
80 if (allowDuplicates || !getAttributeItem(newAttribute->name()))
114 Attribute* getAttributeItem(const String& name, bool shouldIgnoreAttributeCase) const;
126 inline Attribute* NamedNodeMap::getAttributeItem(const QualifiedName& name) const
138 inline Attribute* NamedNodeMap::getAttributeItem(const String& name, bool shouldIgnoreAttributeCase) const
  /external/webkit/Source/WebCore/html/parser/
HTMLToken.h 443 Attribute* getAttributeItem(const QualifiedName& attributeName)
448 return m_attributes->getAttributeItem(attributeName);

Completed in 65 milliseconds