Home
last modified time | relevance | path

Searched refs:alreadyStarted (Results 1 – 6 of 6) sorted by relevance

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