Home
last modified time | relevance | path

Searched defs:PostTask (Results 1 – 18 of 18) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/embedder/
Dembedder_task_runner.cc28 void EmbedderTaskRunner::PostTask(fml::closure task) { in PostTask() function in flutter::EmbedderTaskRunner
59 bool EmbedderTaskRunner::PostTask(uint64_t baton) { in PostTask() function in flutter::EmbedderTaskRunner
Dembedder_thread_host.cc264 bool EmbedderThreadHost::PostTask(int64_t runner, uint64_t task) const { in PostTask() function in flutter::EmbedderThreadHost
/third_party/flutter/engine/flutter/fml/
Dconcurrent_message_loop.cc46 void ConcurrentMessageLoop::PostTask(fml::closure task) { in PostTask() function in fml::ConcurrentMessageLoop
110 void ConcurrentTaskRunner::PostTask(fml::closure task) { in PostTask() function in fml::ConcurrentTaskRunner
Dtask_runner.cc23 void TaskRunner::PostTask(fml::closure task) { in PostTask() function in fml::TaskRunner
Dmessage_loop_impl.cc57 void MessageLoopImpl::PostTask(fml::closure task, fml::TimePoint target_time) { in PostTask() function in fml::MessageLoopImpl
/third_party/cef/tests/shared/browser/
Dmain_message_loop_std.cc22 void MainMessageLoopStd::PostTask(CefRefPtr<CefTask> task) { in PostTask() function in client::MainMessageLoopStd
/third_party/flutter/engine/flutter/shell/platform/ohos/
Dplatform_task_runner_adapter.cc24 void PlatformTaskRunnerAdapter::PostTask(fml::closure task) in PostTask() function in flutter::PlatformTaskRunnerAdapter
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dtask_runner_adapter.cc22 void PostTask(fml::closure task) override { in PostTask() function in flutter_runner::CompatTaskRunner
/third_party/gn/src/util/
Dmsg_loop.cc54 void MsgLoop::PostTask(std::function<void()> work) { in PostTask() function in MsgLoop
Dworker_pool.cc120 void WorkerPool::PostTask(std::function<void()> work) { in PostTask() function in WorkerPool
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DAsyncTask.cpp11 void AsyncTaskManager::PostTask(AsyncTask asyncTask) { in PostTask() function in dawn_native::AsyncTaskManager
/third_party/flutter/engine/flutter/shell/platform/glfw/
Dglfw_event_loop.cc92 void GLFWEventLoop::PostTask(FlutterTask flutter_task, in PostTask() function in flutter::GLFWEventLoop
/third_party/cef/libcef/common/
Dtask_runner_impl.cc139 bool CefTaskRunnerImpl::PostTask(CefRefPtr<CefTask> task) { in PostTask() function in CefTaskRunnerImpl
/third_party/cef/libcef_dll/ctocpp/
Dtask_runner_ctocpp.cc105 bool CefTaskRunnerCToCpp::PostTask(CefRefPtr<CefTask> task) { in PostTask() function in CefTaskRunnerCToCpp
/third_party/cef/tests/cefclient/browser/
Dmain_message_loop_multithreaded_win.cc89 void MainMessageLoopMultithreadedWin::PostTask(CefRefPtr<CefTask> task) { in PostTask() function in client::MainMessageLoopMultithreadedWin
Dmain_message_loop_multithreaded_gtk.cc112 void MainMessageLoopMultithreadedGtk::PostTask(CefRefPtr<CefTask> task) { in PostTask() function in client::MainMessageLoopMultithreadedGtk
/third_party/node/src/
Dnode_platform.cc197 void WorkerThreadsTaskRunner::PostTask(std::unique_ptr<Task> task) { in PostTask() function in node::WorkerThreadsTaskRunner
245 void PerIsolatePlatformData::PostTask(std::unique_ptr<Task> task) { in PostTask() function in node::PerIsolatePlatformData
/third_party/cef/tests/ceftests/
Dtest_handler.cc147 void TestHandler::UIThreadHelper::PostTask(base::OnceClosure task) { in PostTask() function in TestHandler::UIThreadHelper