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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
CompactHTMLToken.cpp 84 const CompactHTMLToken::Attribute* CompactHTMLToken::getAttributeItem(const QualifiedName& name) const
AtomicHTMLToken.h 68 Attribute* getAttributeItem(const QualifiedName& attributeName)
HTMLStackItem.h 71 Attribute* getAttributeItem(const QualifiedName& attributeName)
HTMLToken.h 356 const Attribute* getAttributeItem(const QualifiedName& name) const
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementData.cpp 109 const Attribute* otherAttr = other->getAttributeItem(attribute->name());
216 Attribute* UniqueElementData::getAttributeItem(const QualifiedName& name)
ElementData.h 67 const Attribute* getAttributeItem(const QualifiedName&) const;
103 const Attribute* getAttributeItem(const AtomicString& name, bool shouldIgnoreAttributeCase) const;
139 Attribute* getAttributeItem(const QualifiedName&);
170 inline const Attribute* ElementData::getAttributeItem(const AtomicString& name, bool shouldIgnoreAttributeCase) const
225 inline const Attribute* ElementData::getAttributeItem(const QualifiedName& name) const
Element.h 159 const Attribute* getAttributeItem(const QualifiedName&) const;
721 return elementData() && getAttributeItem(name);
728 if (const Attribute* attribute = getAttributeItem(name))
    [all...]

Completed in 220 milliseconds