HomeSort by relevance Sort by last modified time
    Searched defs:HTMLStyleElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLStyleElement.h 33 class HTMLStyleElement : public HTMLElement, private StyleElement {
35 static PassRefPtr<HTMLStyleElement> create(const QualifiedName&, Document*, bool createdByParser);
36 virtual ~HTMLStyleElement();
46 HTMLStyleElement(const QualifiedName&, Document*, bool createdByParser);
HTMLStyleElement.cpp 25 #include "HTMLStyleElement.h"
38 inline HTMLStyleElement::HTMLStyleElement(const QualifiedName& tagName, Document* document, bool createdByParser)
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::finishParsingChildren(
    [all...]

Completed in 66 milliseconds