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

/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DSharedWorker.cpp33 #include "core/workers/SharedWorker.h"
51 inline SharedWorker::SharedWorker(ExecutionContext* context) function in class:blink::SharedWorker
57 PassRefPtrWillBeRawPtr<SharedWorker> SharedWorker::create(ExecutionContext* context, const String& url, const String& name, ExceptionState& exceptionState)
64 RefPtrWillBeRawPtr<SharedWorker> worker = adoptRefWillBeNoop(new SharedWorker(context));
90 SharedWorker::~SharedWorker()
94 const AtomicString& SharedWorker
[all...]

Completed in 123 milliseconds