Home
last modified time | relevance | path

Searched defs:isPresentationAttribute (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTablePartElement.cpp43 bool HTMLTablePartElement::isPresentationAttribute(const QualifiedName& name) const in isPresentationAttribute() function in blink::HTMLTablePartElement
DHTMLMarqueeElement.cpp65 bool HTMLMarqueeElement::isPresentationAttribute(const QualifiedName& name) const in isPresentationAttribute() function in blink::HTMLMarqueeElement
DHTMLFontElement.cpp176 bool HTMLFontElement::isPresentationAttribute(const QualifiedName& name) const in isPresentationAttribute() function in blink::HTMLFontElement
DHTMLDialogElement.cpp187 bool HTMLDialogElement::isPresentationAttribute(const QualifiedName& name) const in isPresentationAttribute() function in blink::HTMLDialogElement
DHTMLEmbedElement.cpp71 bool HTMLEmbedElement::isPresentationAttribute(const QualifiedName& name) const in isPresentationAttribute() function in blink::HTMLEmbedElement
DHTMLTableCellElement.cpp81 bool HTMLTableCellElement::isPresentationAttribute(const QualifiedName& name) const in isPresentationAttribute() function in blink::HTMLTableCellElement
DHTMLButtonElement.cpp85 bool HTMLButtonElement::isPresentationAttribute(const QualifiedName& name) const in isPresentationAttribute() function in blink::HTMLButtonElement
DHTMLBodyElement.cpp56 bool HTMLBodyElement::isPresentationAttribute(const QualifiedName& name) const in isPresentationAttribute() function in blink::HTMLBodyElement
DHTMLVideoElement.cpp107 bool HTMLVideoElement::isPresentationAttribute(const QualifiedName& name) const in isPresentationAttribute() function in blink::HTMLVideoElement
DHTMLObjectElement.cpp83 bool HTMLObjectElement::isPresentationAttribute(const QualifiedName& name) const in isPresentationAttribute() function in blink::HTMLObjectElement
DHTMLTableElement.cpp341 bool HTMLTableElement::isPresentationAttribute(const QualifiedName& name) const in isPresentationAttribute() function in blink::HTMLTableElement
DHTMLPlugInElement.cpp301 bool HTMLPlugInElement::isPresentationAttribute(const QualifiedName& name) const in isPresentationAttribute() function in blink::HTMLPlugInElement
DHTMLTextAreaElement.cpp128 bool HTMLTextAreaElement::isPresentationAttribute(const QualifiedName& name) const in isPresentationAttribute() function in blink::HTMLTextAreaElement
DHTMLImageElement.cpp150 bool HTMLImageElement::isPresentationAttribute(const QualifiedName& name) const in isPresentationAttribute() function in blink::HTMLImageElement
DHTMLElement.cpp149 bool HTMLElement::isPresentationAttribute(const QualifiedName& name) const in isPresentationAttribute() function in blink::HTMLElement
DHTMLSelectElement.cpp316 bool HTMLSelectElement::isPresentationAttribute(const QualifiedName& name) const in isPresentationAttribute() function in blink::HTMLSelectElement
DHTMLInputElement.cpp589 bool HTMLInputElement::isPresentationAttribute(const QualifiedName& name) const in isPresentationAttribute() function in blink::HTMLInputElement
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGForeignObjectElement.cpp67 bool SVGForeignObjectElement::isPresentationAttribute(const QualifiedName& name) const in isPresentationAttribute() function in blink::SVGForeignObjectElement
DSVGImageElement.cpp86 bool SVGImageElement::isPresentationAttribute(const QualifiedName& name) const in isPresentationAttribute() function in blink::SVGImageElement
DSVGTextContentElement.cpp207 bool SVGTextContentElement::isPresentationAttribute(const QualifiedName& name) const in isPresentationAttribute() function in blink::SVGTextContentElement
DSVGSVGElement.cpp256 bool SVGSVGElement::isPresentationAttribute(const QualifiedName& name) const in isPresentationAttribute() function in blink::SVGSVGElement
DSVGElement.cpp707 bool SVGElement::isPresentationAttribute(const QualifiedName& name) const in isPresentationAttribute() function in blink::SVGElement
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h264 virtual bool isPresentationAttribute(const QualifiedName&) const { return false; } in isPresentationAttribute() function