Searched defs:callerURL (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/workers/
H A DDedicatedWorkerContext.cpp74 void DedicatedWorkerContext::importScripts(const Vector<String>& urls, const String& callerURL, int callerLine, ExceptionCode& ec) argument
76 Base::importScripts(urls, callerURL, callerLine, ec);
H A DWorkerContext.cpp191 void WorkerContext::importScripts(const Vector<String>& urls, const String& callerURL, int callerLine, ExceptionCode& ec) argument
194 UNUSED_PARAM(callerURL);
222 scriptExecutionContext()->addMessage(InspectorControllerDestination, JSMessageSource, LogMessageType, LogMessageLevel, "Worker script imported: \"" + *it + "\".", callerLine, callerURL);

Completed in 336 milliseconds