kRoot 724 chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc const FileSystemURL kRoot(file_system.URL("")); kRoot 730 chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc change, base::FilePath(), kRoot, kRoot 106 chrome/browser/sync_file_system/subtree_set.cc inclusive_ancestors_of_subtree_roots_.find(fileapi::VirtualPath::kRoot); kRoot 69 net/http/http_auth_cache_unittest.cc const base::string16 kRoot(ASCIIToUTF16("root")); kRoot 336 net/http/http_auth_cache_unittest.cc AuthCredentials(kRoot, kWileCoyote), "/"); kRoot 377 net/http/http_auth_cache_unittest.cc AuthCredentials(kRoot, kWileCoyote))); kRoot 382 net/http/http_auth_cache_unittest.cc AuthCredentials(kRoot, kWileCoyote), "/"); kRoot 475 net/http/http_auth_cache_unittest.cc AuthCredentials(kRoot, kWileCoyote), path); kRoot 479 net/http/http_auth_cache_unittest.cc AuthCredentials(kRoot, kWileCoyote), another_path); kRoot 491 net/http/http_auth_cache_unittest.cc AuthCredentials(kAdmin, kRoot), path); kRoot 510 net/http/http_auth_cache_unittest.cc EXPECT_EQ(kRoot, entry->credentials().username()); kRoot 518 net/http/http_auth_cache_unittest.cc EXPECT_EQ(kRoot, entry->credentials().username()); kRoot 525 net/http/http_auth_cache_unittest.cc EXPECT_EQ(kRoot, entry->credentials().password()); kRoot 465 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp if ((*it)->Kind() == Edge::kRoot) kRoot 187 tools/clang/blink_gc_plugin/Edge.h LivenessKind Kind() { return kRoot; } kRoot 209 tools/clang/blink_gc_plugin/Edge.h LivenessKind Kind() { return is_root_ ? kRoot : kStrong; } kRoot 27 webkit/common/fileapi/file_system_util.cc const base::FilePath::CharType VirtualPath::kRoot[] = FILE_PATH_LITERAL("/"); kRoot 135 webkit/common/fileapi/file_system_util.cc normalized_path : base::FilePath::StringType(kRoot) + normalized_path; kRoot 139 webkit/common/fileapi/file_system_util.cc return path.find(kRoot) == 0; kRoot 147 webkit/common/fileapi/file_system_util.cc components[0] == VirtualPath::kRoot)); kRoot 33 webkit/common/fileapi/file_system_util.h static const base::FilePath::CharType kRoot[];