Home
last modified time | relevance | path

Searched refs:postTask (Results 1 – 25 of 70) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerObjectProxy.cpp49 …m_executionContext->postTask(bind(&WorkerMessagingProxy::postMessageToWorkerObject, m_messagingPro… in postMessageToWorkerObject()
54 …m_executionContext->postTask(bind(&WorkerMessagingProxy::confirmMessageFromWorkerObject, m_messagi… in confirmMessageFromWorkerObject()
59 …m_executionContext->postTask(bind(&WorkerMessagingProxy::reportPendingActivity, m_messagingProxy, … in reportPendingActivity()
64 …m_executionContext->postTask(bind(&WorkerMessagingProxy::reportException, m_messagingProxy, errorM… in reportException()
69 …m_executionContext->postTask(bind(&WorkerMessagingProxy::reportConsoleMessage, m_messagingProxy, s… in reportConsoleMessage()
74 …m_executionContext->postTask(bind(&WorkerMessagingProxy::postMessageToPageInspector, m_messagingPr… in postMessageToPageInspector()
84 …m_executionContext->postTask(bind(&WorkerMessagingProxy::terminateWorkerGlobalScope, m_messagingPr… in workerGlobalScopeClosed()
90 …m_executionContext->postTask(bind(&WorkerMessagingProxy::workerGlobalScopeDestroyed, m_messagingPr… in workerGlobalScopeDestroyed()
DWorkerRunLoop.h64 bool postTask(PassOwnPtr<ExecutionContextTask>);
65 bool postTask(const Closure&);
DWorkerGlobalScope.cpp171 postTask(CloseWorkerGlobalScopeTask::create()); in close()
188 void WorkerGlobalScope::postTask(PassOwnPtr<ExecutionContextTask> task) in postTask() function in WebCore::WorkerGlobalScope
190 thread()->runLoop().postTask(task); in postTask()
253 postTask(AddConsoleMessageTask::create(source, level, message)); in addMessage()
DWorkerMessagingProxy.cpp139 m_workerThread->runLoop().postTask(MessageWorkerGlobalScopeTask::create(message, channels)); in postMessageToWorkerGlobalScope()
158 m_executionContext->postTask(task); in postTaskToLoader()
196 m_workerThread->runLoop().postTask(m_queuedEarlyTasks[i].release()); in workerThreadCreated()
204 …m_executionContext->postTask(createCallbackTask(&workerObjectDestroyedInternal, AllowCrossThreadAc… in workerObjectDestroyed()
DWorkerRunLoop.cpp252 bool WorkerRunLoop::postTask(PassOwnPtr<ExecutionContextTask> task) in postTask() function in WebCore::WorkerRunLoop
257 bool WorkerRunLoop::postTask(const Closure& closure) in postTask() function in WebCore::WorkerRunLoop
259 return postTask(CallClosureTask::create(closure)); in postTask()
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DMockWebRTCPeerConnectionHandler.cpp185 …m_interfaces->delegate()->postTask(new RTCPeerConnectionStateTask(this, m_client, WebRTCPeerConnec… in initialize()
198 …m_interfaces->delegate()->postTask(new RTCSessionDescriptionRequestSuccededTask(this, request, ses… in createOffer()
200 … m_interfaces->delegate()->postTask(new RTCSessionDescriptionRequestFailedTask(this, request)); in createOffer()
208 …m_interfaces->delegate()->postTask(new RTCSessionDescriptionRequestSuccededTask(this, request, ses… in createAnswer()
210 … m_interfaces->delegate()->postTask(new RTCSessionDescriptionRequestFailedTask(this, request)); in createAnswer()
217 m_interfaces->delegate()->postTask(new RTCVoidRequestTask(this, request, true)); in setLocalDescription()
219 m_interfaces->delegate()->postTask(new RTCVoidRequestTask(this, request, false)); in setLocalDescription()
226 m_interfaces->delegate()->postTask(new RTCVoidRequestTask(this, request, true)); in setRemoteDescription()
228 m_interfaces->delegate()->postTask(new RTCVoidRequestTask(this, request, false)); in setRemoteDescription()
254 m_interfaces->delegate()->postTask(new RTCVoidRequestTask(this, request, true)); in addICECandidate()
[all …]
DWebUserMediaClientMock.cpp122 m_delegate->postTask(new UserMediaRequestPermissionDeniedTask(this, request)); in requestUserMedia()
129 … m_delegate->postTask(new UserMediaRequestConstraintFailedTask(this, request, failedConstraint)); in requestUserMedia()
134 … m_delegate->postTask(new UserMediaRequestConstraintFailedTask(this, request, failedConstraint)); in requestUserMedia()
160 m_delegate->postTask(new UserMediaRequestTask(this, request, stream)); in requestUserMedia()
DMockWebRTCDTMFSenderHandler.cpp88 m_delegate->postTask(new DTMFSenderToneTask(this, m_client)); in insertDTMF()
89 m_delegate->postTask(new DTMFSenderToneTask(this, m_client)); in insertDTMF()
DMockWebRTCDataChannelHandler.cpp69 …m_delegate->postTask(new DataChannelReadyStateTask(this, m_client, WebRTCDataChannelHandlerClient:… in setClient()
124 …m_delegate->postTask(new DataChannelReadyStateTask(this, m_client, WebRTCDataChannelHandlerClient:… in close()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLParserThread.cpp57 void HTMLParserThread::postTask(const Closure& closure) in postTask() function in WebCore::HTMLParserThread
59 m_thread->postTask(new Task(closure)); in postTask()
DHTMLDocumentParser.cpp374 …HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::resumeFrom, m_backgroundParser, c… in discardSpeculationsAndResumeFrom()
397 …HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::startedChunkWithCheckpoint, m_bac… in processParsedChunkFromBackgroundParser()
494 …HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::forcePlaintextForTextDocument, m_… in forcePlaintextForTextDocument()
672 …HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::create, reference.release(), conf… in startBackgroundParser()
681 HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::stop, m_backgroundParser)); in stopBackgroundParser()
700 HTMLParserThread::shared()->postTask(closure); in append()
804 … HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::finish, m_backgroundParser)); in finish()
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DDatabaseThread.cpp70 m_thread->postTask(new Task(WTF::bind(&DatabaseThread::cleanupDatabaseThread, this))); in requestTermination()
102 … m_thread->postTask(new Task(WTF::bind(&DatabaseTaskSynchronizer::taskCompleted, m_cleanupSync))); in cleanupDatabaseThread()
133 m_thread->postTask(task.leakPtr()); in scheduleTask()
DDatabase.cpp114 executionContext->postTask(DerefContextTask::create(m_executionContext.release())); in ~Database()
180 …executionContext()->postTask(createCallbackTask(&callTransactionErrorCallback, callback.release(),… in runTransaction()
208 m_executionContext->postTask(DeliverPendingCallbackTask::create(transaction)); in scheduleTransactionCallback()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DMainThreadTaskRunnerTest.cpp102 runner->postTask(MarkingBooleanTask::create(&isMarked)); in TEST()
115 runner->postTask(MarkingBooleanTask::create(&isMarked)); in TEST()
133 runner->postTask(MarkingBooleanTask::create(&isMarked)); in TEST()
DExecutionContext.cpp296 void ExecutionContext::postTask(PassOwnPtr<ExecutionContextTask> task) in postTask() function in WebCore::ExecutionContext
300 m_client->postTask(task); in postTask()
303 void ExecutionContext::postTask(const Closure& closure) in postTask() function in WebCore::ExecutionContext
307 m_client->postTask(CallClosureTask::create(closure)); in postTask()
DExecutionContext.h80 void postTask(PassOwnPtr<ExecutionContextTask>);
81 void postTask(const Closure&);
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DLocalFileSystem.cpp68 context->postTask(createCallbackTask(&fileSystemNotAllowed, callbacks)); in resolveURL()
77 context->postTask(createCallbackTask(&fileSystemNotAllowed, callbacks)); in requestFileSystem()
90 context->postTask(createCallbackTask(&fileSystemNotAllowed, callbacks)); in deleteFileSystem()
/external/chromium_org/third_party/WebKit/Source/web/
DWebWorkerRunLoop.cpp64 bool WebWorkerRunLoop::postTask(Task* task) in postTask() function in blink::WebWorkerRunLoop
66 return m_workerRunLoop->postTask(TaskForwarder::create(adoptPtr(task))); in postTask()
DStorageQuotaChromium.cpp57 …executionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedE… in requestQuota()
66 …executionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedE… in requestQuota()
/external/chromium_org/third_party/WebKit/Source/modules/quota/
DStorageQuota.cpp60 …executionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedE… in queryUsageAndQuota()
66 …executionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedE… in queryUsageAndQuota()
DStorageInfo.cpp60 …executionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedE… in queryUsageAndQuota()
72 …executionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedE… in requestQuota()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DCanvas2DLayerManagerTest.cpp220 …blink::Platform::current()->currentThread()->postTask(new DeferredFrameTestTask(this, layer.get(),… in deferredFrameTest()
228 …blink::Platform::current()->currentThread()->postTask(new DeferredFrameTestTask(this, layer.get(),… in deferredFrameTest()
233 …blink::Platform::current()->currentThread()->postTask(new DeferredFrameTestTask(this, layer.get(),… in deferredFrameTest()
239 …blink::Platform::current()->currentThread()->postTask(new DeferredFrameTestTask(this, layer.get(),… in deferredFrameTest()
244 …blink::Platform::current()->currentThread()->postTask(new DeferredFrameTestTask(this, layer.get(),… in deferredFrameTest()
DSpinLockTest.cpp86 thread1->postTask(new Task(WTF::bind(&threadMain, static_cast<char*>(sharedBuffer)))); in TEST()
87 thread2->postTask(new Task(WTF::bind(&threadMain, static_cast<char*>(sharedBuffer)))); in TEST()
/external/chromium_org/webkit/child/
Dwebthread_impl.h40 virtual void postTask(Task* task);
59 virtual void postTask(Task* task);
Dworker_task_runner.cc53 return found->second.postTask(new RunClosureTask(closure)); in PostTask()
60 it->second.postTask(new RunClosureTask(closure)); in PostTaskToAllThreads()

123