OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSyncableFileSystemRootURI
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/sync_file_system/
syncable_file_system_util_unittest.cc
44
TEST(SyncableFileSystemUtilTest,
GetSyncableFileSystemRootURI
) {
45
const GURL root =
GetSyncableFileSystemRootURI
(GURL(kOrigin));
118
const std::string root1 = sync_file_system::
GetSyncableFileSystemRootURI
(
120
const std::string root2 = sync_file_system::
GetSyncableFileSystemRootURI
(
syncable_file_system_util.h
32
GURL
GetSyncableFileSystemRootURI
(const GURL& origin);
syncable_file_system_util.cc
70
GURL
GetSyncableFileSystemRootURI
(const GURL& origin) {
99
GetSyncableFileSystemRootURI
(url.origin()).spec() +
/external/chromium_org/chrome/browser/sync_file_system/local/
sync_file_system_backend.cc
120
GetSyncableFileSystemRootURI
(origin_url));
284
callback.Run(
GetSyncableFileSystemRootURI
(origin_url),
Completed in 545 milliseconds