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

  /external/chromium_org/sync/internal_api/
syncapi_server_connection_manager.h 50 class SYNC_EXPORT_PRIVATE SyncAPIServerConnectionManager
54 SyncAPIServerConnectionManager(const std::string& server,
59 virtual ~SyncAPIServerConnectionManager();
74 DISALLOW_COPY_AND_ASSIGN(SyncAPIServerConnectionManager);
syncapi_server_connection_manager.cc 83 SyncAPIServerConnectionManager::SyncAPIServerConnectionManager(
97 SyncAPIServerConnectionManager::~SyncAPIServerConnectionManager() {}
100 SyncAPIServerConnectionManager::MakeConnection() {
syncapi_server_connection_manager_unittest.cc 76 SyncAPIServerConnectionManager server(
93 SyncAPIServerConnectionManager server(
111 SyncAPIServerConnectionManager server(
sync_manager_impl.h 37 class SyncAPIServerConnectionManager;
287 scoped_ptr<SyncAPIServerConnectionManager> connection_manager_;
sync_manager_impl.cc 292 connection_manager_.reset(new SyncAPIServerConnectionManager(
    [all...]

Completed in 211 milliseconds