Home
last modified time | relevance | path

Searched defs:dart_handle (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/lib/ui/compositing/
Dscene_host.cc50 auto dart_handle = closure.value(); in InvokeDartClosure() local
65 auto dart_handle = function.value(); in InvokeDartFunction() local
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/
Dsystem.cc46 explicit ByteDataScope(Dart_Handle dart_handle) : dart_handle_(dart_handle) { in ByteDataScope()
65 Dart_Handle dart_handle() const { return dart_handle_; } in dart_handle() function in zircon::dart::__anon9d0210a40111::ByteDataScope