Home
last modified time | relevance | path

Searched refs:EnableInputBlockingForChannel (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/
Dplugin_registrar.h54 void EnableInputBlockingForChannel(const std::string& channel);
/third_party/flutter/engine/flutter/shell/platform/common/cpp/
Dincoming_message_dispatcher.h59 void EnableInputBlockingForChannel(const std::string& channel);
Dincoming_message_dispatcher.cc52 void IncomingMessageDispatcher::EnableInputBlockingForChannel( in EnableInputBlockingForChannel() function in flutter::IncomingMessageDispatcher
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/
Dplugin_registrar.cc155 void PluginRegistrar::EnableInputBlockingForChannel( in EnableInputBlockingForChannel() function in flutter::PluginRegistrar
/third_party/flutter/engine/flutter/shell/platform/windows/
Dflutter_windows.cc204 registrar->messenger->dispatcher->EnableInputBlockingForChannel(channel); in FlutterDesktopRegistrarEnableInputBlocking()