Home
last modified time | relevance | path

Searched refs:connection_manager (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/sync/sessions/
Dsync_session_context.cc15 ServerConnectionManager* connection_manager, in SyncSessionContext() argument
20 connection_manager_(connection_manager), in SyncSessionContext()
Dsync_session_context.h49 SyncSessionContext(ServerConnectionManager* connection_manager,
56 ServerConnectionManager* connection_manager() { in connection_manager() function
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.cc1278 SyncAPIServerConnectionManager* connection_manager() { in connection_manager() function in sync_api::SyncManager::SyncInternal
1478 if (connection_manager()) { in CheckServerReachable()
1479 connection_manager()->CheckServerReachable(); in CheckServerReachable()
1726 connection_manager()->AddListener(this); in Init()
1864 connection_manager()->set_client_id(lookup->cache_guid()); in OpenDirectory()
1906 connection_manager()->set_auth_token(credentials.sync_token); in UpdateCredentials()
2248 connection_manager()->CheckServerReachable(); in OnIPAddressChangedImpl()
Dsyncer_proto_util.cc217 if (!PostAndProcessHeaders(session->context()->connection_manager(), session, in PostClientToServerMessage()
Dsyncer_thread.cc144 ServerConnectionManager* scm = session_context_->connection_manager(); in WatchConnectionManager()
754 session_context_->connection_manager()->RemoveListener(this); in Stop()