toScriptLoaderIfPossible  105 Source/core/dom/ScriptLoader.h ScriptLoader* toScriptLoaderIfPossible(Element*);
toScriptLoaderIfPossible  136 Source/core/dom/ScriptRunner.cpp         toScriptLoaderIfPossible(element.get())->execute(resource);
toScriptLoaderIfPossible  351 Source/core/html/HTMLOptionElement.cpp         if (node->isElementNode() && toScriptLoaderIfPossible(toElement(node)))
toScriptLoaderIfPossible  277 Source/core/html/parser/HTMLConstructionSite.cpp     ASSERT(scriptingContentIsAllowed(m_parserContentPolicy) || !prpChild.get()->isElementNode() || !toScriptLoaderIfPossible(toElement(prpChild.get())));
toScriptLoaderIfPossible  658 Source/core/html/parser/HTMLConstructionSite.cpp     if (scriptingContentIsAllowed(m_parserContentPolicy) || !toScriptLoaderIfPossible(element.get()))
toScriptLoaderIfPossible  146 Source/core/html/parser/HTMLScriptRunner.cpp     if (ScriptLoader* scriptLoader = toScriptLoaderIfPossible(element.get())) {
toScriptLoaderIfPossible  276 Source/core/html/parser/HTMLScriptRunner.cpp     ScriptResource* resource = toScriptLoaderIfPossible(script)->resource().get();
toScriptLoaderIfPossible  292 Source/core/html/parser/HTMLScriptRunner.cpp         ScriptLoader* scriptLoader = toScriptLoaderIfPossible(script);
toScriptLoaderIfPossible  459 Source/core/xml/parser/XMLDocumentParser.cpp     ScriptLoader* scriptLoader = toScriptLoaderIfPossible(e.get());
toScriptLoaderIfPossible  966 Source/core/xml/parser/XMLDocumentParser.cpp     ScriptLoader* scriptLoader = toScriptLoaderIfPossible(newElement.get());
toScriptLoaderIfPossible 1004 Source/core/xml/parser/XMLDocumentParser.cpp     if (!scriptingContentIsAllowed(parserContentPolicy()) && n->isElementNode() && toScriptLoaderIfPossible(toElement(n))) {
toScriptLoaderIfPossible 1024 Source/core/xml/parser/XMLDocumentParser.cpp     ScriptLoader* scriptLoader = toScriptLoaderIfPossible(element);