Home
last modified time | relevance | path

Searched refs:on_run (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/engine/flutter/runtime/
Ddart_isolate.cc474 fml::closure on_run) { in Run() argument
494 if (on_run) { in Run()
495 on_run(); in Run()
504 fml::closure on_run) { in RunFromLibrary() argument
525 if (on_run) { in RunFromLibrary()
526 on_run(); in RunFromLibrary()
Ddart_isolate.h94 fml::closure on_run = nullptr);
100 fml::closure on_run = nullptr);
/third_party/boost/libs/beast/example/websocket/server/async/
Dwebsocket_server_async.cpp68 &session::on_run, in run()
74 on_run() in on_run() function in session
/third_party/boost/libs/beast/example/websocket/server/async-ssl/
Dwebsocket_server_async_ssl.cpp73 &session::on_run, in run()
79 on_run() in on_run() function in session
/third_party/glib/gio/
Dgdbusserver.c470 on_run (GSocketService *service,
626 G_CALLBACK (on_run), in g_dbus_server_start()
1009 on_run (GSocketService *service, in on_run() function
/third_party/boost/libs/beast/example/http/server/async-ssl/
Dhttp_server_async_ssl.cpp310 &session::on_run, in run()
315 on_run() in on_run() function in session
/third_party/boost/libs/beast/example/advanced/server-flex/
Dadvanced_server_flex.cpp829 &detect_session::on_run, in run()
834 on_run() in on_run() function in detect_session