Home
last modified time | relevance | path

Searched refs:toScriptElement (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
DHTMLScriptRunner.cpp137 if (ScriptElement* scriptElement = toScriptElement(element.get())) { in executePendingScriptAndDispatchEvent()
272 CachedScript* cachedScript = toScriptElement(script)->cachedScript().get(); in requestPendingScript()
291 ScriptElement* scriptElement = toScriptElement(script); in runScript()
/external/webkit/Source/WebCore/dom/
DScriptElement.h109 ScriptElement* toScriptElement(Element*);
DScriptRunner.cpp114 toScriptElement(element.get())->execute(cachedScript); in timerFired()
DXMLDocumentParserQt.cpp536 ScriptElement* scriptElement = toScriptElement(newElement.get()); in parseStartElement()
562 …ngPermission == FragmentScriptingNotAllowed && n->isElementNode() && toScriptElement(static_cast<E… in parseEndElement()
584 ScriptElement* scriptElement = toScriptElement(element); in parseEndElement()
DOptionElement.cpp92 if (n->isElementNode() && toScriptElement(static_cast<Element*>(n))) in collectOptionInnerText()
DScriptElement.cpp367 ScriptElement* toScriptElement(Element* element) in toScriptElement() function
DXMLDocumentParser.cpp353 ScriptElement* scriptElement = toScriptElement(e.get()); in notifyFinished()
DXMLDocumentParserLibxml2.cpp821 ScriptElement* scriptElement = toScriptElement(newElement.get()); in startElementNs()
859 …ngPermission == FragmentScriptingNotAllowed && n->isElementNode() && toScriptElement(static_cast<E… in endElementNs()
880 ScriptElement* scriptElement = toScriptElement(element); in endElementNs()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1650430 The Element*->ScriptElement* helper function is already named 'toScriptElement'.
51561 (WebCore::toScriptElement):