Searched defs:HTMLStyleElement (Results 1 - 2 of 2) sorted by path

/external/webkit/Source/WebCore/html/
H A DHTMLStyleElement.cpp25 #include "HTMLStyleElement.h"
38 inline HTMLStyleElement::HTMLStyleElement(const QualifiedName& tagName, Document* document, bool createdByParser) function in class:WebCore::HTMLStyleElement
45 HTMLStyleElement::~HTMLStyleElement()
51 PassRefPtr<HTMLStyleElement> HTMLStyleElement::create(const QualifiedName& tagName, Document* document, bool createdByParser)
53 return adoptRef(new HTMLStyleElement(tagName, document, createdByParser));
56 void HTMLStyleElement::parseMappedAttribute(Attribute* attr)
66 void HTMLStyleElement
[all...]
H A DHTMLStyleElement.h33 class HTMLStyleElement : public HTMLElement, private StyleElement { class in namespace:WebCore
35 static PassRefPtr<HTMLStyleElement> create(const QualifiedName&, Document*, bool createdByParser);
36 virtual ~HTMLStyleElement();
46 HTMLStyleElement(const QualifiedName&, Document*, bool createdByParser);

Completed in 113 milliseconds