Home
last modified time | relevance | path

Searched refs:EmbedderInformationCallback (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/
Dservice_isolate.cc58 void EmbedderInformationCallback(Dart_EmbedderInformation* info) { in EmbedderInformationCallback() function
79 Dart_SetEmbedderInformationCallback(EmbedderInformationCallback); in CreateServiceIsolate()
/third_party/flutter/engine/flutter/runtime/
Ddart_vm.cc219 static void EmbedderInformationCallback(Dart_EmbedderInformation* info) { in EmbedderInformationCallback() function
427 Dart_SetEmbedderInformationCallback(&EmbedderInformationCallback);