Home
last modified time | relevance | path

Searched refs:WorkerGlobalScope (Results 1 – 25 of 105) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerGlobalScope.cpp68 WorkerGlobalScope* workerGlobalScope = toWorkerGlobalScope(context); in performTask()
76 WorkerGlobalScope::WorkerGlobalScope(const KURL& url, const String& userAgent, WorkerThread* thread… in WorkerGlobalScope() function in WebCore::WorkerGlobalScope
96 WorkerGlobalScope::~WorkerGlobalScope() in ~WorkerGlobalScope()
109 void WorkerGlobalScope::applyContentSecurityPolicyFromString(const String& policy, ContentSecurityP… in applyContentSecurityPolicyFromString()
115 ExecutionContext* WorkerGlobalScope::executionContext() const in executionContext()
117 return const_cast<WorkerGlobalScope*>(this); in executionContext()
120 const KURL& WorkerGlobalScope::virtualURL() const in virtualURL()
125 KURL WorkerGlobalScope::virtualCompleteURL(const String& url) const in virtualCompleteURL()
130 KURL WorkerGlobalScope::completeURL(const String& url) const in completeURL()
140 String WorkerGlobalScope::userAgent(const KURL&) const in userAgent()
[all …]
DWorkerGlobalScope.h61 …class WorkerGlobalScope : public RefCounted<WorkerGlobalScope>, public ScriptWrappable, public Sec…
62 REFCOUNTED_EVENT_TARGET(WorkerGlobalScope);
64 virtual ~WorkerGlobalScope();
89 WorkerGlobalScope* self() { return this; } in self()
122 Observer(WorkerGlobalScope*);
127 WorkerGlobalScope* m_context;
144WorkerGlobalScope(const KURL&, const String& userAgent, WorkerThread*, double timeOrigin, PassOwnP…
186 DEFINE_TYPE_CASTS(WorkerGlobalScope, ExecutionContext, context, context->isWorkerGlobalScope(), con…
DWorkerRunLoop.h44 class WorkerGlobalScope; variable
53 void run(WorkerGlobalScope*);
58 …MessageQueueWaitResult runInMode(WorkerGlobalScope*, const String& mode, WaitMode = WaitForMessage…
81 MessageQueueWaitResult runInMode(WorkerGlobalScope*, const ModePredicate&, WaitMode);
85 void runCleanupTasks(WorkerGlobalScope*);
DWorkerGlobalScope.idl29 GlobalContext=WorkerGlobalScope,
30 ] interface WorkerGlobalScope : EventTarget {
32 // WorkerGlobalScope
33 [Replaceable] readonly attribute WorkerGlobalScope self;
48 WorkerGlobalScope implements ImageBitmapFactories;
49 WorkerGlobalScope implements WindowBase64;
50 WorkerGlobalScope implements WindowTimers;
DWorkerSupplementable.h35 class WorkerGlobalScope; variable
37 typedef Supplementable<WorkerGlobalScope> WorkerSupplementable;
38 typedef Supplement<WorkerGlobalScope> WorkerSupplement;
DWorkerThread.h42 class WorkerGlobalScope; variable
72 …virtual PassRefPtr<WorkerGlobalScope> createWorkerGlobalScope(PassOwnPtr<WorkerThreadStartupData>)…
77 WorkerGlobalScope* workerGlobalScope() { return m_workerGlobalScope.get(); } in workerGlobalScope()
90 RefPtr<WorkerGlobalScope> m_workerGlobalScope;
DWorkerRunLoop.cpp54 WorkerGlobalScope* workerGlobalScope = toWorkerGlobalScope(context); in performTask()
135 RunLoopSetup(WorkerRunLoop& runLoop, WorkerGlobalScope* context) in RunLoopSetup()
154 WorkerGlobalScope* m_context;
157 void WorkerRunLoop::run(WorkerGlobalScope* context) in run()
168 MessageQueueWaitResult WorkerRunLoop::runInMode(WorkerGlobalScope* context, const String& mode, Wai… in runInMode()
176 MessageQueueWaitResult WorkerRunLoop::runInMode(WorkerGlobalScope* context, const ModePredicate& pr… in runInMode()
232 void WorkerRunLoop::runCleanupTasks(WorkerGlobalScope* context) in runCleanupTasks()
DWorkerConsole.h51 …static PassRefPtr<WorkerConsole> create(WorkerGlobalScope* scope) { return adoptRef(new WorkerCons… in create()
59 explicit WorkerConsole(WorkerGlobalScope*);
64 WorkerGlobalScope* m_scope;
DDedicatedWorkerGlobalScope.h43 class DedicatedWorkerGlobalScope : public WorkerGlobalScope {
45 typedef WorkerGlobalScope Base;
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
DWorkerGlobalScopeNotifications.h38 class WorkerGlobalScope; variable
44 static NotificationCenter* webkitNotifications(WorkerGlobalScope*);
45 static WorkerGlobalScopeNotifications* from(WorkerGlobalScope*);
48 explicit WorkerGlobalScopeNotifications(WorkerGlobalScope*);
53 WorkerGlobalScope* m_context;
DWorkerGlobalScopeNotifications.cpp39 WorkerGlobalScopeNotifications::WorkerGlobalScopeNotifications(WorkerGlobalScope* context) in WorkerGlobalScopeNotifications()
53 WorkerGlobalScopeNotifications* WorkerGlobalScopeNotifications::from(WorkerGlobalScope* context) in from()
63 NotificationCenter* WorkerGlobalScopeNotifications::webkitNotifications(WorkerGlobalScope* context) in webkitNotifications()
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DWorkerGlobalScopeFileSystem.h40 class WorkerGlobalScope; variable
49 …static void webkitRequestFileSystem(WorkerGlobalScope*, int type, long long size, PassOwnPtr<FileS…
50 …static PassRefPtr<DOMFileSystemSync> webkitRequestFileSystemSync(WorkerGlobalScope*, int type, lon…
51 …static void webkitResolveLocalFileSystemURL(WorkerGlobalScope*, const String& url, PassOwnPtr<Entr…
52 …static PassRefPtr<EntrySync> webkitResolveLocalFileSystemSyncURL(WorkerGlobalScope*, const String&…
DWorkerGlobalScopeFileSystem.cpp48 void WorkerGlobalScopeFileSystem::webkitRequestFileSystem(WorkerGlobalScope* worker, int type, long… in webkitRequestFileSystem()
65 …ystemSync> WorkerGlobalScopeFileSystem::webkitRequestFileSystemSync(WorkerGlobalScope* worker, int… in webkitRequestFileSystemSync()
87 void WorkerGlobalScopeFileSystem::webkitResolveLocalFileSystemURL(WorkerGlobalScope* worker, const … in webkitResolveLocalFileSystemURL()
104 …c> WorkerGlobalScopeFileSystem::webkitResolveLocalFileSystemSyncURL(WorkerGlobalScope* worker, con… in webkitResolveLocalFileSystemSyncURL()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DWorkerRuntimeAgent.h39 class WorkerGlobalScope; variable
43 …ptManager* injectedScriptManager, ScriptDebugServer* scriptDebugServer, WorkerGlobalScope* context) in create()
52 void willEvaluateWorkerScript(WorkerGlobalScope*, int workerThreadStartMode);
55 …Agents*, InspectorCompositeState*, InjectedScriptManager*, ScriptDebugServer*, WorkerGlobalScope*);
59 WorkerGlobalScope* m_workerGlobalScope;
DWorkerDebuggerAgent.h39 class WorkerGlobalScope; variable
46 …mentingAgents*, InspectorCompositeState*, WorkerScriptDebugServer*, WorkerGlobalScope*, InjectedSc…
53 …mentingAgents*, InspectorCompositeState*, WorkerScriptDebugServer*, WorkerGlobalScope*, InjectedSc…
63 WorkerGlobalScope* m_inspectedWorkerGlobalScope;
DWorkerInspectorController.h50 class WorkerGlobalScope; variable
57 WorkerInspectorController(WorkerGlobalScope*);
67 friend InstrumentingAgents* instrumentationForWorkerGlobalScope(WorkerGlobalScope*);
69 WorkerGlobalScope* m_workerGlobalScope;
DWorkerInspectorController.cpp62 …explicit PageInspectorProxy(WorkerGlobalScope* workerGlobalScope) : m_workerGlobalScope(workerGlob… in PageInspectorProxy()
70 WorkerGlobalScope* m_workerGlobalScope;
76 WorkerStateClient(WorkerGlobalScope* context) : m_workerGlobalScope(context) { } in WorkerStateClient()
85 WorkerGlobalScope* m_workerGlobalScope;
90 WorkerInspectorController::WorkerInspectorController(WorkerGlobalScope* workerGlobalScope) in WorkerInspectorController()
DWorkerDebuggerAgent.cpp60 RunInspectorCommandsTask(WorkerThread* thread, WorkerGlobalScope* workerGlobalScope) in RunInspectorCommandsTask()
74 WorkerGlobalScope* m_workerGlobalScope;
81 …eState* inspectorState, WorkerScriptDebugServer* scriptDebugServer, WorkerGlobalScope* inspectedWo… in create()
86 …eState* inspectorState, WorkerScriptDebugServer* scriptDebugServer, WorkerGlobalScope* inspectedWo… in WorkerDebuggerAgent()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DWorkerScriptDebugServer.h42 class WorkerGlobalScope; variable
48 WorkerScriptDebugServer(WorkerGlobalScope*, const String&);
61 typedef HashMap<WorkerGlobalScope*, ScriptDebugListener*> ListenersMap;
63 WorkerGlobalScope* m_workerGlobalScope;
DWorkerScriptController.h52 class WorkerGlobalScope; variable
72 explicit WorkerScriptController(WorkerGlobalScope&);
75 WorkerGlobalScope& workerGlobalScope() { return m_workerGlobalScope; } in workerGlobalScope()
116 WorkerGlobalScope& m_workerGlobalScope;
/external/chromium_org/third_party/WebKit/Source/core/loader/
DWorkerThreadableLoader.h48 class WorkerGlobalScope; variable
56 …static void loadResourceSynchronously(WorkerGlobalScope*, const ResourceRequest&, ThreadableLoader…
57 …static PassRefPtr<WorkerThreadableLoader> create(WorkerGlobalScope* workerGlobalScope, ThreadableL… in create()
136 …WorkerThreadableLoader(WorkerGlobalScope*, ThreadableLoaderClient*, const String& taskMode, const …
138 RefPtr<WorkerGlobalScope> m_workerGlobalScope;
/external/chromium_org/third_party/WebKit/Source/modules/performance/
DWorkerGlobalScopePerformance.h43 static WorkerGlobalScopePerformance* from(WorkerGlobalScope*);
45 static WorkerPerformance* performance(WorkerGlobalScope*);
50 WorkerPerformance* getPerformance(WorkerGlobalScope*);
DWorkerGlobalScopePerformance.cpp53 WorkerGlobalScopePerformance* WorkerGlobalScopePerformance::from(WorkerGlobalScope* context) in from()
63 WorkerPerformance* WorkerGlobalScopePerformance::performance(WorkerGlobalScope* context) in performance()
68 WorkerPerformance* WorkerGlobalScopePerformance::getPerformance(WorkerGlobalScope* context) in getPerformance()
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DWorkerGlobalScopeWebDatabase.h41 class WorkerGlobalScope; variable
45 …static PassRefPtr<Database> openDatabase(WorkerGlobalScope*, const String& name, const String& ver…
46 …static PassRefPtr<DatabaseSync> openDatabaseSync(WorkerGlobalScope*, const String& name, const Str…
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DWorkerThreadableWebSocketChannel.h53 class WorkerGlobalScope; variable
60 …static PassRefPtr<WebSocketChannel> create(WorkerGlobalScope* workerGlobalScope, WebSocketChannelC… in create()
134 …dableWebSocketChannelClientWrapper> workerClientWrapper, PassRefPtr<WorkerGlobalScope> workerGloba… in create()
157 …Bridge(PassRefPtr<ThreadableWebSocketChannelClientWrapper>, PassRefPtr<WorkerGlobalScope>, const S…
174 RefPtr<WorkerGlobalScope> m_workerGlobalScope;
180 …WorkerThreadableWebSocketChannel(WorkerGlobalScope*, WebSocketChannelClient*, const String& taskMo…
195 RefPtr<WorkerGlobalScope> m_workerGlobalScope;

12345