Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/runtime/
Dservice_protocol.cc26 const std::string_view ServiceProtocol::kRunInViewExtensionName = member in flutter::ServiceProtocol
47 kRunInViewExtensionName, in ServiceProtocol()
Dservice_protocol.h27 static const std::string_view kRunInViewExtensionName; variable
/third_party/flutter/engine/flutter/shell/common/
Dshell.cc288 service_protocol_handlers_[ServiceProtocol::kRunInViewExtensionName] = { in Shell()