Home
last modified time | relevance | path

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

12

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

12