Home
last modified time | relevance | path

Searched refs:m_executionContext (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DSQLCallbackWrapper.h49 , 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/
DWorkerMessagingProxy.cpp86 : 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 …]
DWorkerObjectProxy.cpp49m_executionContext->postTask(bind(&WorkerMessagingProxy::postMessageToWorkerObject, m_messagingPro… in postMessageToWorkerObject()
54 m_executionContext->postTask(task); in postTaskToMainExecutionContext()
59m_executionContext->postTask(bind(&WorkerMessagingProxy::confirmMessageFromWorkerObject, m_messagi… in confirmMessageFromWorkerObject()
64m_executionContext->postTask(bind(&WorkerMessagingProxy::reportPendingActivity, m_messagingProxy, … in reportPendingActivity()
69m_executionContext->postTask(bind(&WorkerMessagingProxy::reportException, m_messagingProxy, errorM… in reportException()
74m_executionContext->postTask(bind(&WorkerMessagingProxy::reportConsoleMessage, m_messagingProxy, s… in reportConsoleMessage()
79m_executionContext->postTask(bind(&WorkerMessagingProxy::postMessageToPageInspector, m_messagingPr… in postMessageToPageInspector()
89m_executionContext->postTask(bind(&WorkerMessagingProxy::terminateWorkerGlobalScope, m_messagingPr… in workerGlobalScopeClosed()
95m_executionContext->postTask(bind(&WorkerMessagingProxy::workerGlobalScopeDestroyed, m_messagingPr… in workerGlobalScopeDestroyed()
99 : m_executionContext(executionContext) in WorkerObjectProxy()
DWorkerEventQueue.cpp43 : m_executionContext(context) in WorkerEventQueue()
55 visitor->trace(m_executionContext); in trace()
120 m_executionContext->postTask(task.release()); in enqueueEvent()
DWorkerEventQueue.h59 RawPtrWillBeMember<ExecutionContext> m_executionContext; variable
DWorkerObjectProxy.h75 ExecutionContext* m_executionContext; variable
DWorkerMessagingProxy.h89 RefPtrWillBePersistent<ExecutionContext> m_executionContext; variable
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DFileSystemCallbacks.cpp59 , 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/
DFetchManager.cpp39 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()
DFetchManager.h30 ExecutionContext* m_executionContext; variable
/external/chromium_org/third_party/WebKit/Source/core/html/
DMediaController.h88 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/
DContentSecurityPolicy.h176 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
DContentSecurityPolicy.cpp134 : 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/
DIDBRequestTest.cpp58 , 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
DIDBTransactionTest.cpp54 , 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/
DSourceBufferList.cpp41 : m_executionContext(context) in SourceBufferList()
90 return m_executionContext; in executionContext()
DSourceBufferList.h74 ExecutionContext* m_executionContext; variable
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8RecursionScope.h64 , m_executionContext(*context) in V8RecursionScope()
121 ExecutionContext& m_executionContext; variable
DScriptState.cpp106 return m_executionContext; in executionContext()
111 m_executionContext = executionContext; in setExecutionContext()
DV8RecursionScope.cpp45 IDBPendingTransactionMonitor::from(m_executionContext).deactivateNewTransactions(); in didLeaveScriptContext()
DScriptState.h115 ExecutionContext* m_executionContext; variable
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
DRTCDataChannel.cpp71 : m_executionContext(context) in RTCDataChannel()
294 return m_executionContext; in executionContext()
302 m_executionContext = 0; in stop()
DRTCDataChannel.h103 ExecutionContext* m_executionContext; variable
/external/chromium_org/third_party/WebKit/Source/web/
DServiceWorkerGlobalScopeProxy.cpp142m_executionContext.postTask(bind(&WebEmbeddedWorkerImpl::terminateWorkerContext, &m_embeddedWorker… in workerGlobalScopeClosed()
158 , m_executionContext(executionContext) in ServiceWorkerGlobalScopeProxy()
DServiceWorkerGlobalScopeProxy.h92 WebCore::ExecutionContext& m_executionContext; variable

12