Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/fml/
Dmessage_loop.h39 static bool IsInitializedForCurrentThread();
Dmessage_loop.cc35 bool MessageLoop::IsInitializedForCurrentThread() { in IsInitializedForCurrentThread() function in fml::MessageLoop
Dtask_runner.cc42 if (!fml::MessageLoop::IsInitializedForCurrentThread()) { in RunsTasksOnCurrentThread()