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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLStyleElement.cpp25 #include "core/html/HTMLStyleElement.h"
47 inline HTMLStyleElement::HTMLStyleElement(const QualifiedName& tagName, Document* document, bool createdByParser) function in class:WebCore::HTMLStyleElement
58 HTMLStyleElement::~HTMLStyleElement()
67 PassRefPtr<HTMLStyleElement> HTMLStyleElement::create(const QualifiedName& tagName, Document* document, bool createdByParser)
69 return adoptRef(new HTMLStyleElement(tagName, document, createdByParser));
72 void HTMLStyleElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
87 void HTMLStyleElement
[all...]

Completed in 88 milliseconds