Home
last modified time | relevance | path

Searched refs:HandleMessage (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/engine/flutter/runtime/
Dservice_protocol.cc81 &ServiceProtocol::HandleMessage, // callback in ToggleHooks()
96 bool ServiceProtocol::HandleMessage(const char* method, in HandleMessage() function in flutter::ServiceProtocol
117 bool result = HandleMessage(std::string_view{method}, // in HandleMessage()
135 bool ServiceProtocol::HandleMessage(std::string_view method, in HandleMessage() function in flutter::ServiceProtocol
144 return service_protocol->HandleMessage(method, params, response); in HandleMessage()
173 bool ServiceProtocol::HandleMessage(std::string_view method, in HandleMessage() function in flutter::ServiceProtocol
Dservice_protocol.h81 static bool HandleMessage(const char* method,
88 static bool HandleMessage(std::string_view method,
93 bool HandleMessage(std::string_view method,
/third_party/flutter/engine/flutter/shell/platform/common/cpp/
Dincoming_message_dispatcher.h40 void HandleMessage(
Dincoming_message_dispatcher.cc15 void IncomingMessageDispatcher::HandleMessage( in HandleMessage() function in flutter::IncomingMessageDispatcher
/third_party/flutter/engine/flutter/shell/platform/windows/
Dwin32_flutter_window.cc108 message_dispatcher_->HandleMessage( in HandlePlatformMessage()
/third_party/cef/tests/ceftests/
Dserver_unittest.cc63 virtual bool HandleMessage(CefRefPtr<CefServer> server,
323 handled = (*it)->HandleMessage(server, connection_id, data, data_size); in OnWebSocketMessage()
1296 bool HandleMessage(CefRefPtr<CefServer> server, in HandleMessage() function in __anon05c2da7d0211::EchoWebSocketRequestHandler