| /third_party/flutter/engine/flutter/shell/common/ |
| D | shell.cc | 276 FML_DCHECK(task_runners_.GetPlatformTaskRunner()->RunsTasksOnCurrentThread()); in Shell() 387 FML_DCHECK(task_runners_.GetPlatformTaskRunner()->RunsTasksOnCurrentThread()); in RunEngine() 413 FML_DCHECK(task_runners_.GetPlatformTaskRunner()->RunsTasksOnCurrentThread()); in GetUIIsolateLastError() 435 FML_DCHECK(task_runners_.GetPlatformTaskRunner()->RunsTasksOnCurrentThread()); in EngineHasLivePorts() 520 FML_DCHECK(task_runners_.GetPlatformTaskRunner()->RunsTasksOnCurrentThread()); in OnPlatformViewCreated() 608 FML_DCHECK(task_runners_.GetPlatformTaskRunner()->RunsTasksOnCurrentThread()); in OnPlatformViewDestroyed() 681 FML_DCHECK(task_runners_.GetPlatformTaskRunner()->RunsTasksOnCurrentThread()); in OnPlatformViewSetViewportMetrics() 705 FML_DCHECK(task_runners_.GetPlatformTaskRunner()->RunsTasksOnCurrentThread()); in OnPlatformViewDispatchPlatformMessage() 721 FML_DCHECK(task_runners_.GetPlatformTaskRunner()->RunsTasksOnCurrentThread()); in OnPlatformViewDispatchPointerDataPacket() 737 FML_DCHECK(task_runners_.GetPlatformTaskRunner()->RunsTasksOnCurrentThread()); in OnPlatformViewDispatchSemanticsAction() [all …]
|
| D | ace_shell.cc | 259 FML_DCHECK(task_runners_.GetPlatformTaskRunner()->RunsTasksOnCurrentThread()); in Shell() 344 FML_DCHECK(task_runners_.GetPlatformTaskRunner()->RunsTasksOnCurrentThread()); in RunEngine() 431 FML_DCHECK(task_runners_.GetPlatformTaskRunner()->RunsTasksOnCurrentThread()); in OnPlatformViewCreated() 517 FML_DCHECK(task_runners_.GetPlatformTaskRunner()->RunsTasksOnCurrentThread()); in OnPlatformViewDestroyed() 600 FML_DCHECK(task_runners_.GetPlatformTaskRunner()->RunsTasksOnCurrentThread()); in OnPlatformViewSetViewportMetrics() 624 FML_DCHECK(task_runners_.GetPlatformTaskRunner()->RunsTasksOnCurrentThread()); in OnPlatformViewDispatchPlatformMessage() 640 FML_DCHECK(task_runners_.GetPlatformTaskRunner()->RunsTasksOnCurrentThread()); in OnPlatformViewDispatchPointerDataPacket() 655 FML_DCHECK(task_runners_.GetPlatformTaskRunner()->RunsTasksOnCurrentThread()); in OnPlatformViewRegisterTexture() 670 FML_DCHECK(task_runners_.GetPlatformTaskRunner()->RunsTasksOnCurrentThread()); in OnPlatformViewUnregisterTexture() 685 FML_DCHECK(task_runners_.GetPlatformTaskRunner()->RunsTasksOnCurrentThread()); in OnPlatformViewMarkTextureFrameAvailable() [all …]
|
| D | rasterizer.cc | 115 FML_DCHECK(task_runners_.GetGPUTaskRunner()->RunsTasksOnCurrentThread()); in Draw() 153 FML_DCHECK(task_runners_.GetGPUTaskRunner()->RunsTasksOnCurrentThread()); in DoDraw()
|
| /third_party/cef/tests/cefclient/browser/ |
| D | main_message_loop_multithreaded_gtk.cc | 74 DCHECK(RunsTasksOnCurrentThread()); in ~MainMessageLoopMultithreadedGtk() 79 DCHECK(RunsTasksOnCurrentThread()); in Run() 119 bool MainMessageLoopMultithreadedGtk::RunsTasksOnCurrentThread() const { in RunsTasksOnCurrentThread() function in client::MainMessageLoopMultithreadedGtk 130 DCHECK(RunsTasksOnCurrentThread()); in RunTasks() 148 DCHECK(RunsTasksOnCurrentThread()); in DoQuit()
|
| D | main_message_loop_multithreaded_win.cc | 29 DCHECK(RunsTasksOnCurrentThread()); in ~MainMessageLoopMultithreadedWin() 35 DCHECK(RunsTasksOnCurrentThread()); in Run() 94 bool MainMessageLoopMultithreadedWin::RunsTasksOnCurrentThread() const { in RunsTasksOnCurrentThread() function in client::MainMessageLoopMultithreadedWin 100 DCHECK(RunsTasksOnCurrentThread()); in SetCurrentModelessDialog()
|
| D | main_message_loop_multithreaded_gtk.h | 32 bool RunsTasksOnCurrentThread() const override;
|
| D | main_message_loop_multithreaded_win.h | 31 bool RunsTasksOnCurrentThread() const override;
|
| /third_party/flutter/engine/flutter/lib/ui/painting/ |
| D | image_decoder_unittests.cc | 32 FML_CHECK(task_runner->RunsTasksOnCurrentThread()) in TestIOManager() 147 ASSERT_TRUE(runners.GetUITaskRunner()->RunsTasksOnCurrentThread()); in TEST_F() 181 ASSERT_TRUE(runners.GetUITaskRunner()->RunsTasksOnCurrentThread()); in TEST_F() 224 ASSERT_TRUE(runners.GetUITaskRunner()->RunsTasksOnCurrentThread()); in TEST_F() 270 ASSERT_TRUE(runners.GetUITaskRunner()->RunsTasksOnCurrentThread()); in TEST_F() 339 ASSERT_TRUE(runners.GetUITaskRunner()->RunsTasksOnCurrentThread()); in TEST_F() 425 ASSERT_TRUE(runners.GetUITaskRunner()->RunsTasksOnCurrentThread()); in TEST_F()
|
| D | image_decoder.cc | 22 FML_DCHECK(runners_.GetUITaskRunner()->RunsTasksOnCurrentThread()) in ImageDecoder() 196 FML_DCHECK(runners_.GetUITaskRunner()->RunsTasksOnCurrentThread()); in Decode()
|
| /third_party/cef/tests/shared/browser/ |
| D | main_message_loop.h | 40 virtual bool RunsTasksOnCurrentThread() const = 0; 66 client::MainMessageLoop::Get()->RunsTasksOnCurrentThread()
|
| D | main_message_loop_std.cc | 26 bool MainMessageLoopStd::RunsTasksOnCurrentThread() const { in RunsTasksOnCurrentThread() function in client::MainMessageLoopStd
|
| D | main_message_loop_std.h | 23 bool RunsTasksOnCurrentThread() const override;
|
| /third_party/flutter/engine/flutter/fml/ |
| D | task_runner.cc | 41 bool TaskRunner::RunsTasksOnCurrentThread() { in RunsTasksOnCurrentThread() function in fml::TaskRunner 67 if (runner->RunsTasksOnCurrentThread()) { in RunNowOrPostTask()
|
| D | task_runner.h | 29 virtual bool RunsTasksOnCurrentThread();
|
| D | message_loop_unittests.cc | 147 ASSERT_TRUE(loop.GetTaskRunner()->RunsTasksOnCurrentThread()); in TEST() 151 ASSERT_FALSE(runner->RunsTasksOnCurrentThread()); in TEST()
|
| /third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
| D | vsync_waiter.cc | 70 FML_DCHECK(task_runners_.GetUITaskRunner()->RunsTasksOnCurrentThread()); in FireCallbackWhenSessionAvailable() 77 FML_DCHECK(task_runners_.GetUITaskRunner()->RunsTasksOnCurrentThread()); in FireCallbackNow()
|
| D | task_runner_adapter.cc | 37 bool RunsTasksOnCurrentThread() override { in RunsTasksOnCurrentThread() function in flutter_runner::CompatTaskRunner
|
| /third_party/flutter/engine/flutter/shell/platform/ohos/ |
| D | platform_task_runner_adapter.h | 28 bool RunsTasksOnCurrentThread() override;
|
| D | platform_task_runner_adapter.cc | 39 bool PlatformTaskRunnerAdapter::RunsTasksOnCurrentThread() in RunsTasksOnCurrentThread() function in flutter::PlatformTaskRunnerAdapter
|
| /third_party/flutter/engine/flutter/shell/platform/embedder/ |
| D | embedder_task_runner.h | 90 bool RunsTasksOnCurrentThread() override;
|
| D | embedder_task_runner.cc | 55 bool EmbedderTaskRunner::RunsTasksOnCurrentThread() { in RunsTasksOnCurrentThread() function in flutter::EmbedderTaskRunner
|
| /third_party/flutter/engine/flutter/shell/platform/glfw/ |
| D | glfw_event_loop.h | 30 bool RunsTasksOnCurrentThread() const;
|
| D | glfw_event_loop.cc | 21 bool GLFWEventLoop::RunsTasksOnCurrentThread() const { in RunsTasksOnCurrentThread() function in flutter::GLFWEventLoop
|
| D | flutter_glfw.cc | 503 ->event_loop->RunsTasksOnCurrentThread(); in FlutterDesktopCreateWindow()
|
| /third_party/flutter/engine/flutter/runtime/ |
| D | dart_isolate_unittests.cc | 158 FML_CHECK(task_runner->RunsTasksOnCurrentThread()); in RunDartCodeInIsolate()
|