Searched defs:hasLegalLinkAttribute (Results 1 - 18 of 18) sorted by relevance

/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 DHTMLTableRowElement.cpp49 bool HTMLTableRowElement::hasLegalLinkAttribute(const QualifiedName& name) const function in class:blink::HTMLTableRowElement
51 return name == backgroundAttr || HTMLTablePartElement::hasLegalLinkAttribute(name);
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 DHTMLBodyElement.cpp185 bool HTMLBodyElement::hasLegalLinkAttribute(const QualifiedName& name) const function in class:blink::HTMLBodyElement
187 return name == backgroundAttr || HTMLElement::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 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);
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 DHTMLTableElement.cpp531 bool HTMLTableElement::hasLegalLinkAttribute(const QualifiedName& name) const function in class:blink::HTMLTableElement
533 return name == backgroundAttr || HTMLElement::hasLegalLinkAttribute(name);
H A DHTMLImageElement.cpp470 bool HTMLImageElement::hasLegalLinkAttribute(const QualifiedName& name) const function in class:blink::HTMLImageElement
472 return name == srcAttr || HTMLElement::hasLegalLinkAttribute(name);
H A DHTMLLinkElement.cpp397 bool HTMLLinkElement::hasLegalLinkAttribute(const QualifiedName& name) const function in class:blink::HTMLLinkElement
399 return name == hrefAttr || HTMLElement::hasLegalLinkAttribute(name);
H A DHTMLFormElement.cpp577 bool HTMLFormElement::hasLegalLinkAttribute(const QualifiedName& name) const function in class:blink::HTMLFormElement
579 return name == actionAttr || HTMLElement::hasLegalLinkAttribute(name);
H A DHTMLInputElement.cpp1215 bool HTMLInputElement::hasLegalLinkAttribute(const QualifiedName& name) const function in class:blink::HTMLInputElement
1217 return m_inputType->hasLegalLinkAttribute(name) || HTMLTextFormControlElement::hasLegalLinkAttribute(name);
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DImageInputType.cpp230 bool ImageInputType::hasLegalLinkAttribute(const QualifiedName& name) const function in class:blink::ImageInputType
232 return name == srcAttr || BaseButtonInputType::hasLegalLinkAttribute(name);
H A DInputType.cpp678 bool InputType::hasLegalLinkAttribute(const QualifiedName&) const function in class:blink::InputType
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.cpp989 bool Element::hasLegalLinkAttribute(const QualifiedName&) const function in class:Element

Completed in 893 milliseconds