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

  /external/chromium_org/chrome/browser/sync/
profile_sync_service_factory.cc 105 const GURL sync_service_url = local
130 sync_service_url,
profile_sync_components_factory_impl.h 31 // |sync_service_url| is the base URL of the sync server.
44 const GURL& sync_service_url,
profile_sync_components_factory_impl.cc 147 std::string GetSyncServiceAttachmentsURL(const GURL& sync_service_url) {
148 return sync_service_url.spec() + kAttachmentsPath;
156 const GURL& sync_service_url,
166 sync_service_url_(sync_service_url),
profile_sync_components_factory_impl_unittest.cc 105 GURL sync_service_url = local
about_sync_util.cc 338 server_url.SetValue(service->sync_service_url().spec());
profile_sync_service.h 697 const GURL& sync_service_url() const { return sync_service_url_; } function in class:ProfileSyncService
    [all...]
profile_sync_service_unittest.cc 289 const std::string& url = service()->sync_service_url().spec();
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.cc 687 std::string sync_service_url = sync_server_.GetURL("chromiumsync").spec(); local
688 cl->AppendSwitchASCII(switches::kSyncServiceURL, sync_service_url);
689 DVLOG(1) << "Started local python sync server at " << sync_service_url;
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl.cc 99 const GURL& sync_service_url,
142 sync_service_url,

Completed in 856 milliseconds