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

/external/chromium/chrome/browser/sync/engine/net/
H A Dserver_connection_manager.cc42 bool ServerConnectionManager::Post::ReadBufferResponse(
63 bool ServerConnectionManager::Post::ReadDownloadResponse(
92 string ServerConnectionManager::Post::MakeConnectionURL(
104 int ServerConnectionManager::Post::ReadResponse(string* out_buffer,
113 ServerConnectionManager* conn_mgr, HttpResponse* response)
136 ServerConnectionManager::ServerConnectionManager( function in class:browser_sync::ServerConnectionManager
156 ServerConnectionManager::~ServerConnectionManager() {
160 void ServerConnectionManager
[all...]
H A Dserver_connection_manager.h144 class ServerConnectionManager;
150 ScopedServerStatusWatcher(ServerConnectionManager* conn_mgr,
154 ServerConnectionManager* const conn_mgr_;
163 // The ServerConnectionManager currently supports POSTing protocol buffers.
167 class ServerConnectionManager { class in namespace:browser_sync
181 // ServerConnectionManager. Subclasses implement this using an HTTP stack of
185 explicit Post(ServerConnectionManager* scm) : scm_(scm), timing_info_(0) {
219 ServerConnectionManager* scm_;
227 ServerConnectionManager(const std::string& server,
232 virtual ~ServerConnectionManager();
[all...]
/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 86 milliseconds