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

  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.cc 42 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(
156 ServerConnectionManager::~ServerConnectionManager() {
160 void ServerConnectionManager::NotifyStatusChanged()
    [all...]
server_connection_manager.h 144 class ServerConnectionManager;
150 ScopedServerStatusWatcher(ServerConnectionManager* conn_mgr,
154 ServerConnectionManager* const conn_mgr_;
163 // The ServerConnectionManager currently supports POSTing protocol buffers.
167 class ServerConnectionManager {
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...]

Completed in 160 milliseconds