Searched refs:wasInsertedByParser (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLScriptElement.h37 static PassRefPtrWillBeRawPtr<HTMLScriptElement> create(Document&, bool wasInsertedByParser, bool alreadyStarted = false);
50 HTMLScriptElement(Document&, bool wasInsertedByParser, bool alreadyStarted);
H A DHTMLScriptElement.cpp41 inline HTMLScriptElement::HTMLScriptElement(Document& document, bool wasInsertedByParser, bool alreadyStarted) argument
43 , m_loader(ScriptLoader::create(this, wasInsertedByParser, alreadyStarted))
47 PassRefPtrWillBeRawPtr<HTMLScriptElement> HTMLScriptElement::create(Document& document, bool wasInsertedByParser, bool alreadyStarted) argument
49 return adoptRefWillBeNoop(new HTMLScriptElement(document, wasInsertedByParser, alreadyStarted));
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGScriptElement.h41 static PassRefPtrWillBeRawPtr<SVGScriptElement> create(Document&, bool wasInsertedByParser);
50 SVGScriptElement(Document&, bool wasInsertedByParser, bool alreadyStarted);
H A DSVGScriptElement.cpp35 inline SVGScriptElement::SVGScriptElement(Document& document, bool wasInsertedByParser, bool alreadyStarted) argument
39 , m_loader(ScriptLoader::create(this, wasInsertedByParser, alreadyStarted))

Completed in 77 milliseconds