Home
last modified time | relevance | path

Searched refs:documentURLForScriptExecution (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
DHTMLScriptRunner.cpp75 static KURL documentURLForScriptExecution(Document* document) in documentURLForScriptExecution() function
102 …return ScriptSourceCode(script.element()->textContent(), documentURLForScriptExecution(m_document)… in sourceFromPendingScript()
306 …ScriptSourceCode sourceCode(script->textContent(), documentURLForScriptExecution(m_document), scri… in runScript()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06132423 (WebCore::documentURLForScriptExecution):
132426 - Use documentURLForScriptExecution
132442 - Use the new fancy documentURLForScriptExecution and executeScript.