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.cpp 29 #include "core/workers/WorkerGlobalScope.h"
68 WorkerGlobalScope* workerGlobalScope = toWorkerGlobalScope(context);
70 workerGlobalScope->thread()->workerReportingProxy().workerGlobalScopeClosed();
76 WorkerGlobalScope::WorkerGlobalScope(const KURL& url, const String& userAgent, WorkerThread* thread, double timeOrigin, PassOwnPtr<WorkerClients> workerClients)
92 // Notify proxy that a new WorkerGlobalScope has been created and started.
96 WorkerGlobalScope::~WorkerGlobalScope()
109 void WorkerGlobalScope::applyContentSecurityPolicyFromString(const String& policy, ContentSecurityPolicy::HeaderType cont (…)
    [all...]
WorkerGlobalScope.h 61 class WorkerGlobalScope : public RefCounted<WorkerGlobalScope>, public ScriptWrappable, public SecurityContext, public ExecutionContext, public ExecutionContextClient, public WorkerSupplementable, public EventTargetWithInlineData {
62 REFCOUNTED_EVENT_TARGET(WorkerGlobalScope);
64 virtual ~WorkerGlobalScope();
88 // WorkerGlobalScope
89 WorkerGlobalScope* self() { return this; }
122 Observer(WorkerGlobalScope*);
127 WorkerGlobalScope* m_context;
144 WorkerGlobalScope(const KURL&, const String& userAgent, WorkerThread*, double timeOrigin, PassOwnPtr<WorkerClients>);
186 DEFINE_TYPE_CASTS(WorkerGlobalScope, ExecutionContext, context, context->isWorkerGlobalScope(), context.isWorkerGlobalScope())
    [all...]

Completed in 45 milliseconds