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

123

/external/chromium_org/third_party/WebKit/Source/core/html/
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 DHTMLFontElement.h41 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLHRElement.h40 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLPreElement.h38 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLTablePartElement.h42 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLUListElement.h38 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLBRElement.cpp42 bool HTMLBRElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLBRElement
46 return HTMLElement::isPresentationAttribute(name);
H A DHTMLBRElement.h41 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLLIElement.h39 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLOListElement.h57 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLTableColElement.h47 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
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.h67 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLEmbedElement.h41 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLIFrameElement.h41 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLMarqueeElement.h54 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLTableCellElement.h58 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLHRElement.cpp43 bool HTMLHRElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLHRElement
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 DHTMLTablePartElement.cpp43 bool HTMLTablePartElement::isPresentationAttribute(const QualifiedName& name) const function in class:blink::HTMLTablePartElement
47 return HTMLElement::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 DHTMLFontElement.cpp176 bool HTMLFontElement::isPresentationAttribute(const QualifiedName& name) const
180 return HTMLElement::isPresentationAttribute(name);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGForeignObjectElement.h46 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;

Completed in 223 milliseconds

123