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/webkit/browser/fileapi/
sandbox_directory_database.h 100 bool IsFileSystemConsistent();
sandbox_directory_database.cc 144 bool IsFileSystemConsistent() {
783 if (IsFileSystemConsistent())
800 bool SandboxDirectoryDatabase::IsFileSystemConsistent() {
804 return helper.IsFileSystemConsistent();

Completed in 27 milliseconds