Searched refs:collectStyleForPresentationAttribute (Results 1 - 25 of 60) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLPreElement.cpp53 void HTMLPreElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) function in class:WebCore::HTMLPreElement
58 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
H A DHTMLFontElement.h41 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLPreElement.h38 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLTableCaptionElement.h41 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLTablePartElement.h43 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLTableCaptionElement.cpp54 void HTMLTableCaptionElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) function in class:WebCore::HTMLTableCaptionElement
60 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
H A DHTMLUListElement.cpp57 void HTMLUListElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) function in class:WebCore::HTMLUListElement
62 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
H A DHTMLBRElement.h42 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLDivElement.h40 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLHRElement.h41 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLParagraphElement.h39 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLUListElement.h39 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLLIElement.h40 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLTableColElement.h47 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLBRElement.cpp59 void HTMLBRElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) function in class:WebCore::HTMLBRElement
71 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
H A DHTMLDivElement.cpp58 void HTMLDivElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) function in class:WebCore::HTMLDivElement
70 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
H A DHTMLParagraphElement.cpp58 void HTMLParagraphElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) function in class:WebCore::HTMLParagraphElement
70 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
H A DHTMLTableColElement.cpp56 void HTMLTableColElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) function in class:WebCore::HTMLTableColElement
61 HTMLTablePartElement::collectStyleForPresentationAttribute(name, value, style);
H A DHTMLEmbedElement.h39 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLIFrameElement.h42 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLMarqueeElement.h58 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLOListElement.h58 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLOListElement.cpp64 void HTMLOListElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) function in class:WebCore::HTMLOListElement
78 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
H A DHTMLTablePartElement.cpp49 void HTMLTablePartElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) function in class:WebCore::HTMLTablePartElement
83 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
H A DHTMLFontElement.cpp188 void HTMLFontElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
200 HTMLElement::collectStyleForPresentationAttribute(name, value, style);

Completed in 209 milliseconds

123