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

  /external/chromium_org/chrome/browser/media_galleries/
media_file_system_context.h 32 virtual base::FilePath GetRegisteredPath(
media_file_system_registry.cc 386 file_system_context_->GetRegisteredPath(fs_name),
428 file_system_context_->GetRegisteredPath(fs_name),
654 virtual base::FilePath GetRegisteredPath(
657 if (!ExternalMountPoints::GetSystemInstance()->GetRegisteredPath(fs_name,
media_file_system_registry_unittest.cc 87 virtual base::FilePath GetRegisteredPath(
139 base::FilePath TestMediaFileSystemContext::GetRegisteredPath(
187 base::FilePath fsid_path = fs_context->GetRegisteredPath(info.fsid);
    [all...]
  /external/chromium_org/content/browser/fileapi/
isolated_context_unittest.cc 118 // 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(id2, &path))
    [all...]
external_mount_points_unittest.cc 36 // Path returned by GetRegisteredPath. NULL if the method is expected to
124 mount_points->GetRegisteredPath(kTestCases[i].name, &found_path))
  /external/chromium_org/webkit/browser/fileapi/
mount_points.h 73 virtual bool GetRegisteredPath(const std::string& mount_name,
external_mount_points.h 70 virtual bool GetRegisteredPath(const std::string& mount_name,
isolated_context.h 146 virtual bool GetRegisteredPath(const std::string& filesystem_id,
external_mount_points.cc 137 bool ExternalMountPoints::GetRegisteredPath(
isolated_context.cc 278 bool IsolatedContext::GetRegisteredPath(
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
mtp_device_map_service.cc 88 if (!fileapi::ExternalMountPoints::GetSystemInstance()->GetRegisteredPath(
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service.cc 356 // GetRegisteredPath() returns true if the path is available.
361 return mount_points->GetRegisteredPath(mount_point_name_, &unused);
  /external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager.cc 75 return mount_points->GetRegisteredPath(mount_point_name, path);
    [all...]

Completed in 244 milliseconds