/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
D | SQLCallbackWrapper.h | 49 , m_executionContext(m_callback ? executionContext : 0) in SQLCallbackWrapper() 51 ASSERT(!m_callback || (m_executionContext.get() && m_executionContext->isContextThread())); in SQLCallbackWrapper() 59 void trace(Visitor* visitor) { visitor->trace(m_executionContext); } in trace() 69 m_executionContext.clear(); in clear() 76 ASSERT(!m_executionContext); in clear() 79 if (m_executionContext->isContextThread()) { in clear() 81 m_executionContext.clear(); in clear() 84 context = m_executionContext.release().leakRef(); in clear() 94 ASSERT(!m_callback || m_executionContext->isContextThread()); in unwrap() 95 m_executionContext.clear(); in unwrap() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/workers/ |
D | WorkerMessagingProxy.cpp | 86 : m_executionContext(workerObject->executionContext()) in WorkerMessagingProxy() 87 , m_workerObjectProxy(WorkerObjectProxy::create(m_executionContext.get(), this)) in WorkerMessagingProxy() 97 ASSERT((m_executionContext->isDocument() && isMainThread()) in WorkerMessagingProxy() 98 …|| (m_executionContext->isWorkerGlobalScope() && toWorkerGlobalScope(m_executionContext.get())->th… in WorkerMessagingProxy() 104 ASSERT((m_executionContext->isDocument() && isMainThread()) in ~WorkerMessagingProxy() 105 …|| (m_executionContext->isWorkerGlobalScope() && toWorkerGlobalScope(m_executionContext.get())->th… in ~WorkerMessagingProxy() 111 ASSERT(m_executionContext->isDocument()); in startWorkerGlobalScope() 112 Document* document = toDocument(m_executionContext.get()); in startWorkerGlobalScope() 120 InspectorInstrumentation::didStartWorkerGlobalScope(m_executionContext.get(), this, scriptURL); in startWorkerGlobalScope() 128 … OwnPtr<MessagePortArray> ports = MessagePort::entanglePorts(*m_executionContext.get(), channels); in postMessageToWorkerObject() [all …]
|
D | WorkerObjectProxy.cpp | 49 …m_executionContext->postTask(bind(&WorkerMessagingProxy::postMessageToWorkerObject, m_messagingPro… in postMessageToWorkerObject() 54 m_executionContext->postTask(task); in postTaskToMainExecutionContext() 59 …m_executionContext->postTask(bind(&WorkerMessagingProxy::confirmMessageFromWorkerObject, m_messagi… in confirmMessageFromWorkerObject() 64 …m_executionContext->postTask(bind(&WorkerMessagingProxy::reportPendingActivity, m_messagingProxy, … in reportPendingActivity() 69 …m_executionContext->postTask(bind(&WorkerMessagingProxy::reportException, m_messagingProxy, errorM… in reportException() 74 …m_executionContext->postTask(bind(&WorkerMessagingProxy::reportConsoleMessage, m_messagingProxy, s… in reportConsoleMessage() 79 …m_executionContext->postTask(bind(&WorkerMessagingProxy::postMessageToPageInspector, m_messagingPr… in postMessageToPageInspector() 89 …m_executionContext->postTask(bind(&WorkerMessagingProxy::terminateWorkerGlobalScope, m_messagingPr… in workerGlobalScopeClosed() 95 …m_executionContext->postTask(bind(&WorkerMessagingProxy::workerGlobalScopeDestroyed, m_messagingPr… in workerGlobalScopeDestroyed() 99 : m_executionContext(executionContext) in WorkerObjectProxy()
|
D | WorkerEventQueue.cpp | 43 : m_executionContext(context) in WorkerEventQueue() 55 visitor->trace(m_executionContext); in trace() 120 m_executionContext->postTask(task.release()); in enqueueEvent()
|
D | WorkerEventQueue.h | 59 RawPtrWillBeMember<ExecutionContext> m_executionContext; variable
|
D | WorkerObjectProxy.h | 75 ExecutionContext* m_executionContext; variable
|
D | WorkerMessagingProxy.h | 89 RefPtrWillBePersistent<ExecutionContext> m_executionContext; variable
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
D | FileSystemCallbacks.cpp | 59 , m_executionContext(context) in FileSystemCallbacksBase() 79 …return !shouldBlockUntilCompletion() && m_executionContext && m_executionContext->activeDOMObjects… in shouldScheduleCallback() 87 DOMFileSystem::scheduleCallback(m_executionContext.get(), callback, arg); in handleEventOrScheduleCallback() 90 m_executionContext.clear(); in handleEventOrScheduleCallback() 98 DOMFileSystem::scheduleCallback(m_executionContext.get(), callback, arg); in handleEventOrScheduleCallback() 101 m_executionContext.clear(); in handleEventOrScheduleCallback() 109 DOMFileSystem::scheduleCallback(m_executionContext.get(), callback); in handleEventOrScheduleCallback() 112 m_executionContext.clear(); in handleEventOrScheduleCallback() 191 …cheduleCallback(m_successCallback.release(), DOMFileSystem::create(m_executionContext.get(), name,… in didOpenFileSystem() 209 … DOMFileSystem* filesystem = DOMFileSystem::create(m_executionContext.get(), name, type, rootURL); in didResolveURL()
|
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
D | FetchManager.cpp | 39 ExecutionContext* m_executionContext; member in WebCore::FetchManager::Loader 50 : m_executionContext(executionContext) in Loader() 114 …m_loader = ThreadableLoader::create(*m_executionContext, this, *m_request, options, resourceLoader… in start() 146 : m_executionContext(executionContext) in FetchManager() 162 …OwnPtr<Loader> loader(adoptPtr(new Loader(m_executionContext, this, resolver.release(), request))); in fetch()
|
D | FetchManager.h | 30 ExecutionContext* m_executionContext; variable
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | MediaController.h | 88 void clearExecutionContext() { m_executionContext = nullptr; } in clearExecutionContext() 109 virtual ExecutionContext* executionContext() const OVERRIDE { return m_executionContext; } in executionContext() 129 RawPtrWillBeWeakMember<ExecutionContext> m_executionContext; variable
|
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/ |
D | ContentSecurityPolicy.h | 176 ExecutionContext* executionContext() const { return m_executionContext; } in executionContext() 177 …Document* document() const { return m_executionContext->isDocument() ? toDocument(m_executionConte… in document() 188 ExecutionContext* m_executionContext; variable
|
D | ContentSecurityPolicy.cpp | 134 : m_executionContext(executionContext) in ContentSecurityPolicy() 201 m_executionContext->disableEval(policy->evalDisabledErrorMessage()); in addPolicyFromHeaderValue() 477 if (m_executionContext->isDocument()) { in allowWorkerContextFromSource() 478 Document* document = static_cast<Document*>(m_executionContext); in allowWorkerContextFromSource() 530 return m_executionContext->securityContext().securityOrigin(); in securityOrigin() 535 return m_executionContext->contextURL(); in url() 540 return m_executionContext->contextCompleteURL(url); in completeURL() 591 if (!m_executionContext->isDocument()) in reportViolation() 752 m_executionContext->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, message); in logToConsole() 757 m_executionContext->reportBlockedScriptExecutionToInspector(directiveText); in reportBlockedScriptExecutionToInspector()
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
D | IDBRequestTest.cpp | 58 , m_executionContext(adoptRefWillBeNoop(new NullExecutionContext())) in IDBRequestTest() 60 m_scope.scriptState()->setExecutionContext(m_executionContext.get()); in IDBRequestTest() 74 RefPtrWillBePersistent<ExecutionContext> m_executionContext; member in __anon7d52a4640111::IDBRequestTest
|
D | IDBTransactionTest.cpp | 54 , m_executionContext(Document::create()) in IDBTransactionTest() 56 m_scope.scriptState()->setExecutionContext(m_executionContext.get()); in IDBTransactionTest() 70 RefPtrWillBePersistent<ExecutionContext> m_executionContext; member in __anon04d359e10111::IDBTransactionTest
|
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/ |
D | SourceBufferList.cpp | 41 : m_executionContext(context) in SourceBufferList() 90 return m_executionContext; in executionContext()
|
D | SourceBufferList.h | 74 ExecutionContext* m_executionContext; variable
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | V8RecursionScope.h | 64 , m_executionContext(*context) in V8RecursionScope() 121 ExecutionContext& m_executionContext; variable
|
D | ScriptState.cpp | 106 return m_executionContext; in executionContext() 111 m_executionContext = executionContext; in setExecutionContext()
|
D | V8RecursionScope.cpp | 45 IDBPendingTransactionMonitor::from(m_executionContext).deactivateNewTransactions(); in didLeaveScriptContext()
|
D | ScriptState.h | 115 ExecutionContext* m_executionContext; variable
|
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/ |
D | RTCDataChannel.cpp | 71 : m_executionContext(context) in RTCDataChannel() 294 return m_executionContext; in executionContext() 302 m_executionContext = 0; in stop()
|
D | RTCDataChannel.h | 103 ExecutionContext* m_executionContext; variable
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | ServiceWorkerGlobalScopeProxy.cpp | 142 …m_executionContext.postTask(bind(&WebEmbeddedWorkerImpl::terminateWorkerContext, &m_embeddedWorker… in workerGlobalScopeClosed() 158 , m_executionContext(executionContext) in ServiceWorkerGlobalScopeProxy()
|
D | ServiceWorkerGlobalScopeProxy.h | 92 WebCore::ExecutionContext& m_executionContext; variable
|