Searched refs:hasLegalLinkAttribute (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLModElement.cpp44 bool HTMLModElement::hasLegalLinkAttribute(const QualifiedName& name) const function in class:blink::HTMLModElement
46 return name == citeAttr || HTMLElement::hasLegalLinkAttribute(name);
H A DHTMLQuoteElement.cpp46 bool HTMLQuoteElement::hasLegalLinkAttribute(const QualifiedName& name) const function in class:blink::HTMLQuoteElement
48 return name == citeAttr || HTMLElement::hasLegalLinkAttribute(name);
H A DHTMLModElement.h40 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLTableRowElement.h52 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLQuoteElement.h41 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLAppletElement.h45 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLTableCellElement.h63 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLTableRowElement.cpp49 bool HTMLTableRowElement::hasLegalLinkAttribute(const QualifiedName& name) const function in class:blink::HTMLTableRowElement
51 return name == backgroundAttr || HTMLTablePartElement::hasLegalLinkAttribute(name);
H A DHTMLBodyElement.h59 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLFrameElementBase.h60 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE FINAL;
H A DHTMLScriptElement.h59 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLAppletElement.cpp80 bool HTMLAppletElement::hasLegalLinkAttribute(const QualifiedName& name) const function in class:blink::HTMLAppletElement
82 return name == codebaseAttr || HTMLPlugInElement::hasLegalLinkAttribute(name);
H A DHTMLFrameElementBase.cpp200 bool HTMLFrameElementBase::hasLegalLinkAttribute(const QualifiedName& name) const function in class:blink::HTMLFrameElementBase
202 return name == srcAttr || HTMLFrameOwnerElement::hasLegalLinkAttribute(name);
H A DHTMLScriptElement.cpp57 bool HTMLScriptElement::hasLegalLinkAttribute(const QualifiedName& name) const function in class:blink::HTMLScriptElement
59 return name == srcAttr || HTMLElement::hasLegalLinkAttribute(name);
H A DHTMLTableCellElement.cpp132 bool HTMLTableCellElement::hasLegalLinkAttribute(const QualifiedName& name) const function in class:blink::HTMLTableCellElement
134 return (hasTagName(tdTag) && name == backgroundAttr) || HTMLTablePartElement::hasLegalLinkAttribute(name);
H A DHTMLTableElement.h81 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLAnchorElement.h104 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE FINAL;
H A DHTMLFormElement.h136 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLImageElement.h120 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLLinkElement.h185 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLObjectElement.h90 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLAnchorElement.cpp232 bool HTMLAnchorElement::hasLegalLinkAttribute(const QualifiedName& name) const function in class:blink::HTMLAnchorElement
234 return name == hrefAttr || HTMLElement::hasLegalLinkAttribute(name);
H A DHTMLObjectElement.cpp346 bool HTMLObjectElement::hasLegalLinkAttribute(const QualifiedName& name) const function in class:blink::HTMLObjectElement
348 return name == classidAttr || name == dataAttr || name == codebaseAttr || HTMLPlugInElement::hasLegalLinkAttribute(name);
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DImageInputType.h63 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
H A DImageInputType.cpp230 bool ImageInputType::hasLegalLinkAttribute(const QualifiedName& name) const function in class:blink::ImageInputType
232 return name == srcAttr || BaseButtonInputType::hasLegalLinkAttribute(name);

Completed in 3229 milliseconds

12