Searched refs:GetRegisteredPath (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_file_system_context.h32 virtual base::FilePath GetRegisteredPath(
H A Dmedia_file_system_registry.cc389 file_system_context_->GetRegisteredPath(fs_name),
431 file_system_context_->GetRegisteredPath(fs_name),
664 virtual base::FilePath GetRegisteredPath(
667 if (!ExternalMountPoints::GetSystemInstance()->GetRegisteredPath(fs_name,
H A Dmedia_file_system_registry_unittest.cc87 virtual base::FilePath GetRegisteredPath(
139 base::FilePath TestMediaFileSystemContext::GetRegisteredPath( function in class:TestMediaFileSystemContext
187 base::FilePath fsid_path = fs_context->GetRegisteredPath(info.fsid);
1070 EXPECT_FALSE(test_file_system_context()->GetRegisteredPath(
1078 EXPECT_TRUE(test_file_system_context()->GetRegisteredPath(
/external/chromium_org/content/browser/fileapi/
H A Disolated_context_unittest.cc118 // Make sure GetRegisteredPath returns false for id_ since it is
121 ASSERT_FALSE(isolated_context()->GetRegisteredPath(id_, &path));
134 // Make sure the GetRegisteredPath returns true only for the new one.
135 ASSERT_FALSE(isolated_context()->GetRegisteredPath(id_, &path));
136 ASSERT_TRUE(isolated_context()->GetRegisteredPath(id2, &path));
151 ASSERT_TRUE(isolated_context()->GetRegisteredPath(id2, &path));
152 ASSERT_TRUE(isolated_context()->GetRegisteredPath(id3, &path));
153 ASSERT_FALSE(isolated_context()->GetRegisteredPath(id4, &path));
154 ASSERT_TRUE(isolated_context()->GetRegisteredPath(id5, &path));
163 ASSERT_TRUE(isolated_context()->GetRegisteredPath(id
[all...]
H A Dexternal_mount_points_unittest.cc36 // Path returned by GetRegisteredPath. NULL if the method is expected to
124 mount_points->GetRegisteredPath(kTestCases[i].name, &found_path))
/external/chromium_org/storage/browser/fileapi/
H A Dmount_points.h73 virtual bool GetRegisteredPath(const std::string& mount_name,
H A Dexternal_mount_points.h70 virtual bool GetRegisteredPath(const std::string& mount_name,
H A Disolated_context.h146 virtual bool GetRegisteredPath(const std::string& filesystem_id,
H A Dexternal_mount_points.cc135 bool ExternalMountPoints::GetRegisteredPath( function in class:storage::ExternalMountPoints
H A Disolated_context.cc278 bool IsolatedContext::GetRegisteredPath( function in class:storage::IsolatedContext
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmtp_device_map_service.cc88 if (!storage::ExternalMountPoints::GetSystemInstance()->GetRegisteredPath(
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddrive_integration_service.cc355 // GetRegisteredPath() returns true if the path is available.
360 return mount_points->GetRegisteredPath(mount_point_name_, &unused);
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dvolume_manager.cc68 return mount_points->GetRegisteredPath(mount_point_name, path);

Completed in 1511 milliseconds