Lines Matching refs:HTMLStyleElement
25 #include "HTMLStyleElement.h"
35 HTMLStyleElement::HTMLStyleElement(const QualifiedName& tagName, Document* doc, bool createdByParser)
44 void HTMLStyleElement::parseMappedAttribute(MappedAttribute *attr)
54 void HTMLStyleElement::finishParsingChildren()
62 void HTMLStyleElement::insertedIntoDocument()
71 void HTMLStyleElement::removedFromDocument()
78 void HTMLStyleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
85 StyleSheet* HTMLStyleElement::sheet()
90 bool HTMLStyleElement::isLoading() const
99 bool HTMLStyleElement::sheetLoaded()
108 bool HTMLStyleElement::disabled() const
113 void HTMLStyleElement::setDisabled(bool disabled)
118 const AtomicString& HTMLStyleElement::media() const
123 void HTMLStyleElement::setMedia(const AtomicString &value)
128 const AtomicString& HTMLStyleElement::type() const
133 void HTMLStyleElement::setType(const AtomicString &value)
138 void HTMLStyleElement::addSubresourceAttributeURLs(ListHashSet<KURL>& urls) const
142 if (StyleSheet* styleSheet = const_cast<HTMLStyleElement*>(this)->sheet())