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

  /external/chromium_org/sync/internal_api/attachments/
attachment_downloader.cc 18 const GURL& sync_service_url,
26 new AttachmentDownloaderImpl(sync_service_url,
attachment_uploader_impl.cc 254 const GURL& sync_service_url,
261 : sync_service_url_(sync_service_url),
313 const GURL& sync_service_url,
315 std::string path = sync_service_url.path();
323 return sync_service_url.ReplaceComponents(replacements);
attachment_uploader_impl_unittest.cc 384 GURL sync_service_url("https://example.com");
386 AttachmentUploaderImpl::GetURLForAttachmentId(sync_service_url, id)
393 GURL sync_service_url("https://example.com/");
395 AttachmentUploaderImpl::GetURLForAttachmentId(sync_service_url, id)
402 GURL sync_service_url("https://example.com/service");
404 AttachmentUploaderImpl::GetURLForAttachmentId(sync_service_url, id)
411 GURL sync_service_url("https://example.com/service/");
413 AttachmentUploaderImpl::GetURLForAttachmentId(sync_service_url, id)
attachment_downloader_impl.cc 39 const GURL& sync_service_url,
47 sync_service_url_(sync_service_url),
  /external/chromium_org/sync/internal_api/public/attachments/
attachment_uploader_impl.h 26 // |sync_service_url| is the URL of the sync service.
36 const GURL& sync_service_url,
49 // Return the URL for the given |sync_service_url| and |attachment_id|.
50 static GURL GetURLForAttachmentId(const GURL& sync_service_url,
attachment_downloader.h 45 // |sync_service_url| is the URL of the sync service.
55 const GURL& sync_service_url,
attachment_downloader_impl.h 24 // |sync_service_url| is the URL of the sync service.
34 const GURL& sync_service_url,
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_factory.cc 113 const GURL sync_service_url = local
140 sync_service_url,
profile_sync_components_factory_impl.h 31 // |sync_service_url| is the base URL of the sync server.
40 const GURL& sync_service_url,
profile_sync_components_factory_impl_unittest.cc 105 GURL sync_service_url = local
profile_sync_components_factory_impl.cc 156 const GURL& sync_service_url,
163 sync_service_url_(sync_service_url),
about_sync_util.cc 338 server_url.SetValue(service->sync_service_url().spec());
profile_sync_service.h 701 const GURL& sync_service_url() const { return sync_service_url_; } function in class:ProfileSyncService
    [all...]
profile_sync_service_unittest.cc 326 const std::string& url = service()->sync_service_url().spec();
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.cc 699 std::string sync_service_url = sync_server_.GetURL("chromiumsync").spec(); local
700 cl->AppendSwitchASCII(switches::kSyncServiceURL, sync_service_url);
701 DVLOG(1) << "Started local python sync server at " << sync_service_url;
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl.cc 102 const GURL& sync_service_url,
145 sync_service_url,

Completed in 507 milliseconds