Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DScriptElement.cpp79 prepareScript(); // FIXME: Provide a real starting line number here. in insertedIntoDocument()
91 prepareScript(); // FIXME: Provide a real starting line number here. in childrenChanged()
99 prepareScript(); // FIXME: Provide a real starting line number here. in handleSourceAttribute()
158 bool ScriptElement::prepareScript(const TextPosition1& scriptStartPosition, LegacyTypeSupport suppo… in prepareScript() function in WebCore::ScriptElement
DScriptElement.h44 …bool prepareScript(const TextPosition1& scriptStartPosition = TextPosition1::minimumPosition(), Le…
DXMLDocumentParserQt.cpp594 …bool successfullyPrepared = scriptElement->prepareScript(m_scriptStartPosition, ScriptElement::All… in parseEndElement()
DXMLDocumentParserLibxml2.cpp890 …bool successfullyPrepared = scriptElement->prepareScript(m_scriptStartPosition, ScriptElement::All… in endElementNs()
/external/webkit/Source/WebCore/html/parser/
DHTMLScriptRunner.cpp294 scriptElement->prepareScript(scriptStartPosition); in runScript()
/external/webkit/Source/WebCore/
DChangeLog525 Frequent crashes beneath WebCore::ScriptElement::prepareScript
44229 (WebCore::ScriptElement::prepareScript): Added support for forceAsync.
63713 …This implements the "prepare a script" section of the HTML5 spec in ScriptElement::prepareScript().
63730 (WebCore::ScriptElement::insertedIntoDocument): Logic moved to prepareScript.
63731 (WebCore::ScriptElement::childrenChanged): Logic moved to prepareScript.
63732 (WebCore::ScriptElement::handleSourceAttribute): Logic moved to prepareScript.
63735 …(WebCore::ScriptElement::prepareScript): START HERE. Main change. Should read exactly like HTML5's…
63736 …(WebCore::ScriptElement::requestScript): Most logic moved to prepareScript. Check security setting…
63737 …Script): Combined evaluateScript() and executeScript() from old code. Logic moved to prepareScript.
63748 …(WebCore::ScriptElement::cachedScript): prepareScript() is the only place that should load scripts…
[all …]