Searched refs:HandleMessage (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/engine/flutter/runtime/ |
D | service_protocol.cc | 81 &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
|
D | service_protocol.h | 81 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/ |
D | incoming_message_dispatcher.h | 40 void HandleMessage(
|
D | incoming_message_dispatcher.cc | 15 void IncomingMessageDispatcher::HandleMessage( in HandleMessage() function in flutter::IncomingMessageDispatcher
|
/third_party/flutter/engine/flutter/shell/platform/windows/ |
D | win32_flutter_window.cc | 108 message_dispatcher_->HandleMessage( in HandlePlatformMessage()
|
/third_party/cef/tests/ceftests/ |
D | server_unittest.cc | 63 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
|