Searched refs:CLOSE_MESSAGE (Results 1 – 1 of 1) sorted by relevance
25 static constexpr char CLOSE_MESSAGE[] = "layoutClose"; variable67 if (message.find(CLOSE_MESSAGE, 0) != std::string::npos) { in OnMessage()