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

/external/webkit/Source/WebCore/dom/
H A DScriptElement.h65 bool alreadyStarted() const { return m_alreadyStarted; } function in class:WebCore::ScriptElement
H A DScriptElement.cpp55 ScriptElement::ScriptElement(Element* element, bool parserInserted, bool alreadyStarted) argument
60 , m_alreadyStarted(alreadyStarted)
/external/webkit/Source/WebCore/html/
H A DHTMLScriptElement.cpp39 inline HTMLScriptElement::HTMLScriptElement(const QualifiedName& tagName, Document* document, bool wasInsertedByParser, bool alreadyStarted) argument
41 , ScriptElement(this, wasInsertedByParser, alreadyStarted)
221 return adoptRef(new HTMLScriptElement(tagQName(), document(), false, alreadyStarted()));
/external/webkit/Source/WebCore/svg/
H A DSVGScriptElement.cpp38 inline SVGScriptElement::SVGScriptElement(const QualifiedName& tagName, Document* document, bool wasInsertedByParser, bool alreadyStarted) argument
40 , ScriptElement(this, wasInsertedByParser, alreadyStarted)
254 return adoptRef(new SVGScriptElement(tagQName(), document(), false, alreadyStarted()));

Completed in 73 milliseconds