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 73 ServerConnectionManager::Connection::Connection(
74 ServerConnectionManager* scm) : scm_(scm) {
77 ServerConnectionManager::Connection::~Connection() {
80 bool ServerConnectionManager::Connection::ReadBufferResponse(
101 bool ServerConnectionManager::Connection::ReadDownloadResponse(
116 ServerConnectionManager::ScopedConnectionHelper::ScopedConnectionHelper(
117 ServerConnectionManager* manager, Connection* connection)
120 ServerConnectionManager::ScopedConnectionHelper::~ScopedConnectionHelper() {
126 ServerConnectionManager::Connection*
127 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 {
139 // ServerConnectionManager. Subclasses implement this using an HTTP stack of
143 explicit Connection(ServerConnectionManager* scm);
176 ServerConnectionManager* scm_;
183 ServerConnectionManager(const std::string& server,
188 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_unittest.cc 74 ServerConnectionManager::PostBufferParams params;
90 ServerConnectionManager::PostBufferParams params;
97 base::Bind(&ServerConnectionManager::TerminateAllIO,
syncapi_server_connection_manager.cc 15 ServerConnectionManager* scm,
96 : ServerConnectionManager(server, port, use_ssl, use_oauth2_token),
103 ServerConnectionManager::Connection*
internal_components_factory_impl.cc 37 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() {
150 ServerConnectionManager* const connection_manager_;
sync_session_context.cc 17 ServerConnectionManager* connection_manager,
  /external/chromium_org/sync/internal_api/public/
internal_components_factory.h 22 class ServerConnectionManager;
81 ServerConnectionManager* connection_manager,
internal_components_factory_impl.h 27 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 33 ServerConnectionManager* connection_manager,
  /external/chromium_org/sync/engine/
syncer_proto_util.h 29 class ServerConnectionManager;
138 static bool PostAndProcessHeaders(ServerConnectionManager* scm,
syncer_proto_util_unittest.cc 255 class DummyConnectionManager : public ServerConnectionManager {
258 : ServerConnectionManager("unused", 0, false, false),
  /external/chromium_org/sync/internal_api/test/
test_internal_components_factory.cc 31 ServerConnectionManager* connection_manager,

Completed in 686 milliseconds

1 2