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

  /external/chromium_org/sync/engine/net/
server_connection_manager.h 96 struct ServerConnectionEvent {
98 explicit ServerConnectionEvent(HttpResponse::ServerConnectionCode code) :
104 virtual void OnServerConnectionEvent(const ServerConnectionEvent& event) = 0;
  /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;

Completed in 693 milliseconds