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

  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.h 62 class WorkerGlobalScope : public RefCountedWillBeGarbageCollectedFinalized<WorkerGlobalScope>, public SecurityContext, public ExecutionContext, public WillBeHeapSupplementable<WorkerGlobalScope>, public EventTargetWithInlineData, public DOMWindowBase64 {
64 REFCOUNTED_EVENT_TARGET(WorkerGlobalScope);
65 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(WorkerGlobalScope);
67 virtual ~WorkerGlobalScope();
92 // WorkerGlobalScope
93 WorkerGlobalScope* self() { return this; }
134 WorkerGlobalScope(const KURL&, const String& userAgent, WorkerThread*, double timeOrigin, PassOwnPtrWillBeRawPtr<WorkerClients>);
176 DEFINE_TYPE_CASTS(WorkerGlobalScope, ExecutionContext, context, context->isWorkerGlobalScope(), context.isWorkerGlobalScope())
    [all...]
WorkerGlobalScope.cpp 29 #include "core/workers/WorkerGlobalScope.h"
74 WorkerGlobalScope* workerGlobalScope = toWorkerGlobalScope(context);
76 workerGlobalScope->thread()->workerReportingProxy().workerGlobalScopeClosed();
82 WorkerGlobalScope::WorkerGlobalScope(const KURL& url, const String& userAgent, WorkerThread* thread, double timeOrigin, PassOwnPtrWillBeRawPtr<WorkerClients> workerClients)
99 WorkerGlobalScope::~WorkerGlobalScope()
103 void WorkerGlobalScope::applyContentSecurityPolicyFromString(const String& policy, ContentSecurityPolicyHeaderType contentSecurityPolicyType)
112 ExecutionContext* WorkerGlobalScope::executionContext() cons
    [all...]

Completed in 58 milliseconds