Searched refs:prepareScript (Results 1 – 6 of 6) sorted by relevance
79 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
44 …bool prepareScript(const TextPosition1& scriptStartPosition = TextPosition1::minimumPosition(), Le…
594 …bool successfullyPrepared = scriptElement->prepareScript(m_scriptStartPosition, ScriptElement::All… in parseEndElement()
890 …bool successfullyPrepared = scriptElement->prepareScript(m_scriptStartPosition, ScriptElement::All… in endElementNs()
294 scriptElement->prepareScript(scriptStartPosition); in runScript()
525 Frequent crashes beneath WebCore::ScriptElement::prepareScript44229 (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 …]