Searched refs:HandlesFileSystemMountType (Results 1 – 8 of 8) sorted by relevance
301 EXPECT_TRUE(isolated_context()->HandlesFileSystemMountType( in TEST_F()305 EXPECT_FALSE(isolated_context()->HandlesFileSystemMountType( in TEST_F()307 EXPECT_FALSE(isolated_context()->HandlesFileSystemMountType( in TEST_F()309 EXPECT_FALSE(isolated_context()->HandlesFileSystemMountType( in TEST_F()311 EXPECT_FALSE(isolated_context()->HandlesFileSystemMountType( in TEST_F()314 EXPECT_FALSE(isolated_context()->HandlesFileSystemMountType( in TEST_F()316 EXPECT_FALSE(isolated_context()->HandlesFileSystemMountType( in TEST_F()318 EXPECT_FALSE(isolated_context()->HandlesFileSystemMountType( in TEST_F()320 EXPECT_FALSE(isolated_context()->HandlesFileSystemMountType( in TEST_F()
236 TEST(ExternalMountPointsTest, HandlesFileSystemMountType) { in TEST() argument244 EXPECT_TRUE(mount_points->HandlesFileSystemMountType( in TEST()248 EXPECT_FALSE(mount_points->HandlesFileSystemMountType( in TEST()250 EXPECT_FALSE(mount_points->HandlesFileSystemMountType( in TEST()252 EXPECT_FALSE(mount_points->HandlesFileSystemMountType( in TEST()255 mount_points->HandlesFileSystemMountType(storage::kFileSystemTypeTest)); in TEST()257 EXPECT_FALSE(mount_points->HandlesFileSystemMountType( in TEST()259 EXPECT_FALSE(mount_points->HandlesFileSystemMountType( in TEST()262 mount_points->HandlesFileSystemMountType(storage::kFileSystemTypeDrive)); in TEST()263 EXPECT_FALSE(mount_points->HandlesFileSystemMountType( in TEST()
56 virtual bool HandlesFileSystemMountType(FileSystemType type) const = 0;
68 virtual bool HandlesFileSystemMountType(FileSystemType type) const OVERRIDE;
116 bool ExternalMountPoints::HandlesFileSystemMountType( in HandlesFileSystemMountType() function in storage::ExternalMountPoints275 if (!HandlesFileSystemMountType(url.type())) in CrackFileSystemURL()
144 virtual bool HandlesFileSystemMountType(FileSystemType type) const OVERRIDE;
269 bool IsolatedContext::HandlesFileSystemMountType(FileSystemType type) const { in HandlesFileSystemMountType() function in storage::IsolatedContext431 if (!HandlesFileSystemMountType(url.type())) in CrackFileSystemURL()
566 if (!url_crackers_[i]->HandlesFileSystemMountType(current.type())) in CrackFileSystemURL()