Searched refs:isPresentationAttribute (Results 51 - 70 of 70) sorted by relevance

123

/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLVideoElement.cpp99 bool HTMLVideoElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLVideoElement
103 return HTMLMediaElement::isPresentationAttribute(name);
H A DHTMLElement.h115 virtual bool isPresentationAttribute(const QualifiedName&) const override;
H A DHTMLSelectElement.h137 virtual bool isPresentationAttribute(const QualifiedName&) const override;
H A DHTMLBodyElement.cpp64 bool HTMLBodyElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLBodyElement
68 return HTMLElement::isPresentationAttribute(name);
H A DHTMLImageElement.cpp93 bool HTMLImageElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLImageElement
97 return HTMLElement::isPresentationAttribute(name);
H A DHTMLObjectElement.cpp93 bool HTMLObjectElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLObjectElement
97 return HTMLPlugInImageElement::isPresentationAttribute(name);
H A DHTMLTextAreaElement.cpp143 bool HTMLTextAreaElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLTextAreaElement
153 return HTMLTextFormControlElement::isPresentationAttribute(name);
H A DHTMLTableElement.cpp359 bool HTMLTableElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLTableElement
363 return HTMLElement::isPresentationAttribute(name);
H A DHTMLInputElement.h372 virtual bool isPresentationAttribute(const QualifiedName&) const override;
H A DHTMLElement.cpp158 bool HTMLElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLElement
162 return StyledElement::isPresentationAttribute(name);
H A DHTMLInputElement.cpp583 bool HTMLInputElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLInputElement
587 return HTMLTextFormControlElement::isPresentationAttribute(name);
H A DHTMLSelectElement.cpp285 bool HTMLSelectElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLSelectElement
293 return HTMLFormControlElementWithState::isPresentationAttribute(name);
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGImageElement.cpp90 bool SVGImageElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::SVGImageElement
94 return SVGGraphicsElement::isPresentationAttribute(name);
H A DSVGTextContentElement.cpp223 bool SVGTextContentElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::SVGTextContentElement
227 return SVGGraphicsElement::isPresentationAttribute(name);
H A DSVGSVGElement.h136 virtual bool isPresentationAttribute(const QualifiedName&) const override;
H A DSVGElement.h169 virtual bool isPresentationAttribute(const QualifiedName&) const override;
H A DSVGSVGElement.cpp273 bool SVGSVGElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::SVGSVGElement
277 return SVGGraphicsElement::isPresentationAttribute(name);
H A DSVGElement.cpp971 bool SVGElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::SVGElement
975 return StyledElement::isPresentationAttribute(name);
/macosx-10.10/WebCore-7600.1.25/mathml/
H A DMathMLElement.cpp224 bool MathMLElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::MathMLElement
228 return StyledElement::isPresentationAttribute(name);
258 ASSERT(!isPresentationAttribute(name));
/macosx-10.10/WebCore-7600.1.25/dom/
H A DStyledElement.cpp157 else if (isPresentationAttribute(name)) {
290 if (!isPresentationAttribute(attribute.name()))

Completed in 269 milliseconds

123