IsRootPath        573 chrome/browser/sync_file_system/drive_backend/sync_engine.cc         fileapi::VirtualPath::IsRootPath(syncer->url().path())) {
IsRootPath         31 chrome/browser/sync_file_system/fake_remote_change_processor.cc   if (fileapi::VirtualPath::IsRootPath(url.path())) {
IsRootPath        313 chrome/browser/sync_file_system/local/local_file_sync_context.cc   if (fileapi::VirtualPath::IsRootPath(url.path())) {
IsRootPath        338 chrome/browser/sync_file_system/local/local_file_sync_context.cc   if (fileapi::VirtualPath::IsRootPath(url.path())) {
IsRootPath         52 chrome/browser/sync_file_system/local/root_delete_helper.cc   DCHECK(fileapi::VirtualPath::IsRootPath(url.path()));
IsRootPath         37 chrome/browser/sync_file_system/subtree_set.cc   while (!fileapi::VirtualPath::IsRootPath(path)) {
IsRootPath         59 chrome/browser/sync_file_system/subtree_set.cc   while (!fileapi::VirtualPath::IsRootPath(path)) {
IsRootPath         86 chrome/browser/sync_file_system/subtree_set.cc   while (!fileapi::VirtualPath::IsRootPath(path)) {
IsRootPath        708 content/browser/child_process_security_policy_impl.cc   if (fileapi::VirtualPath::IsRootPath(url.path()) &&
IsRootPath         96 webkit/browser/fileapi/file_system_dir_url_request_job.cc     if (url_.is_valid() && VirtualPath::IsRootPath(url_.virtual_path())) {
IsRootPath        529 webkit/browser/fileapi/sandbox_file_system_backend_delegate.cc   if (VirtualPath::IsRootPath(url.path()) &&
IsRootPath         66 webkit/common/fileapi/file_system_util.h   static bool IsRootPath(const base::FilePath& path);
IsRootPath        140 webkit/common/fileapi/file_system_util_unittest.cc TEST_F(FileSystemUtilTest, IsRootPath) {
IsRootPath        141 webkit/common/fileapi/file_system_util_unittest.cc   EXPECT_TRUE(VirtualPath::IsRootPath(base::FilePath(FILE_PATH_LITERAL(""))));
IsRootPath        142 webkit/common/fileapi/file_system_util_unittest.cc   EXPECT_TRUE(VirtualPath::IsRootPath(base::FilePath()));
IsRootPath        143 webkit/common/fileapi/file_system_util_unittest.cc   EXPECT_TRUE(VirtualPath::IsRootPath(base::FilePath(FILE_PATH_LITERAL("/"))));
IsRootPath        144 webkit/common/fileapi/file_system_util_unittest.cc   EXPECT_TRUE(VirtualPath::IsRootPath(base::FilePath(FILE_PATH_LITERAL("//"))));
IsRootPath        145 webkit/common/fileapi/file_system_util_unittest.cc   EXPECT_FALSE(VirtualPath::IsRootPath(
IsRootPath        148 webkit/common/fileapi/file_system_util_unittest.cc   EXPECT_TRUE(VirtualPath::IsRootPath(base::FilePath(FILE_PATH_LITERAL("\\"))));
IsRootPath        149 webkit/common/fileapi/file_system_util_unittest.cc   EXPECT_FALSE(VirtualPath::IsRootPath(