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

123

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLPreElement.cpp46 bool HTMLPreElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLPreElement
50 return HTMLElement::isPresentationAttribute(name);
H A DHTMLFontElement.h40 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLPreElement.h37 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLTableCaptionElement.h40 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLTablePartElement.h42 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLTableCaptionElement.cpp47 bool HTMLTableCaptionElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLTableCaptionElement
51 return HTMLElement::isPresentationAttribute(name);
H A DHTMLUListElement.cpp50 bool HTMLUListElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLUListElement
54 return HTMLElement::isPresentationAttribute(name);
H A DHTMLBRElement.h41 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLDivElement.h39 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLHRElement.h40 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLParagraphElement.h38 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLUListElement.h38 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLLIElement.h39 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLTableColElement.h46 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLBRElement.cpp52 bool HTMLBRElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLBRElement
56 return HTMLElement::isPresentationAttribute(name);
H A DHTMLDivElement.cpp51 bool HTMLDivElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLDivElement
55 return HTMLElement::isPresentationAttribute(name);
H A DHTMLParagraphElement.cpp51 bool HTMLParagraphElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLParagraphElement
55 return HTMLElement::isPresentationAttribute(name);
H A DHTMLTableColElement.cpp49 bool HTMLTableColElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLTableColElement
53 return HTMLTablePartElement::isPresentationAttribute(name);
H A DHTMLDialogElement.h52 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLEmbedElement.h38 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLIFrameElement.h41 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLMarqueeElement.h57 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLOListElement.h57 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLDialogElement.cpp127 bool HTMLDialogElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLDialogElement
134 return HTMLElement::isPresentationAttribute(name);
H A DHTMLOListElement.cpp57 bool HTMLOListElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLOListElement
61 return HTMLElement::isPresentationAttribute(name);

Completed in 1194 milliseconds

123