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

  /external/chromium_org/content/common/fileapi/
file_system_util_unittest.cc 15 using storage::ValidateIsolatedFileSystemId;
248 TEST_F(FileSystemUtilTest, ValidateIsolatedFileSystemId) {
249 EXPECT_TRUE(ValidateIsolatedFileSystemId("ABCDEF0123456789ABCDEF0123456789"));
250 EXPECT_TRUE(ValidateIsolatedFileSystemId("ABCDEFABCDEFABCDEFABCDEFABCDEFAB"));
251 EXPECT_TRUE(ValidateIsolatedFileSystemId("01234567890123456789012345678901"));
258 EXPECT_FALSE(ValidateIsolatedFileSystemId(kLowercaseId));
261 EXPECT_FALSE(ValidateIsolatedFileSystemId(std::string()));
265 EXPECT_FALSE(ValidateIsolatedFileSystemId(kShorterId));
269 EXPECT_FALSE(ValidateIsolatedFileSystemId(kLongerId));
274 EXPECT_FALSE(ValidateIsolatedFileSystemId(kSlashId))
    [all...]
  /external/chromium_org/storage/common/fileapi/
file_system_util.h 159 STORAGE_COMMON_EXPORT bool ValidateIsolatedFileSystemId(
file_system_util.cc 440 bool ValidateIsolatedFileSystemId(const std::string& filesystem_id) {
  /external/chromium_org/content/renderer/pepper/
pepper_file_system_host.cc 127 if (!storage::ValidateIsolatedFileSystemId(fsid))
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_system_browser_host.cc 338 if (!storage::ValidateIsolatedFileSystemId(fsid))

Completed in 153 milliseconds