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

123

/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLPreElement.cpp46 bool HTMLPreElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLPreElement
50 return HTMLElement::isPresentationAttribute(name);
H A DHTMLTableCaptionElement.cpp47 bool HTMLTableCaptionElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLTableCaptionElement
51 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 DHTMLUListElement.cpp50 bool HTMLUListElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLUListElement
54 return HTMLElement::isPresentationAttribute(name);
H A DHTMLDivElement.h39 virtual bool isPresentationAttribute(const QualifiedName&) const override;
H A DHTMLHRElement.h38 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 DHTMLBRElement.h41 virtual bool isPresentationAttribute(const QualifiedName&) const override;
H A DHTMLIFrameElement.h43 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.cpp52 bool HTMLParagraphElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLParagraphElement
56 return HTMLElement::isPresentationAttribute(name);
H A DHTMLTableColElement.cpp50 bool HTMLTableColElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLTableColElement
54 return HTMLTablePartElement::isPresentationAttribute(name);
H A DHTMLEmbedElement.h38 virtual bool isPresentationAttribute(const QualifiedName&) const override;
H A DHTMLMarqueeElement.h56 virtual bool isPresentationAttribute(const QualifiedName&) const override;
H A DHTMLOListElement.h57 virtual bool isPresentationAttribute(const QualifiedName&) const override;
H A DHTMLTableCellElement.h56 virtual bool isPresentationAttribute(const QualifiedName&) const override;
H A DHTMLIFrameElement.cpp51 bool HTMLIFrameElement::isPresentationAttribute(const QualifiedName& name) const function in class:WebCore::HTMLIFrameElement
55 return HTMLFrameElementBase::isPresentationAttribute(name);
/macosx-10.10/WebCore-7600.1.25/mathml/
H A DMathMLMencloseElement.h45 virtual bool isPresentationAttribute(const QualifiedName&) const override;

Completed in 382 milliseconds

123