Home | History | Annotate | Download | only in dom

Lines Matching refs:scriptElement

49 #include "ScriptElement.h"
520 ScriptElement* scriptElement = toScriptElement(newElement.get());
521 if (scriptElement)
566 ScriptElement* scriptElement = toScriptElement(element);
567 if (!scriptElement) {
577 if (!scriptElement->shouldExecuteAsJavaScript())
582 String scriptHref = scriptElement->sourceAttributeValue();
585 String scriptCharset = scriptElement->scriptCharset();
597 m_view->frame()->script()->executeScript(ScriptSourceCode(scriptElement->scriptContent(), m_doc->url(), m_scriptStartLine));