Home
last modified time | relevance | path

Searched refs:HandlesFileSystemMountType (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/browser/fileapi/
Disolated_context_unittest.cc301 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()
Dexternal_mount_points_unittest.cc236 TEST(ExternalMountPointsTest, HandlesFileSystemMountType) { in TEST() argument
244 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()
/external/chromium_org/storage/browser/fileapi/
Dmount_points.h56 virtual bool HandlesFileSystemMountType(FileSystemType type) const = 0;
Dexternal_mount_points.h68 virtual bool HandlesFileSystemMountType(FileSystemType type) const OVERRIDE;
Dexternal_mount_points.cc116 bool ExternalMountPoints::HandlesFileSystemMountType( in HandlesFileSystemMountType() function in storage::ExternalMountPoints
275 if (!HandlesFileSystemMountType(url.type())) in CrackFileSystemURL()
Disolated_context.h144 virtual bool HandlesFileSystemMountType(FileSystemType type) const OVERRIDE;
Disolated_context.cc269 bool IsolatedContext::HandlesFileSystemMountType(FileSystemType type) const { in HandlesFileSystemMountType() function in storage::IsolatedContext
431 if (!HandlesFileSystemMountType(url.type())) in CrackFileSystemURL()
Dfile_system_context.cc566 if (!url_crackers_[i]->HandlesFileSystemMountType(current.type())) in CrackFileSystemURL()