Home
last modified time | relevance | path

Searched refs:scriptContext (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/workers/
DWorkerMessagingProxy.cpp59 virtual void performTask(ScriptExecutionContext* scriptContext) in performTask() argument
61 ASSERT(scriptContext->isWorkerContext()); in performTask()
62 DedicatedWorkerContext* context = static_cast<DedicatedWorkerContext*>(scriptContext); in performTask()
65 port = MessagePort::create(*scriptContext); in performTask()
92 virtual void performTask(ScriptExecutionContext* scriptContext) in performTask() argument
100 port = MessagePort::create(*scriptContext); in performTask()
DDefaultSharedWorkerRepository.cpp106 virtual void performTask(ScriptExecutionContext* scriptContext) in performTask() argument
108 RefPtr<MessagePort> port = MessagePort::create(*scriptContext); in performTask()
110 ASSERT(scriptContext->isWorkerContext()); in performTask()
111 WorkerContext* workerContext = static_cast<WorkerContext*>(scriptContext); in performTask()
/external/webkit/WebCore/bindings/v8/custom/
DV8DOMWindowCustom.cpp75 …ScriptExecutionContext* scriptContext = static_cast<ScriptExecutionContext*>(imp->frame()->documen… in WindowSetTimeoutImpl() local
91 … id = DOMTimer::install(scriptContext, new ScheduledAction(functionString), timeout, singleShot); in WindowSetTimeoutImpl()
107 id = DOMTimer::install(scriptContext, action, timeout, singleShot); in WindowSetTimeoutImpl()
/external/webkit/WebCore/
DChangeLog-2007-10-1422096 (WebCore::InspectorController::scriptContext):