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

  /external/chromium_org/content/browser/fileapi/
sandbox_directory_database_unittest.cc 515 EXPECT_TRUE(db()->IsFileSystemConsistent());
520 EXPECT_TRUE(db()->IsFileSystemConsistent());
530 EXPECT_TRUE(db()->IsFileSystemConsistent());
538 EXPECT_TRUE(db()->IsFileSystemConsistent());
541 EXPECT_FALSE(db()->IsFileSystemConsistent());
548 EXPECT_TRUE(db()->IsFileSystemConsistent());
550 EXPECT_TRUE(db()->IsFileSystemConsistent());
556 EXPECT_TRUE(db()->IsFileSystemConsistent());
564 EXPECT_TRUE(db()->IsFileSystemConsistent());
568 EXPECT_TRUE(db()->IsFileSystemConsistent());
    [all...]
  /external/chromium_org/storage/browser/fileapi/
sandbox_directory_database.h 100 bool IsFileSystemConsistent();
sandbox_directory_database.cc 142 bool IsFileSystemConsistent() {
785 if (IsFileSystemConsistent())
802 bool SandboxDirectoryDatabase::IsFileSystemConsistent() {
806 return helper.IsFileSystemConsistent();

Completed in 180 milliseconds