/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLModElement.cpp | 44 bool HTMLModElement::hasLegalLinkAttribute(const QualifiedName& name) const in hasLegalLinkAttribute() function in blink::HTMLModElement 46 return name == citeAttr || HTMLElement::hasLegalLinkAttribute(name); in hasLegalLinkAttribute()
|
D | HTMLQuoteElement.cpp | 46 bool HTMLQuoteElement::hasLegalLinkAttribute(const QualifiedName& name) const in hasLegalLinkAttribute() function in blink::HTMLQuoteElement 48 return name == citeAttr || HTMLElement::hasLegalLinkAttribute(name); in hasLegalLinkAttribute()
|
D | HTMLTableRowElement.cpp | 49 bool HTMLTableRowElement::hasLegalLinkAttribute(const QualifiedName& name) const in DEFINE_NODE_FACTORY() 51 return name == backgroundAttr || HTMLTablePartElement::hasLegalLinkAttribute(name); in DEFINE_NODE_FACTORY()
|
D | HTMLScriptElement.cpp | 57 bool HTMLScriptElement::hasLegalLinkAttribute(const QualifiedName& name) const in hasLegalLinkAttribute() function in blink::HTMLScriptElement 59 return name == srcAttr || HTMLElement::hasLegalLinkAttribute(name); in hasLegalLinkAttribute()
|
D | HTMLTableCellElement.cpp | 132 bool HTMLTableCellElement::hasLegalLinkAttribute(const QualifiedName& name) const in hasLegalLinkAttribute() function in blink::HTMLTableCellElement 134 …(hasTagName(tdTag) && name == backgroundAttr) || HTMLTablePartElement::hasLegalLinkAttribute(name); in hasLegalLinkAttribute()
|
D | HTMLFrameElementBase.cpp | 200 bool HTMLFrameElementBase::hasLegalLinkAttribute(const QualifiedName& name) const in hasLegalLinkAttribute() function in blink::HTMLFrameElementBase 202 return name == srcAttr || HTMLFrameOwnerElement::hasLegalLinkAttribute(name); in hasLegalLinkAttribute()
|
D | HTMLModElement.h | 40 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
|
D | HTMLTableRowElement.h | 52 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
|
D | HTMLQuoteElement.h | 41 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
|
D | HTMLAppletElement.cpp | 80 bool HTMLAppletElement::hasLegalLinkAttribute(const QualifiedName& name) const in hasLegalLinkAttribute() function in blink::HTMLAppletElement 82 return name == codebaseAttr || HTMLPlugInElement::hasLegalLinkAttribute(name); in hasLegalLinkAttribute()
|
D | HTMLAppletElement.h | 45 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
|
D | HTMLTableCellElement.h | 63 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
|
D | HTMLBodyElement.h | 59 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
|
D | HTMLFrameElementBase.h | 60 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE FINAL;
|
D | HTMLScriptElement.h | 59 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
|
D | HTMLTableElement.h | 81 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
|
D | HTMLAnchorElement.cpp | 232 bool HTMLAnchorElement::hasLegalLinkAttribute(const QualifiedName& name) const in hasLegalLinkAttribute() function in blink::HTMLAnchorElement 234 return name == hrefAttr || HTMLElement::hasLegalLinkAttribute(name); in hasLegalLinkAttribute()
|
D | HTMLAnchorElement.h | 104 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE FINAL;
|
D | HTMLObjectElement.cpp | 346 bool HTMLObjectElement::hasLegalLinkAttribute(const QualifiedName& name) const in hasLegalLinkAttribute() function in blink::HTMLObjectElement 348 …Attr || name == dataAttr || name == codebaseAttr || HTMLPlugInElement::hasLegalLinkAttribute(name); in hasLegalLinkAttribute()
|
D | HTMLBodyElement.cpp | 185 bool HTMLBodyElement::hasLegalLinkAttribute(const QualifiedName& name) const in hasLegalLinkAttribute() function in blink::HTMLBodyElement 187 return name == backgroundAttr || HTMLElement::hasLegalLinkAttribute(name); in hasLegalLinkAttribute()
|
D | HTMLImageElement.h | 120 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
|
D | HTMLObjectElement.h | 90 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
|
D | HTMLFormElement.h | 136 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
D | ImageInputType.cpp | 230 bool ImageInputType::hasLegalLinkAttribute(const QualifiedName& name) const in hasLegalLinkAttribute() function in blink::ImageInputType 232 return name == srcAttr || BaseButtonInputType::hasLegalLinkAttribute(name); in hasLegalLinkAttribute()
|
D | ImageInputType.h | 63 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
|