isPresentationAttribute  989 Source/core/dom/Element.cpp     } else if (isStyledElement() && isPresentationAttribute(name)) {
isPresentationAttribute  279 Source/core/dom/Element.h     virtual bool isPresentationAttribute(const QualifiedName&) const { return false; }
isPresentationAttribute  129 Source/core/dom/PresentationAttributeStyle.cpp         if (!element.isPresentationAttribute(attribute.name()))
isPresentationAttribute   50 Source/core/html/HTMLBRElement.cpp     return HTMLElement::isPresentationAttribute(name);
isPresentationAttribute   40 Source/core/html/HTMLBRElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute   63 Source/core/html/HTMLBodyElement.cpp     return HTMLElement::isPresentationAttribute(name);
isPresentationAttribute   50 Source/core/html/HTMLBodyElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute   93 Source/core/html/HTMLButtonElement.cpp     return HTMLFormControlElement::isPresentationAttribute(name);
isPresentationAttribute   54 Source/core/html/HTMLButtonElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute  195 Source/core/html/HTMLDialogElement.cpp     return HTMLElement::isPresentationAttribute(name);
isPresentationAttribute   67 Source/core/html/HTMLDialogElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute  148 Source/core/html/HTMLElement.cpp     return Element::isPresentationAttribute(name);
isPresentationAttribute  101 Source/core/html/HTMLElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute   75 Source/core/html/HTMLEmbedElement.cpp     return HTMLPlugInElement::isPresentationAttribute(name);
isPresentationAttribute   40 Source/core/html/HTMLEmbedElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute  184 Source/core/html/HTMLFontElement.cpp     return HTMLElement::isPresentationAttribute(name);
isPresentationAttribute   40 Source/core/html/HTMLFontElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute   65 Source/core/html/HTMLFrameSetElement.cpp     return HTMLElement::isPresentationAttribute(name);
isPresentationAttribute   62 Source/core/html/HTMLFrameSetElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute   51 Source/core/html/HTMLHRElement.cpp     return HTMLElement::isPresentationAttribute(name);
isPresentationAttribute   39 Source/core/html/HTMLHRElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute   53 Source/core/html/HTMLIFrameElement.cpp     return HTMLFrameElementBase::isPresentationAttribute(name);
isPresentationAttribute   39 Source/core/html/HTMLIFrameElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute   92 Source/core/html/HTMLImageElement.cpp     return HTMLElement::isPresentationAttribute(name);
isPresentationAttribute  103 Source/core/html/HTMLImageElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute  596 Source/core/html/HTMLInputElement.cpp     return HTMLTextFormControlElement::isPresentationAttribute(name);
isPresentationAttribute  321 Source/core/html/HTMLInputElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE FINAL;
isPresentationAttribute   51 Source/core/html/HTMLLIElement.cpp     return HTMLElement::isPresentationAttribute(name);
isPresentationAttribute   38 Source/core/html/HTMLLIElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute   70 Source/core/html/HTMLMarqueeElement.cpp     return HTMLElement::isPresentationAttribute(name);
isPresentationAttribute   61 Source/core/html/HTMLMarqueeElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute   55 Source/core/html/HTMLOListElement.cpp     return HTMLElement::isPresentationAttribute(name);
isPresentationAttribute   56 Source/core/html/HTMLOListElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute   80 Source/core/html/HTMLObjectElement.cpp     return HTMLPlugInElement::isPresentationAttribute(name);
isPresentationAttribute   72 Source/core/html/HTMLObjectElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute  282 Source/core/html/HTMLPlugInElement.cpp     return HTMLFrameOwnerElement::isPresentationAttribute(name);
isPresentationAttribute   69 Source/core/html/HTMLPlugInElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute   50 Source/core/html/HTMLPreElement.cpp     return HTMLElement::isPresentationAttribute(name);
isPresentationAttribute   37 Source/core/html/HTMLPreElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute  312 Source/core/html/HTMLSelectElement.cpp     return HTMLFormControlElementWithState::isPresentationAttribute(name);
isPresentationAttribute  141 Source/core/html/HTMLSelectElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute   84 Source/core/html/HTMLTableCellElement.cpp     return HTMLTablePartElement::isPresentationAttribute(name);
isPresentationAttribute   57 Source/core/html/HTMLTableCellElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute   53 Source/core/html/HTMLTableColElement.cpp     return HTMLTablePartElement::isPresentationAttribute(name);
isPresentationAttribute   46 Source/core/html/HTMLTableColElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute  353 Source/core/html/HTMLTableElement.cpp     return HTMLElement::isPresentationAttribute(name);
isPresentationAttribute   75 Source/core/html/HTMLTableElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute   46 Source/core/html/HTMLTablePartElement.cpp     return HTMLElement::isPresentationAttribute(name);
isPresentationAttribute   42 Source/core/html/HTMLTablePartElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute  139 Source/core/html/HTMLTextAreaElement.cpp     return HTMLTextFormControlElement::isPresentationAttribute(name);
isPresentationAttribute  106 Source/core/html/HTMLTextAreaElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute   48 Source/core/html/HTMLUListElement.cpp     return HTMLElement::isPresentationAttribute(name);
isPresentationAttribute   37 Source/core/html/HTMLUListElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute  100 Source/core/html/HTMLVideoElement.cpp     return HTMLMediaElement::isPresentationAttribute(name);
isPresentationAttribute   85 Source/core/html/HTMLVideoElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute  157 Source/core/svg/SVGElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute   90 Source/core/svg/SVGImageElement.cpp     return SVGGraphicsElement::isPresentationAttribute(name);
isPresentationAttribute   55 Source/core/svg/SVGImageElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
isPresentationAttribute  215 Source/core/svg/SVGTextContentElement.cpp     return SVGGraphicsElement::isPresentationAttribute(name);
isPresentationAttribute   73 Source/core/svg/SVGTextContentElement.h     virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE FINAL;