Searched refs:toScriptElement (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DScriptElement.h109 ScriptElement* toScriptElement(Element*);
H A DScriptRunner.cpp114 toScriptElement(element.get())->execute(cachedScript);
H A DOptionElement.cpp92 if (n->isElementNode() && toScriptElement(static_cast<Element*>(n)))
H A DXMLDocumentParserQt.cpp536 ScriptElement* scriptElement = toScriptElement(newElement.get());
562 if (m_scriptingPermission == FragmentScriptingNotAllowed && n->isElementNode() && toScriptElement(static_cast<Element*>(n.get()))) {
584 ScriptElement* scriptElement = toScriptElement(element);
H A DScriptElement.cpp367 ScriptElement* toScriptElement(Element* element) function in namespace:WebCore
H A DXMLDocumentParser.cpp353 ScriptElement* scriptElement = toScriptElement(e.get());
H A DXMLDocumentParserLibxml2.cpp821 ScriptElement* scriptElement = toScriptElement(newElement.get());
859 if (m_scriptingPermission == FragmentScriptingNotAllowed && n->isElementNode() && toScriptElement(static_cast<Element*>(n.get()))) {
880 ScriptElement* scriptElement = toScriptElement(element);
/external/webkit/Source/WebCore/html/parser/
H A DHTMLScriptRunner.cpp137 if (ScriptElement* scriptElement = toScriptElement(element.get())) {
272 CachedScript* cachedScript = toScriptElement(script)->cachedScript().get();
291 ScriptElement* scriptElement = toScriptElement(script);

Completed in 100 milliseconds