Searched defs:ServerConnectionManager (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sync/engine/net/
H A Dserver_connection_manager.cc74 ServerConnectionManager::Connection::Connection(
75 ServerConnectionManager* scm) : scm_(scm) {
78 ServerConnectionManager::Connection::~Connection() {
81 bool ServerConnectionManager::Connection::ReadBufferResponse(
102 bool ServerConnectionManager::Connection::ReadDownloadResponse(
117 ServerConnectionManager::ScopedConnectionHelper::ScopedConnectionHelper(
118 ServerConnectionManager* manager, Connection* connection)
121 ServerConnectionManager::ScopedConnectionHelper::~ScopedConnectionHelper() {
127 ServerConnectionManager::Connection*
128 ServerConnectionManager
177 ServerConnectionManager::ServerConnectionManager( function in class:syncer::ServerConnectionManager
[all...]
H A Dserver_connection_manager.h109 class ServerConnectionManager;
116 ScopedServerStatusWatcher(ServerConnectionManager* conn_mgr,
120 ServerConnectionManager* const conn_mgr_;
126 // The ServerConnectionManager currently supports POSTing protocol buffers.
128 class SYNC_EXPORT_PRIVATE ServerConnectionManager : public CancelationObserver { class in namespace:syncer
139 // ServerConnectionManager. Subclasses implement this using an HTTP stack of
143 explicit Connection(ServerConnectionManager* scm);
174 ServerConnectionManager* scm_;
181 ServerConnectionManager(const std::string& server,
186 virtual ~ServerConnectionManager();
[all...]

Completed in 1102 milliseconds