Searched refs:GetSyncableFileSystemRootURI (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/
H A Dsyncable_file_system_util_unittest.cc43 TEST(SyncableFileSystemUtilTest, GetSyncableFileSystemRootURI) {
44 const GURL root = GetSyncableFileSystemRootURI(GURL(kOrigin));
117 const std::string root1 = sync_file_system::GetSyncableFileSystemRootURI(
119 const std::string root2 = sync_file_system::GetSyncableFileSystemRootURI(
H A Dsyncable_file_system_util.h32 GURL GetSyncableFileSystemRootURI(const GURL& origin);
H A Dsyncable_file_system_util.cc55 GURL GetSyncableFileSystemRootURI(const GURL& origin) { function in namespace:sync_file_system
84 GetSyncableFileSystemRootURI(url.origin()).spec() +
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsync_file_system_backend.cc122 GetSyncableFileSystemRootURI(url.origin()));
318 callback.Run(GetSyncableFileSystemRootURI(origin_url),

Completed in 115 milliseconds