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

123

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLBodyElement.cpp56 bool HTMLBodyElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLBodyElement
60 return HTMLElement::isPresentationAttribute(name);
H A DHTMLPlugInElement.cpp301 bool HTMLPlugInElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLPlugInElement
305 return HTMLFrameOwnerElement::isPresentationAttribute(name);
H A DHTMLTextAreaElement.cpp128 bool HTMLTextAreaElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLTextAreaElement
138 return HTMLTextFormControlElement::isPresentationAttribute(name);
H A DHTMLSelectElement.h152 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLImageElement.cpp150 bool HTMLImageElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLImageElement
154 return HTMLElement::isPresentationAttribute(name);
H A DHTMLTableElement.cpp341 bool HTMLTableElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLTableElement
345 return HTMLElement::isPresentationAttribute(name);
H A DHTMLInputElement.h294 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE FINAL;
H A DHTMLElement.cpp149 bool HTMLElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLElement
153 return Element::isPresentationAttribute(name);
H A DHTMLInputElement.cpp589 bool HTMLInputElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLInputElement
594 return HTMLTextFormControlElement::isPresentationAttribute(name);
H A DHTMLSelectElement.cpp316 bool HTMLSelectElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLSelectElement
324 return HTMLFormControlElementWithState::isPresentationAttribute(name);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGElement.h204 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DSVGSVGElement.cpp256 bool SVGSVGElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::SVGSVGElement
260 return SVGGraphicsElement::isPresentationAttribute(name);
H A DSVGElement.cpp707 bool SVGElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::SVGElement
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.h264 virtual bool isPresentationAttribute(const QualifiedName&) const { return false; } function in class:blink::Element
H A DElement.cpp960 } else if (isStyledElement() && isPresentationAttribute(name)) {

Completed in 239 milliseconds

123