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

123

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableCaptionElement.cpp42 void HTMLTableCaptionElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) function in class:blink::HTMLTableCaptionElement
48 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
H A DHTMLPreElement.cpp49 void HTMLPreElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) function in class:blink::HTMLPreElement
54 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
H A DHTMLUListElement.cpp47 void HTMLUListElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) function in class:blink::HTMLUListElement
52 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
H A DHTMLDivElement.cpp41 void HTMLDivElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) function in class:blink::HTMLDivElement
53 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
H A DHTMLParagraphElement.cpp41 void HTMLParagraphElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) function in class:blink::HTMLParagraphElement
53 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
H A DHTMLDivElement.h39 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLFontElement.h42 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.h38 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLPreElement.h39 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 DHTMLUListElement.h39 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLBRElement.cpp49 void HTMLBRElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) function in class:blink::HTMLBRElement
61 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
H A DHTMLBRElement.h42 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLLIElement.h40 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLOListElement.h58 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLTableColElement.h48 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLOListElement.cpp54 void HTMLOListElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) function in class:blink::HTMLOListElement
68 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
H A DHTMLTableColElement.cpp52 void HTMLTableColElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) function in class:blink::HTMLTableColElement
57 HTMLTablePartElement::collectStyleForPresentationAttribute(name, value, style);
H A DHTMLEmbedElement.h42 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.h55 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
H A DHTMLTableCellElement.h59 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGForeignObjectElement.h47 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;

Completed in 1506 milliseconds

123