HomeSort by relevance Sort by last modified time
    Searched refs:scriptElement (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLScriptRunner.cpp 163 void HTMLScriptRunner::execute(PassRefPtr<Element> scriptElement, const TextPosition& scriptStartPosition)
165 ASSERT(scriptElement);
171 runScript(scriptElement.get(), scriptStartPosition);
HTMLDocumentParser.cpp 251 RefPtr<Element> scriptElement = m_treeBuilder->takeScriptToProcess(scriptStartPosition);
254 m_scriptRunner->execute(scriptElement.release(), scriptStartPosition);
    [all...]

Completed in 547 milliseconds