Searched refs:IsRootPath (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/
H A Dsubtree_set.cc37 while (!storage::VirtualPath::IsRootPath(path)) {
59 while (!storage::VirtualPath::IsRootPath(path)) {
86 while (!storage::VirtualPath::IsRootPath(path)) {
H A Dfake_remote_change_processor.cc32 if (storage::VirtualPath::IsRootPath(url.path())) {
/external/chromium_org/content/common/fileapi/
H A Dfile_system_util_unittest.cc147 TEST_F(FileSystemUtilTest, IsRootPath) {
148 EXPECT_TRUE(VirtualPath::IsRootPath(base::FilePath(FILE_PATH_LITERAL(""))));
149 EXPECT_TRUE(VirtualPath::IsRootPath(base::FilePath()));
150 EXPECT_TRUE(VirtualPath::IsRootPath(base::FilePath(FILE_PATH_LITERAL("/"))));
151 EXPECT_TRUE(VirtualPath::IsRootPath(base::FilePath(FILE_PATH_LITERAL("//"))));
152 EXPECT_FALSE(VirtualPath::IsRootPath(
155 EXPECT_TRUE(VirtualPath::IsRootPath(base::FilePath(FILE_PATH_LITERAL("\\"))));
156 EXPECT_FALSE(VirtualPath::IsRootPath(
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Droot_delete_helper.cc51 DCHECK(storage::VirtualPath::IsRootPath(url.path()));
H A Dlocal_file_sync_status.cc66 if (storage::VirtualPath::IsRootPath(normalized_path))
H A Dlocal_file_sync_context.cc313 if (storage::VirtualPath::IsRootPath(url.path())) {
338 if (storage::VirtualPath::IsRootPath(url.path())) {
/external/chromium_org/storage/common/fileapi/
H A Dfile_system_util.h65 static bool IsRootPath(const base::FilePath& path);
H A Dfile_system_util.cc142 bool VirtualPath::IsRootPath(const base::FilePath& path) { function in class:storage::VirtualPath
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_dir_url_request_job.cc95 if (url_.is_valid() && VirtualPath::IsRootPath(url_.virtual_path())) {
H A Dsandbox_file_system_backend_delegate.cc527 if (VirtualPath::IsRootPath(url.path()) &&
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dsync_worker.cc524 storage::VirtualPath::IsRootPath(syncer->url().path())) {
/external/chromium_org/content/browser/
H A Dchild_process_security_policy_impl.cc710 if (storage::VirtualPath::IsRootPath(url.path()) &&

Completed in 3171 milliseconds