Home | History | Annotate | Download | only in engine

Lines Matching refs:ServerConnectionEvent

78 using browser_sync::ServerConnectionEvent;
1258 void HandleServerConnectionEvent(const ServerConnectionEvent& event);
2254 ServerConnectionEvent legacy;
2255 legacy.what_happened = ServerConnectionEvent::STATUS_CHANGED;
2262 const ServerConnectionEvent& event) {
2264 if (event.what_happened == ServerConnectionEvent::STATUS_CHANGED) {