Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/engine/
Dall_status.h26 struct ServerConnectionEvent;
35 void HandleServerConnectionEvent(const ServerConnectionEvent& event);
Dall_status.cc121 const ServerConnectionEvent& event) { in HandleServerConnectionEvent()
122 if (ServerConnectionEvent::STATUS_CHANGED == event.what_happened) { in HandleServerConnectionEvent()
Dsyncer_thread.h28 struct ServerConnectionEvent;
Dsyncapi.cc78 using browser_sync::ServerConnectionEvent;
1258 void HandleServerConnectionEvent(const ServerConnectionEvent& event);
2254 ServerConnectionEvent legacy; in OnServerConnectionEvent()
2255 legacy.what_happened = ServerConnectionEvent::STATUS_CHANGED; in OnServerConnectionEvent()
2262 const ServerConnectionEvent& event) { in HandleServerConnectionEvent()
2264 if (event.what_happened == ServerConnectionEvent::STATUS_CHANGED) { in HandleServerConnectionEvent()
/external/chromium/chrome/browser/sync/engine/net/
Dserver_connection_manager.h112 struct ServerConnectionEvent { struct
114 typedef ServerConnectionEvent EventType; argument
169 typedef EventChannel<ServerConnectionEvent, base::Lock> Channel;
Dserver_connection_manager.cc38 static const ServerConnectionEvent shutdown_event =
39 { ServerConnectionEvent::SHUTDOWN, HttpResponse::CONNECTION_UNAVAILABLE,