Home
last modified time | relevance | path

Searched defs:is_legacy_message (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/mojo/core/
Dchannel.cc88 const bool is_legacy_message = (message_type == MessageType::NORMAL_LEGACY); in Message() local
361 bool Channel::Message::is_legacy_message() const { in is_legacy_message() function in mojo::core::Channel::Message