HomeSort by relevance Sort by last modified time
    Searched refs:ServerConnectionEvent (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/sync/engine/
all_status.h 26 struct ServerConnectionEvent;
35 void HandleServerConnectionEvent(const ServerConnectionEvent& event);
all_status.cc 121 const ServerConnectionEvent& event) {
122 if (ServerConnectionEvent::STATUS_CHANGED == event.what_happened) {
syncer_thread.h 28 struct ServerConnectionEvent;
syncapi.cc 78 using browser_sync::ServerConnectionEvent;
    [all...]
  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.h 112 struct ServerConnectionEvent {
114 typedef ServerConnectionEvent EventType;
169 typedef EventChannel<ServerConnectionEvent, base::Lock> Channel;
server_connection_manager.cc 38 static const ServerConnectionEvent shutdown_event =
39 { ServerConnectionEvent::SHUTDOWN, HttpResponse::CONNECTION_UNAVAILABLE,

Completed in 1558 milliseconds