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

1 2

  /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_org/sync/engine/net/
server_connection_manager.cc 74 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::ScopedConnectionHelper::get()
    [all...]
server_connection_manager.h 109 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 {
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...]
  /external/chromium_org/sync/internal_api/
syncapi_server_connection_manager.h 23 class SyncAPIBridgedConnection : public ServerConnectionManager::Connection {
25 SyncAPIBridgedConnection(ServerConnectionManager* scm,
47 // A ServerConnectionManager subclass used by the syncapi layer. We use a
51 : public ServerConnectionManager {
61 // ServerConnectionManager overrides.
syncapi_server_connection_manager.cc 15 ServerConnectionManager* scm,
89 : ServerConnectionManager(server,
99 ServerConnectionManager::Connection*
syncapi_server_connection_manager_unittest.cc 72 // Ask the ServerConnectionManager to stop before it is created.
79 ServerConnectionManager::PostBufferParams params;
90 // Ask the ServerConnectionManager to stop before its first request is made.
96 ServerConnectionManager::PostBufferParams params;
108 // Ask the ServerConnectionManager to stop during a request.
114 ServerConnectionManager::PostBufferParams params;
internal_components_factory_impl.cc 42 ServerConnectionManager* connection_manager,
  /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_org/sync/sessions/
sync_session_context.h 36 class ServerConnectionManager;
50 SyncSessionContext(ServerConnectionManager* connection_manager,
63 ServerConnectionManager* connection_manager() {
152 ServerConnectionManager* const connection_manager_;
sync_session_context.cc 14 ServerConnectionManager* connection_manager,
  /external/chromium_org/sync/internal_api/public/
internal_components_factory.h 22 class ServerConnectionManager;
83 ServerConnectionManager* connection_manager,
internal_components_factory_impl.h 28 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 = {
  /external/chromium_org/sync/internal_api/public/test/
test_internal_components_factory.h 34 ServerConnectionManager* connection_manager,
  /external/chromium_org/sync/engine/
syncer_proto_util.h 29 class ServerConnectionManager;
128 static bool PostAndProcessHeaders(ServerConnectionManager* scm,
syncer_proto_util_unittest.cc 255 class DummyConnectionManager : public ServerConnectionManager {
258 : ServerConnectionManager("unused", 0, false, signal),
  /external/chromium_org/sync/internal_api/test/
test_internal_components_factory.cc 33 ServerConnectionManager* connection_manager,

Completed in 1072 milliseconds

1 2