Searched refs:sync_service_url (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_downloader.cc18 const GURL& sync_service_url,
26 new AttachmentDownloaderImpl(sync_service_url,
17 Create( const GURL& sync_service_url, const scoped_refptr<net::URLRequestContextGetter>& url_request_context_getter, const std::string& account_id, const OAuth2TokenService::ScopeSet scopes, const scoped_refptr<OAuth2TokenServiceRequest::TokenServiceProvider>& token_service_provider) argument
H A Dattachment_uploader_impl.cc254 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);
253 AttachmentUploaderImpl( const GURL& sync_service_url, const scoped_refptr<net::URLRequestContextGetter>& url_request_context_getter, const std::string& account_id, const OAuth2TokenService::ScopeSet& scopes, const scoped_refptr<OAuth2TokenServiceRequest::TokenServiceProvider>& token_service_provider) argument
312 GetURLForAttachmentId( const GURL& sync_service_url, const AttachmentId& attachment_id) argument
H A Dattachment_uploader_impl_unittest.cc384 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)
H A Dattachment_downloader_impl.cc39 const GURL& sync_service_url,
47 sync_service_url_(sync_service_url),
38 AttachmentDownloaderImpl( const GURL& sync_service_url, const scoped_refptr<net::URLRequestContextGetter>& url_request_context_getter, const std::string& account_id, const OAuth2TokenService::ScopeSet& scopes, const scoped_refptr<OAuth2TokenServiceRequest::TokenServiceProvider>& token_service_provider) argument
/external/chromium_org/sync/internal_api/public/attachments/
H A Dattachment_downloader.h45 // |sync_service_url| is the URL of the sync service.
55 const GURL& sync_service_url,
H A Dattachment_uploader_impl.h26 // |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,
H A Dattachment_downloader_impl.h24 // |sync_service_url| is the URL of the sync service.
34 const GURL& sync_service_url,
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_factory.cc113 const GURL sync_service_url = local
140 sync_service_url,
H A Dprofile_sync_components_factory_impl.h31 // |sync_service_url| is the base URL of the sync server.
40 const GURL& sync_service_url,
H A Dprofile_sync_components_factory_impl_unittest.cc105 GURL sync_service_url = local
H A Dprofile_sync_components_factory_impl.cc156 const GURL& sync_service_url,
163 sync_service_url_(sync_service_url),
153 ProfileSyncComponentsFactoryImpl( Profile* profile, CommandLine* command_line, const GURL& sync_service_url, OAuth2TokenService* token_service, net::URLRequestContextGetter* url_request_context_getter) argument
H A Dabout_sync_util.cc338 server_url.SetValue(service->sync_service_url().spec());
H A Dprofile_sync_service.h701 const GURL& sync_service_url() const { return sync_service_url_; } function in class:ProfileSyncService
H A Dprofile_sync_service_unittest.cc326 const std::string& url = service()->sync_service_url().spec();
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_test.cc699 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;
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_impl.cc102 const GURL& sync_service_url,
145 sync_service_url,
98 Initialize( sync_driver::SyncFrontend* frontend, scoped_ptr<base::Thread> sync_thread, const syncer::WeakHandle<syncer::JsEventHandler>& event_handler, const GURL& sync_service_url, const syncer::SyncCredentials& credentials, bool delete_sync_data_folder, scoped_ptr<syncer::SyncManagerFactory> sync_manager_factory, scoped_ptr<syncer::UnrecoverableErrorHandler> unrecoverable_error_handler, syncer::ReportUnrecoverableErrorFunction report_unrecoverable_error_function, syncer::NetworkResources* network_resources) argument

Completed in 171 milliseconds