m_executionContext 42 Source/bindings/v8/DOMRequestState.h , m_executionContext(executionContext) m_executionContext 45 Source/bindings/v8/DOMRequestState.h ASSERT(m_executionContext); m_executionContext 50 Source/bindings/v8/DOMRequestState.h m_executionContext = 0; m_executionContext 68 Source/bindings/v8/DOMRequestState.h ASSERT(m_executionContext); m_executionContext 69 Source/bindings/v8/DOMRequestState.h return toV8Context(m_executionContext, *m_world); m_executionContext 77 Source/bindings/v8/DOMRequestState.h bool isValid() const { return m_executionContext; } m_executionContext 81 Source/bindings/v8/DOMRequestState.h ExecutionContext* m_executionContext; m_executionContext 59 Source/core/html/MediaController.cpp , m_executionContext(context) m_executionContext 89 Source/core/html/MediaController.h void clearExecutionContext() { m_executionContext = 0; } m_executionContext 108 Source/core/html/MediaController.h virtual ExecutionContext* executionContext() const OVERRIDE { return m_executionContext; } m_executionContext 124 Source/core/html/MediaController.h ExecutionContext* m_executionContext; m_executionContext 42 Source/core/workers/WorkerEventQueue.cpp : m_executionContext(context) m_executionContext 110 Source/core/workers/WorkerEventQueue.cpp m_executionContext->postTask(task.release()); m_executionContext 58 Source/core/workers/WorkerEventQueue.h ExecutionContext* m_executionContext; m_executionContext 86 Source/core/workers/WorkerMessagingProxy.cpp : m_executionContext(workerObject->executionContext()) m_executionContext 87 Source/core/workers/WorkerMessagingProxy.cpp , m_workerObjectProxy(WorkerObjectProxy::create(m_executionContext.get(), this)) m_executionContext 97 Source/core/workers/WorkerMessagingProxy.cpp ASSERT((m_executionContext->isDocument() && isMainThread()) m_executionContext 98 Source/core/workers/WorkerMessagingProxy.cpp || (m_executionContext->isWorkerGlobalScope() && toWorkerGlobalScope(m_executionContext.get())->thread()->isCurrentThread())); m_executionContext 104 Source/core/workers/WorkerMessagingProxy.cpp ASSERT((m_executionContext->isDocument() && isMainThread()) m_executionContext 105 Source/core/workers/WorkerMessagingProxy.cpp || (m_executionContext->isWorkerGlobalScope() && toWorkerGlobalScope(m_executionContext.get())->thread()->isCurrentThread())); m_executionContext 111 Source/core/workers/WorkerMessagingProxy.cpp ASSERT(m_executionContext->isDocument()); m_executionContext 112 Source/core/workers/WorkerMessagingProxy.cpp Document* document = toDocument(m_executionContext.get()); m_executionContext 120 Source/core/workers/WorkerMessagingProxy.cpp InspectorInstrumentation::didStartWorkerGlobalScope(m_executionContext.get(), this, scriptURL); m_executionContext 128 Source/core/workers/WorkerMessagingProxy.cpp OwnPtr<MessagePortArray> ports = MessagePort::entanglePorts(*m_executionContext.get(), channels); m_executionContext 157 Source/core/workers/WorkerMessagingProxy.cpp ASSERT(m_executionContext->isDocument()); m_executionContext 158 Source/core/workers/WorkerMessagingProxy.cpp m_executionContext->postTask(task); m_executionContext 172 Source/core/workers/WorkerMessagingProxy.cpp m_executionContext->reportException(event, nullptr, NotSharableCrossOrigin); m_executionContext 179 Source/core/workers/WorkerMessagingProxy.cpp m_executionContext->addConsoleMessage(source, level, message, sourceURL, lineNumber); m_executionContext 204 Source/core/workers/WorkerMessagingProxy.cpp m_executionContext->postTask(createCallbackTask(&workerObjectDestroyedInternal, AllowCrossThreadAccess(this))); m_executionContext 263 Source/core/workers/WorkerMessagingProxy.cpp InspectorInstrumentation::workerGlobalScopeTerminated(m_executionContext.get(), this); m_executionContext 278 Source/core/workers/WorkerMessagingProxy.cpp InspectorInstrumentation::workerGlobalScopeTerminated(m_executionContext.get(), this); m_executionContext 89 Source/core/workers/WorkerMessagingProxy.h RefPtr<ExecutionContext> m_executionContext; m_executionContext 49 Source/core/workers/WorkerObjectProxy.cpp m_executionContext->postTask(bind(&WorkerMessagingProxy::postMessageToWorkerObject, m_messagingProxy, message, channels)); m_executionContext 54 Source/core/workers/WorkerObjectProxy.cpp m_executionContext->postTask(bind(&WorkerMessagingProxy::confirmMessageFromWorkerObject, m_messagingProxy, hasPendingActivity)); m_executionContext 59 Source/core/workers/WorkerObjectProxy.cpp m_executionContext->postTask(bind(&WorkerMessagingProxy::reportPendingActivity, m_messagingProxy, hasPendingActivity)); m_executionContext 64 Source/core/workers/WorkerObjectProxy.cpp m_executionContext->postTask(bind(&WorkerMessagingProxy::reportException, m_messagingProxy, errorMessage.isolatedCopy(), lineNumber, columnNumber, sourceURL.isolatedCopy())); m_executionContext 69 Source/core/workers/WorkerObjectProxy.cpp m_executionContext->postTask(bind(&WorkerMessagingProxy::reportConsoleMessage, m_messagingProxy, source, level, message.isolatedCopy(), lineNumber, sourceURL.isolatedCopy())); m_executionContext 74 Source/core/workers/WorkerObjectProxy.cpp m_executionContext->postTask(bind(&WorkerMessagingProxy::postMessageToPageInspector, m_messagingProxy, message.isolatedCopy())); m_executionContext 84 Source/core/workers/WorkerObjectProxy.cpp m_executionContext->postTask(bind(&WorkerMessagingProxy::terminateWorkerGlobalScope, m_messagingProxy)); m_executionContext 90 Source/core/workers/WorkerObjectProxy.cpp m_executionContext->postTask(bind(&WorkerMessagingProxy::workerGlobalScopeDestroyed, m_messagingProxy)); m_executionContext 94 Source/core/workers/WorkerObjectProxy.cpp : m_executionContext(executionContext) m_executionContext 73 Source/core/workers/WorkerObjectProxy.h ExecutionContext* m_executionContext; m_executionContext 146 Source/modules/filesystem/FileSystemCallbacks.cpp , m_executionContext(context) m_executionContext 154 Source/modules/filesystem/FileSystemCallbacks.cpp RefPtrWillBeRawPtr<DOMFileSystem> fileSystem = DOMFileSystem::create(m_executionContext.get(), name, m_type, rootURL); m_executionContext 156 Source/modules/filesystem/FileSystemCallbacks.cpp m_executionContext.clear(); m_executionContext 177 Source/modules/filesystem/FileSystemCallbacks.cpp RefPtrWillBeRawPtr<DOMFileSystem> filesystem = DOMFileSystem::create(m_executionContext.get(), name, type, rootURL); m_executionContext 107 Source/modules/filesystem/FileSystemCallbacks.h RefPtr<ExecutionContext> m_executionContext; m_executionContext 119 Source/modules/filesystem/FileSystemCallbacks.h RefPtr<ExecutionContext> m_executionContext; m_executionContext 41 Source/modules/mediasource/SourceBufferList.cpp : m_executionContext(context) m_executionContext 90 Source/modules/mediasource/SourceBufferList.cpp return m_executionContext; m_executionContext 73 Source/modules/mediasource/SourceBufferList.h ExecutionContext* m_executionContext; m_executionContext 41 Source/modules/mediasource/WebKitSourceBufferList.cpp : m_executionContext(context) m_executionContext 102 Source/modules/mediasource/WebKitSourceBufferList.cpp return m_executionContext; m_executionContext 72 Source/modules/mediasource/WebKitSourceBufferList.h ExecutionContext* m_executionContext; m_executionContext 72 Source/modules/mediastream/RTCDataChannel.cpp : m_executionContext(context) m_executionContext 283 Source/modules/mediastream/RTCDataChannel.cpp return m_executionContext; m_executionContext 291 Source/modules/mediastream/RTCDataChannel.cpp m_executionContext = 0; m_executionContext 95 Source/modules/mediastream/RTCDataChannel.h ExecutionContext* m_executionContext; m_executionContext 47 Source/modules/webdatabase/SQLCallbackWrapper.h , m_executionContext(m_callback ? executionContext : 0) m_executionContext 49 Source/modules/webdatabase/SQLCallbackWrapper.h ASSERT(!m_callback || (m_executionContext.get() && m_executionContext->isContextThread())); m_executionContext 64 Source/modules/webdatabase/SQLCallbackWrapper.h ASSERT(!m_executionContext); m_executionContext 67 Source/modules/webdatabase/SQLCallbackWrapper.h if (m_executionContext->isContextThread()) { m_executionContext 69 Source/modules/webdatabase/SQLCallbackWrapper.h m_executionContext.clear(); m_executionContext 72 Source/modules/webdatabase/SQLCallbackWrapper.h context = m_executionContext.release().leakRef(); m_executionContext 81 Source/modules/webdatabase/SQLCallbackWrapper.h ASSERT(!m_callback || m_executionContext->isContextThread()); m_executionContext 82 Source/modules/webdatabase/SQLCallbackWrapper.h m_executionContext.clear(); m_executionContext 117 Source/modules/webdatabase/SQLCallbackWrapper.h RefPtr<ExecutionContext> m_executionContext; m_executionContext 134 Source/web/ServiceWorkerGlobalScopeProxy.cpp m_executionContext.postTask(bind(&WebEmbeddedWorkerImpl::terminateWorkerContext, &m_embeddedWorker)); m_executionContext 145 Source/web/ServiceWorkerGlobalScopeProxy.cpp , m_executionContext(executionContext) m_executionContext 88 Source/web/ServiceWorkerGlobalScopeProxy.h WebCore::ExecutionContext& m_executionContext;