HomeSort by relevance Sort by last modified time
    Searched refs:WorkerGlobalScopeProxy (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScopeProxy.h 45 class WorkerGlobalScopeProxy {
47 virtual ~WorkerGlobalScopeProxy() { }
WorkerGlobalScopeProxyProvider.h 41 class WorkerGlobalScopeProxy;
50 virtual WorkerGlobalScopeProxy* createWorkerGlobalScopeProxy(Worker*) = 0;
Worker.h 46 class WorkerGlobalScopeProxy;
76 WorkerGlobalScopeProxy* m_contextProxy; // The proxy outlives the worker to perform thread shutdown.
WorkerMessagingProxy.h 31 #include "core/workers/WorkerGlobalScopeProxy.h"
49 class WorkerMessagingProxy FINAL : public WorkerGlobalScopeProxy, public WorkerLoaderProxy {
54 // Implementations of WorkerGlobalScopeProxy.
  /external/chromium_org/third_party/WebKit/Source/web/
WorkerGlobalScopeProxyProviderImpl.h 41 class WorkerGlobalScopeProxy;
53 virtual WorkerGlobalScopeProxy* createWorkerGlobalScopeProxy(Worker*) OVERRIDE;
WorkerGlobalScopeProxyProviderImpl.cpp 52 WorkerGlobalScopeProxy* WorkerGlobalScopeProxyProviderImpl::createWorkerGlobalScopeProxy(Worker* worker)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
ConsoleMessage.h 23 class WorkerGlobalScopeProxy;
51 WorkerGlobalScopeProxy* workerGlobalScopeProxy() { return m_workerProxy; }
52 void setWorkerGlobalScopeProxy(WorkerGlobalScopeProxy* proxy) { m_workerProxy = proxy; }
82 WorkerGlobalScopeProxy* m_workerProxy;
ConsoleMessageStorage.h 15 class WorkerGlobalScopeProxy;
36 void adoptWorkerMessagesAfterTermination(WorkerGlobalScopeProxy*);
ConsoleMessageStorage.cpp 63 void ConsoleMessageStorage::adoptWorkerMessagesAfterTermination(WorkerGlobalScopeProxy* workerGlobalScopeProxy)
66 if (m_messages[i]->workerGlobalScopeProxy() == workerGlobalScopeProxy)
InspectorConsoleAgent.h 60 class WorkerGlobalScopeProxy;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameConsole.h 45 class WorkerGlobalScopeProxy;
58 void adoptWorkerMessagesAfterTermination(WorkerGlobalScopeProxy*);
FrameConsole.cpp 42 #include "core/workers/WorkerGlobalScopeProxy.h"
183 void FrameConsole::adoptWorkerMessagesAfterTermination(WorkerGlobalScopeProxy* proxy)

Completed in 650 milliseconds