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

/external/webkit/Source/WebCore/html/
H A DHTMLScriptElement.h32 class HTMLScriptElement : public HTMLElement, public ScriptElement { class in namespace:WebCore
34 static PassRefPtr<HTMLScriptElement> create(const QualifiedName&, Document*, bool wasInsertedByParser);
45 HTMLScriptElement(const QualifiedName&, Document*, bool wasInsertedByParser, bool alreadyStarted);
H A DHTMLScriptElement.cpp24 #include "HTMLScriptElement.h"
39 inline HTMLScriptElement::HTMLScriptElement(const QualifiedName& tagName, Document* document, bool wasInsertedByParser, bool alreadyStarted) function in class:WebCore::HTMLScriptElement
46 PassRefPtr<HTMLScriptElement> HTMLScriptElement::create(const QualifiedName& tagName, Document* document, bool wasInsertedByParser)
48 return adoptRef(new HTMLScriptElement(tagName, document, wasInsertedByParser, false));
51 bool HTMLScriptElement::isURLAttribute(Attribute* attr) const
56 void HTMLScriptElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
62 void HTMLScriptElement::attributeChanged(Attribute* attr, bool preserveDecls)
69 void HTMLScriptElement
[all...]

Completed in 49 milliseconds