HomeSort by relevance Sort by last modified time
    Searched defs:hasLegalLinkAttribute (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLModElement.cpp 44 bool HTMLModElement::hasLegalLinkAttribute(const QualifiedName& name) const
46 return name == citeAttr || HTMLElement::hasLegalLinkAttribute(name);
HTMLQuoteElement.cpp 46 bool HTMLQuoteElement::hasLegalLinkAttribute(const QualifiedName& name) const
48 return name == citeAttr || HTMLElement::hasLegalLinkAttribute(name);
HTMLTableRowElement.cpp 49 bool HTMLTableRowElement::hasLegalLinkAttribute(const QualifiedName& name) const
51 return name == backgroundAttr || HTMLTablePartElement::hasLegalLinkAttribute(name);
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);
HTMLScriptElement.cpp 57 bool HTMLScriptElement::hasLegalLinkAttribute(const QualifiedName& name) const
59 return name == srcAttr || HTMLElement::hasLegalLinkAttribute(name);
HTMLTableCellElement.cpp 132 bool HTMLTableCellElement::hasLegalLinkAttribute(const QualifiedName& name) const
134 return (hasTagName(tdTag) && name == backgroundAttr) || HTMLTablePartElement::hasLegalLinkAttribute(name);
HTMLBodyElement.cpp 185 bool HTMLBodyElement::hasLegalLinkAttribute(const QualifiedName& name) const
187 return name == backgroundAttr || HTMLElement::hasLegalLinkAttribute(name);
HTMLAnchorElement.cpp 232 bool HTMLAnchorElement::hasLegalLinkAttribute(const QualifiedName& name) const
234 return name == hrefAttr || HTMLElement::hasLegalLinkAttribute(name);
HTMLObjectElement.cpp 346 bool HTMLObjectElement::hasLegalLinkAttribute(const QualifiedName& name) const
348 return name == classidAttr || name == dataAttr || name == codebaseAttr || HTMLPlugInElement::hasLegalLinkAttribute(name);
HTMLTableElement.cpp 531 bool HTMLTableElement::hasLegalLinkAttribute(const QualifiedName& name) const
533 return name == backgroundAttr || HTMLElement::hasLegalLinkAttribute(name);
HTMLImageElement.cpp 470 bool HTMLImageElement::hasLegalLinkAttribute(const QualifiedName& name) const
472 return name == srcAttr || HTMLElement::hasLegalLinkAttribute(name);
HTMLLinkElement.cpp 397 bool HTMLLinkElement::hasLegalLinkAttribute(const QualifiedName& name) const
399 return name == hrefAttr || HTMLElement::hasLegalLinkAttribute(name);
HTMLFormElement.cpp 577 bool HTMLFormElement::hasLegalLinkAttribute(const QualifiedName& name) const
579 return name == actionAttr || HTMLElement::hasLegalLinkAttribute(name);
HTMLInputElement.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
ImageInputType.cpp 230 bool ImageInputType::hasLegalLinkAttribute(const QualifiedName& name) const
232 return name == srcAttr || BaseButtonInputType::hasLegalLinkAttribute(name);
InputType.cpp 678 bool InputType::hasLegalLinkAttribute(const QualifiedName&) const
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp     [all...]

Completed in 172 milliseconds