Searched refs:alreadyStarted (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/svg/ |
D | SVGScriptElement.cpp | 38 …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()
|
D | SVGScriptElement.h | 45 … SVGScriptElement(const QualifiedName&, Document*, bool wasInsertedByParser, bool alreadyStarted);
|
/external/webkit/Source/WebCore/html/ |
D | HTMLScriptElement.cpp | 39 …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()
|
D | HTMLScriptElement.h | 45 … HTMLScriptElement(const QualifiedName&, Document*, bool wasInsertedByParser, bool alreadyStarted);
|
/external/webkit/Source/WebCore/dom/ |
D | ScriptElement.cpp | 55 ScriptElement::ScriptElement(Element* element, bool parserInserted, bool alreadyStarted) in ScriptElement() argument 60 , m_alreadyStarted(alreadyStarted) in ScriptElement()
|
D | ScriptElement.h | 65 bool alreadyStarted() const { return m_alreadyStarted; } in alreadyStarted() function
|