HomeSort by relevance Sort by last modified time
    Searched refs:hasLegalLinkAttribute (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLModElement.h 39 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
HTMLQuoteElement.h 40 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
HTMLModElement.cpp 45 bool HTMLModElement::hasLegalLinkAttribute(const QualifiedName& name) const
47 return name == citeAttr || HTMLElement::hasLegalLinkAttribute(name);
HTMLQuoteElement.cpp 48 bool HTMLQuoteElement::hasLegalLinkAttribute(const QualifiedName& name) const
50 return name == citeAttr || HTMLElement::hasLegalLinkAttribute(name);
HTMLTableRowElement.h 52 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
HTMLAppletElement.h 44 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
HTMLBodyElement.h 58 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
HTMLTableCellElement.h 62 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
HTMLScriptElement.cpp 56 bool HTMLScriptElement::hasLegalLinkAttribute(const QualifiedName& name) const
58 return name == srcAttr || HTMLElement::hasLegalLinkAttribute(name);
HTMLTableRowElement.cpp 49 bool HTMLTableRowElement::hasLegalLinkAttribute(const QualifiedName& name) const
51 return name == backgroundAttr || HTMLTablePartElement::hasLegalLinkAttribute(name);
HTMLFrameElementBase.h 63 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE FINAL;
HTMLScriptElement.h 57 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
HTMLAppletElement.cpp 80 bool HTMLAppletElement::hasLegalLinkAttribute(const QualifiedName& name) const
82 return name == codebaseAttr || HTMLPlugInElement::hasLegalLinkAttribute(name);
HTMLFrameElementBase.cpp 200 bool HTMLFrameElementBase::hasLegalLinkAttribute(const QualifiedName& name) const
202 return name == srcAttr || HTMLFrameOwnerElement::hasLegalLinkAttribute(name);
HTMLTableCellElement.cpp 128 bool HTMLTableCellElement::hasLegalLinkAttribute(const QualifiedName& name) const
130 return (hasLocalName(tdTag) && name == backgroundAttr) || HTMLTablePartElement::hasLegalLinkAttribute(name);
HTMLAnchorElement.h 100 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE FINAL;
HTMLTableElement.h 81 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
HTMLFormElement.h 134 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
HTMLImageElement.h 122 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
HTMLObjectElement.h 90 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
HTMLLinkElement.h 183 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
HTMLAnchorElement.cpp 258 bool HTMLAnchorElement::hasLegalLinkAttribute(const QualifiedName& name) const
260 return name == hrefAttr || HTMLElement::hasLegalLinkAttribute(name);
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
ImageInputType.h 64 virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
ImageInputType.cpp 235 bool ImageInputType::hasLegalLinkAttribute(const QualifiedName& name) const
237 return name == srcAttr || BaseButtonInputType::hasLegalLinkAttribute(name);
InputType.h 192 virtual bool hasLegalLinkAttribute(const QualifiedName&) const;

Completed in 210 milliseconds

1 2