HomeSort by relevance Sort by last modified time
    Searched refs:alreadyStarted (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLScriptElement.h 45 HTMLScriptElement(const QualifiedName&, Document*, bool wasInsertedByParser, bool alreadyStarted);
HTMLScriptElement.cpp 39 inline HTMLScriptElement::HTMLScriptElement(const QualifiedName& tagName, Document* document, bool wasInsertedByParser, bool alreadyStarted)
41 , ScriptElement(this, wasInsertedByParser, alreadyStarted)
221 return adoptRef(new HTMLScriptElement(tagQName(), document(), false, alreadyStarted()));
  /external/webkit/Source/WebCore/svg/
SVGScriptElement.h 45 SVGScriptElement(const QualifiedName&, Document*, bool wasInsertedByParser, bool alreadyStarted);
SVGScriptElement.cpp 38 inline SVGScriptElement::SVGScriptElement(const QualifiedName& tagName, Document* document, bool wasInsertedByParser, bool alreadyStarted)
40 , ScriptElement(this, wasInsertedByParser, alreadyStarted)
254 return adoptRef(new SVGScriptElement(tagQName(), document(), false, alreadyStarted()));
  /external/webkit/Source/WebCore/dom/
ScriptElement.h 65 bool alreadyStarted() const { return m_alreadyStarted; }
ScriptElement.cpp 55 ScriptElement::ScriptElement(Element* element, bool parserInserted, bool alreadyStarted)
60 , m_alreadyStarted(alreadyStarted)

Completed in 172 milliseconds