Home
last modified time | relevance | path

Searched refs:GetSyncServiceURL (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/sync/
Dprofile_sync_components_factory_impl_unittest.cc106 ProfileSyncService::GetSyncServiceURL(*command_line_); in TestSwitchDisablesType()
113 ProfileSyncService::GetSyncServiceURL(*command_line_), in TestSwitchDisablesType()
142 ProfileSyncService::GetSyncServiceURL(*command_line_), in TEST_F()
Dprofile_sync_service_factory.cc106 ProfileSyncService::GetSyncServiceURL(*CommandLine::ForCurrentProcess()); in BuildServiceInstanceFor()
Dprofile_sync_service_unittest.cc613 TEST_F(ProfileSyncServiceTest, GetSyncServiceURL) { in TEST_F() argument
619 ProfileSyncService::GetSyncServiceURL(command_line).spec()); in TEST_F()
Dprofile_sync_service.h781 static GURL GetSyncServiceURL(const base::CommandLine& command_line);
Dprofile_sync_service.cc200 sync_service_url_(GetSyncServiceURL(*CommandLine::ForCurrentProcess())), in ProfileSyncService()
2564 GURL ProfileSyncService::GetSyncServiceURL( in GetSyncServiceURL() function in ProfileSyncService