Home
last modified time | relevance | path

Searched refs:CreateShellOnPlatformThread (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/engine/flutter/shell/common/
Dshell.h203 static std::unique_ptr<Shell> CreateShellOnPlatformThread(
Dace_shell.cc56 std::unique_ptr<Shell> Shell::CreateShellOnPlatformThread( in CreateShellOnPlatformThread() function in flutter::Shell
243 shell = CreateShellOnPlatformThread(std::move(task_runners), // in Create()
Dshell.cc35 std::unique_ptr<Shell> Shell::CreateShellOnPlatformThread( in CreateShellOnPlatformThread() function in flutter::Shell
255 shell = CreateShellOnPlatformThread(std::move(vm), in Create()