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

123

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLUListElement.cpp41 bool HTMLUListElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLUListElement
45 return HTMLElement::isPresentationAttribute(name);
H A DHTMLPreElement.cpp44 bool HTMLPreElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLPreElement
48 return HTMLElement::isPresentationAttribute(name);
H A DHTMLFontElement.h40 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLHRElement.h39 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLPreElement.h37 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLTablePartElement.h42 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLUListElement.h37 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLBRElement.cpp43 bool HTMLBRElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLBRElement
47 return HTMLElement::isPresentationAttribute(name);
H A DHTMLBRElement.h40 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLLIElement.h38 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLOListElement.h56 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLOListElement.cpp48 bool HTMLOListElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLOListElement
52 return HTMLElement::isPresentationAttribute(name);
H A DHTMLTableColElement.cpp46 bool HTMLTableColElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLTableColElement
50 return HTMLTablePartElement::isPresentationAttribute(name);
H A DHTMLDialogElement.h66 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLEmbedElement.h40 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLIFrameElement.h39 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLMarqueeElement.h62 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLTableColElement.h46 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
H A DHTMLHRElement.cpp44 bool HTMLHRElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLHRElement
48 return HTMLElement::isPresentationAttribute(name);
H A DHTMLLIElement.cpp44 bool HTMLLIElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLLIElement
48 return HTMLElement::isPresentationAttribute(name);
H A DHTMLTablePartElement.cpp43 bool HTMLTablePartElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLTablePartElement
47 return HTMLElement::isPresentationAttribute(name);
H A DHTMLDialogElement.cpp185 bool HTMLDialogElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLDialogElement
192 return HTMLElement::isPresentationAttribute(name);
H A DHTMLFontElement.cpp177 bool HTMLFontElement::isPresentationAttribute(const QualifiedName& name) const
181 return HTMLElement::isPresentationAttribute(name);
H A DHTMLIFrameElement.cpp46 bool HTMLIFrameElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLIFrameElement
50 return HTMLFrameElementBase::isPresentationAttribute(name);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGForeignObjectElement.h45 virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;

Completed in 152 milliseconds

123