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

123

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLBodyElement.h52 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLButtonElement.h57 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLFrameSetElement.h64 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLButtonElement.cpp85 bool HTMLButtonElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLButtonElement
93 return HTMLFormControlElement::isPresentationAttribute(name);
H A DHTMLEmbedElement.cpp71 bool HTMLEmbedElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLEmbedElement
75 return HTMLPlugInElement::isPresentationAttribute(name);
H A DHTMLIFrameElement.cpp47 bool HTMLIFrameElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLIFrameElement
51 return HTMLFrameElementBase::isPresentationAttribute(name);
H A DHTMLMarqueeElement.cpp65 bool HTMLMarqueeElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLMarqueeElement
69 return HTMLElement::isPresentationAttribute(name);
H A DHTMLTableCellElement.cpp81 bool HTMLTableCellElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLTableCellElement
85 return HTMLTablePartElement::isPresentationAttribute(name);
H A DHTMLTableElement.h78 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLVideoElement.h98 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLFrameSetElement.cpp57 bool HTMLFrameSetElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLFrameSetElement
61 return HTMLElement::isPresentationAttribute(name);
H A DHTMLVideoElement.cpp107 bool HTMLVideoElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLVideoElement
111 return HTMLMediaElement::isPresentationAttribute(name);
H A DHTMLElement.h113 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLImageElement.h111 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLObjectElement.h78 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLPlugInElement.h76 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLTextAreaElement.h113 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLObjectElement.cpp83 bool HTMLObjectElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLObjectElement
87 return HTMLPlugInElement::isPresentationAttribute(name);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGImageElement.h56 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DSVGTextContentElement.h72 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE FINAL;
H A DSVGForeignObjectElement.cpp67 bool SVGForeignObjectElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::SVGForeignObjectElement
71 return SVGGraphicsElement::isPresentationAttribute(name);
H A DSVGImageElement.cpp86 bool SVGImageElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::SVGImageElement
90 return SVGGraphicsElement::isPresentationAttribute(name);
H A DSVGTextContentElement.cpp207 bool SVGTextContentElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::SVGTextContentElement
211 return SVGGraphicsElement::isPresentationAttribute(name);
H A DSVGSVGElement.h127 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPresentationAttributeStyle.cpp132 if (!element.isPresentationAttribute(it->name()))

Completed in 894 milliseconds

123