/third_party/flutter/engine/flutter/fml/ |
D | message_loop_unittests.cc | 69 fml::MessageLoop::GetCurrent().Terminate(); in TEST() 94 fml::MessageLoop::GetCurrent().Terminate(); in TEST() 124 fml::MessageLoop::GetCurrent().Terminate(); in TEST() 168 fml::MessageLoop::GetCurrent().Terminate(); in TEST() 190 fml::MessageLoop::GetCurrent().Terminate(); in TEST() 215 fml::MessageLoop::GetCurrent().Terminate(); in TEST() 242 fml::MessageLoop::GetCurrent().Terminate(); in TEST() 269 fml::MessageLoop::GetCurrent().Terminate(); in TEST()
|
D | concurrent_message_loop.cc | 32 Terminate(); in ~ConcurrentMessageLoop() 98 void ConcurrentMessageLoop::Terminate() { in Terminate() function in fml::ConcurrentMessageLoop
|
D | gpu_thread_merger_unittests.cc | 141 loop1->GetTaskRunner()->PostTask([&]() { loop1->Terminate(); }); in TEST() 143 loop2->GetTaskRunner()->PostTask([&]() { loop2->Terminate(); }); in TEST()
|
D | message_loop.h | 25 void Terminate();
|
D | message_loop_impl.h | 36 virtual void Terminate() = 0;
|
D | concurrent_message_loop.h | 32 void Terminate();
|
D | message_loop.cc | 52 void MessageLoop::Terminate() { in Terminate() function in fml::MessageLoop
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | engine.cc | 98 weak->Terminate(); in Engine() 141 weak->Terminate(); in Engine() 257 weak->Terminate(); in Engine() 388 Terminate(); in OnMainIsolateShutdown() 391 void Engine::Terminate() { in Terminate() function in flutter_runner::Engine
|
D | engine.h | 64 void Terminate();
|
/third_party/cef/libcef/browser/media_router/ |
D | media_route_impl.cc | 66 void CefMediaRouteImpl::Terminate() { in Terminate() function in CefMediaRouteImpl 68 CEF_POST_TASK(CEF_UIT, base::BindOnce(&CefMediaRouteImpl::Terminate, this)); in Terminate()
|
D | media_route_impl.h | 28 void Terminate() override;
|
/third_party/flutter/glfw/src/ |
D | egl_context.h | 140 #define eglTerminate _glfw.egl.Terminate 187 PFNEGLTERMINATEPROC Terminate; member
|
/third_party/flutter/engine/flutter/fml/platform/linux/ |
D | message_loop_linux.h | 30 void Terminate() override;
|
D | message_loop_linux.cc | 76 void MessageLoopLinux::Terminate() { in Terminate() function in fml::MessageLoopLinux
|
/third_party/flutter/engine/flutter/fml/platform/darwin/ |
D | message_loop_darwin.h | 32 void Terminate() override;
|
/third_party/cef/libcef_dll/ctocpp/ |
D | media_route_ctocpp.h | 41 void Terminate() override;
|
/third_party/flutter/engine/flutter/fml/platform/win/ |
D | message_loop_win.h | 35 void Terminate() override;
|
D | message_loop_win.cc | 27 void MessageLoopWin::Terminate() { in Terminate() function in fml::MessageLoopWin
|
/third_party/flutter/engine/flutter/shell/platform/glfw/client_wrapper/ |
D | flutter_window_controller_unittests.cc | 27 void Terminate() override { terminate_called_ = true; } in Terminate() function in flutter::__anonc61f153e0111::TestGlfwApi
|
/third_party/flutter/engine/flutter/shell/platform/windows/client_wrapper/ |
D | flutter_window_controller_unittests.cc | 26 void Terminate() override { terminate_called_ = true; } in Terminate() function in flutter::__anon3697fc990111::TestWindowsApi
|
/third_party/flutter/engine/flutter/fml/platform/android/ |
D | message_loop_android.h | 36 void Terminate() override;
|
D | message_loop_android.cc | 80 void MessageLoopAndroid::Terminate() { in Terminate() function in fml::MessageLoopAndroid
|
/third_party/popt/po/ |
D | ga.po | 83 # Terminate not a verb here 85 msgid "Terminate options"
|
/third_party/flutter/engine/flutter/shell/platform/windows/client_wrapper/testing/ |
D | stub_flutter_windows_api.h | 36 virtual void Terminate() {} in Terminate() function
|
/third_party/flutter/engine/flutter/shell/platform/glfw/client_wrapper/testing/ |
D | stub_flutter_glfw_api.h | 36 virtual void Terminate() {} in Terminate() function
|