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

  /external/chromium_org/sync/internal_api/public/attachments/
attachment_uploader_impl.h 60 GURL sync_service_url_; member in class:syncer::AttachmentUploaderImpl
attachment_downloader_impl.h 71 GURL sync_service_url_; member in class:syncer::AttachmentDownloaderImpl
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.h 107 const GURL sync_service_url_; member in class:ProfileSyncComponentsFactoryImpl
profile_sync_components_factory_impl.cc 163 sync_service_url_(sync_service_url),
628 sync_service_url_,
639 sync_service_url_,
profile_sync_service.h 701 const GURL& sync_service_url() const { return sync_service_url_; }
996 const GURL sync_service_url_; member in class:ProfileSyncService
    [all...]
profile_sync_service.cc 211 sync_service_url_(GetSyncServiceURL(*CommandLine::ForCurrentProcess())),
531 sync_service_url_,
    [all...]
  /external/chromium_org/sync/internal_api/attachments/
attachment_downloader_impl.cc 47 sync_service_url_(sync_service_url),
67 sync_service_url_, attachment_id).spec();
attachment_uploader_impl.cc 261 : sync_service_url_(sync_service_url),
298 const GURL url = GetURLForAttachmentId(sync_service_url_, attachment_id);

Completed in 603 milliseconds