HomeSort by relevance Sort by last modified time
    Searched refs:IsRootPath (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/webkit/common/fileapi/
file_system_util_unittest.cc 124 TEST_F(FileSystemUtilTest, IsRootPath) {
125 EXPECT_TRUE(VirtualPath::IsRootPath(base::FilePath(FILE_PATH_LITERAL(""))));
126 EXPECT_TRUE(VirtualPath::IsRootPath(base::FilePath()));
127 EXPECT_TRUE(VirtualPath::IsRootPath(base::FilePath(FILE_PATH_LITERAL("/"))));
128 EXPECT_TRUE(VirtualPath::IsRootPath(base::FilePath(FILE_PATH_LITERAL("//"))));
129 EXPECT_FALSE(VirtualPath::IsRootPath(
132 EXPECT_TRUE(VirtualPath::IsRootPath(base::FilePath(FILE_PATH_LITERAL("\\"))));
133 EXPECT_FALSE(VirtualPath::IsRootPath(
file_system_util.h 64 static bool IsRootPath(const base::FilePath& path);
file_system_util.cc 140 bool VirtualPath::IsRootPath(const base::FilePath& path) {
  /external/chromium_org/webkit/browser/fileapi/
sandbox_context.cc 158 if (VirtualPath::IsRootPath(url.path()) &&
  /external/chromium_org/content/browser/
child_process_security_policy_impl.cc 679 if (fileapi::VirtualPath::IsRootPath(url.path()) &&

Completed in 924 milliseconds