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

  /external/webkit/WebCore/workers/
SharedWorker.cpp 35 #include "SharedWorker.h"
44 SharedWorker::SharedWorker(const String& url, const String& name, ScriptExecutionContext* context, ExceptionCode& ec)
58 SharedWorker::~SharedWorker()
SharedWorker.h 43 class SharedWorker : public AbstractWorker {
45 static PassRefPtr<SharedWorker> create(const String& url, const String& name, ScriptExecutionContext* context, ExceptionCode& ec)
47 return adoptRef(new SharedWorker(url, name, context, ec));
49 ~SharedWorker();
52 virtual SharedWorker* toSharedWorker() { return this; }
55 SharedWorker(const String& url, const String& name, ScriptExecutionContext*, ExceptionCode&);

Completed in 33 milliseconds