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

  /external/chromium/chrome/browser/sync/engine/net/
syncapi_server_connection_manager.h 21 : public browser_sync::ServerConnectionManager::Post {
23 SyncAPIBridgedPost(browser_sync::ServerConnectionManager* scm,
41 // A ServerConnectionManager subclass used by the syncapi layer. We use a
45 : public browser_sync::ServerConnectionManager {
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...]
syncapi_server_connection_manager.cc 17 browser_sync::ServerConnectionManager* scm,
87 : ServerConnectionManager(server, port, use_ssl, client_version),
94 browser_sync::ServerConnectionManager::Post*
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...]
  /external/chromium/chrome/browser/sync/sessions/
sync_session_context.h 37 class ServerConnectionManager;
49 SyncSessionContext(ServerConnectionManager* connection_manager,
56 ServerConnectionManager* connection_manager() {
112 ServerConnectionManager* const connection_manager_;
sync_session_context.cc 15 ServerConnectionManager* connection_manager,
  /external/chromium/chrome/browser/sync/engine/
all_status.h 22 class ServerConnectionManager;
syncer_proto_util.h 35 class ServerConnectionManager;
113 static bool PostAndProcessHeaders(browser_sync::ServerConnectionManager* scm,
syncer.h 39 class ServerConnectionManager;
syncer_proto_util_unittest.cc 184 class DummyConnectionManager : public browser_sync::ServerConnectionManager {
187 : ServerConnectionManager("unused", 0, false, "version"),
syncer_proto_util.cc 141 bool SyncerProtoUtil::PostAndProcessHeaders(ServerConnectionManager* scm,
150 ServerConnectionManager::PostBufferParams params = {
syncer_thread.cc 95 // some external action causes a ServerConnectionManager to broadcast that
144 ServerConnectionManager* scm = session_context_->connection_manager();
    [all...]

Completed in 67 milliseconds