hasLegalLinkAttribute 294 Source/core/dom/Element.h virtual bool hasLegalLinkAttribute(const QualifiedName&) const; hasLegalLinkAttribute 305 Source/core/html/HTMLAnchorElement.cpp return name == hrefAttr || HTMLElement::hasLegalLinkAttribute(name); hasLegalLinkAttribute 100 Source/core/html/HTMLAnchorElement.h virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE FINAL; hasLegalLinkAttribute 82 Source/core/html/HTMLAppletElement.cpp return name == codebaseAttr || HTMLPlugInElement::hasLegalLinkAttribute(name); hasLegalLinkAttribute 44 Source/core/html/HTMLAppletElement.h virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE; hasLegalLinkAttribute 185 Source/core/html/HTMLBodyElement.cpp return name == backgroundAttr || HTMLElement::hasLegalLinkAttribute(name); hasLegalLinkAttribute 57 Source/core/html/HTMLBodyElement.h virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE; hasLegalLinkAttribute 506 Source/core/html/HTMLFormElement.cpp return name == actionAttr || HTMLElement::hasLegalLinkAttribute(name); hasLegalLinkAttribute 130 Source/core/html/HTMLFormElement.h virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE; hasLegalLinkAttribute 201 Source/core/html/HTMLFrameElementBase.cpp return name == hrefAttr || HTMLFrameOwnerElement::hasLegalLinkAttribute(name); hasLegalLinkAttribute 59 Source/core/html/HTMLFrameElementBase.h virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE FINAL; hasLegalLinkAttribute 323 Source/core/html/HTMLImageElement.cpp return name == srcAttr || HTMLElement::hasLegalLinkAttribute(name); hasLegalLinkAttribute 112 Source/core/html/HTMLImageElement.h virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE; hasLegalLinkAttribute 1215 Source/core/html/HTMLInputElement.cpp return m_inputType->hasLegalLinkAttribute(name) || HTMLTextFormControlElement::hasLegalLinkAttribute(name); hasLegalLinkAttribute 341 Source/core/html/HTMLInputElement.h virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE FINAL; hasLegalLinkAttribute 379 Source/core/html/HTMLLinkElement.cpp return name == hrefAttr || HTMLElement::hasLegalLinkAttribute(name); hasLegalLinkAttribute 184 Source/core/html/HTMLLinkElement.h virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE; hasLegalLinkAttribute 50 Source/core/html/HTMLModElement.cpp return name == citeAttr || HTMLElement::hasLegalLinkAttribute(name); hasLegalLinkAttribute 39 Source/core/html/HTMLModElement.h virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE; hasLegalLinkAttribute 375 Source/core/html/HTMLObjectElement.cpp return name == classidAttr || name == dataAttr || name == codebaseAttr || HTMLPlugInElement::hasLegalLinkAttribute(name); hasLegalLinkAttribute 84 Source/core/html/HTMLObjectElement.h virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE; hasLegalLinkAttribute 53 Source/core/html/HTMLQuoteElement.cpp return name == citeAttr || HTMLElement::hasLegalLinkAttribute(name); hasLegalLinkAttribute 40 Source/core/html/HTMLQuoteElement.h virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE; hasLegalLinkAttribute 58 Source/core/html/HTMLScriptElement.cpp return name == srcAttr || HTMLElement::hasLegalLinkAttribute(name); hasLegalLinkAttribute 57 Source/core/html/HTMLScriptElement.h virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE; hasLegalLinkAttribute 133 Source/core/html/HTMLTableCellElement.cpp return (hasLocalName(tdTag) && name == backgroundAttr) || HTMLTablePartElement::hasLegalLinkAttribute(name); hasLegalLinkAttribute 62 Source/core/html/HTMLTableCellElement.h virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE; hasLegalLinkAttribute 541 Source/core/html/HTMLTableElement.cpp return name == backgroundAttr || HTMLElement::hasLegalLinkAttribute(name); hasLegalLinkAttribute 78 Source/core/html/HTMLTableElement.h virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE; hasLegalLinkAttribute 49 Source/core/html/HTMLTableRowElement.cpp return name == backgroundAttr || HTMLTablePartElement::hasLegalLinkAttribute(name); hasLegalLinkAttribute 51 Source/core/html/HTMLTableRowElement.h virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE; hasLegalLinkAttribute 237 Source/core/html/forms/ImageInputType.cpp return name == srcAttr || BaseButtonInputType::hasLegalLinkAttribute(name); hasLegalLinkAttribute 64 Source/core/html/forms/ImageInputType.h virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE; hasLegalLinkAttribute 194 Source/core/html/forms/InputType.h virtual bool hasLegalLinkAttribute(const QualifiedName&) const; hasLegalLinkAttribute 319 Source/web/WebPageSerializerImpl.cpp if (element->hasLegalLinkAttribute(attrName)) {