Searched defs:sync_service_url (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_factory.cc105 const GURL sync_service_url = local
130 sync_service_url,
H A Dprofile_sync_components_factory_impl_unittest.cc105 GURL sync_service_url = local
H A Dprofile_sync_components_factory_impl.cc147 std::string GetSyncServiceAttachmentsURL(const GURL& sync_service_url) { argument
148 return sync_service_url.spec() + kAttachmentsPath;
156 const GURL& sync_service_url,
166 sync_service_url_(sync_service_url),
153 ProfileSyncComponentsFactoryImpl( Profile* profile, CommandLine* command_line, const GURL& sync_service_url, const std::string& account_id, const OAuth2TokenService::ScopeSet& scope_set, OAuth2TokenService* token_service, net::URLRequestContextGetter* url_request_context_getter) argument
H A Dprofile_sync_service.h697 const GURL& sync_service_url() const { return sync_service_url_; } function in class:ProfileSyncService
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_impl.cc99 const GURL& sync_service_url,
142 sync_service_url,
95 Initialize( 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
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_test.cc687 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;

Completed in 126 milliseconds