Searched defs:isPresentationAttribute (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLBRElement.cpp42 bool HTMLBRElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLBRElement
46 return HTMLElement::isPresentationAttribute(name);
H A DHTMLPreElement.cpp42 bool HTMLPreElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLPreElement
46 return HTMLElement::isPresentationAttribute(name);
H A DHTMLUListElement.cpp40 bool HTMLUListElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLUListElement
44 return HTMLElement::isPresentationAttribute(name);
H A DHTMLHRElement.cpp43 bool HTMLHRElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLHRElement
47 return HTMLElement::isPresentationAttribute(name);
H A DHTMLTablePartElement.cpp43 bool HTMLTablePartElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLTablePartElement
47 return HTMLElement::isPresentationAttribute(name);
H A DHTMLLIElement.cpp43 bool HTMLLIElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLLIElement
47 return HTMLElement::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 DHTMLOListElement.cpp47 bool HTMLOListElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLOListElement
51 return HTMLElement::isPresentationAttribute(name);
H A DHTMLTableColElement.cpp45 bool HTMLTableColElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLTableColElement
49 return HTMLTablePartElement::isPresentationAttribute(name);
H A DHTMLDialogElement.cpp187 bool HTMLDialogElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLDialogElement
194 return HTMLElement::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 DHTMLFrameSetElement.cpp57 bool HTMLFrameSetElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLFrameSetElement
61 return HTMLElement::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 DHTMLBodyElement.cpp56 bool HTMLBodyElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLBodyElement
60 return HTMLElement::isPresentationAttribute(name);
H A DHTMLButtonElement.cpp85 bool HTMLButtonElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLButtonElement
93 return HTMLFormControlElement::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 DHTMLObjectElement.cpp83 bool HTMLObjectElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLObjectElement
87 return HTMLPlugInElement::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 DHTMLPlugInElement.cpp301 bool HTMLPlugInElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLPlugInElement
305 return HTMLFrameOwnerElement::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 DHTMLImageElement.cpp150 bool HTMLImageElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLImageElement
154 return HTMLElement::isPresentationAttribute(name);
H A DHTMLTextAreaElement.cpp128 bool HTMLTextAreaElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLTextAreaElement
138 return HTMLTextFormControlElement::isPresentationAttribute(name);
/external/chromium_org/third_party/WebKit/Source/core/svg/
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);

Completed in 816 milliseconds

12