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

  /external/chromium_org/webkit/browser/fileapi/
isolated_context_unittest.cc 107 // Make sure GetRegisteredPath returns false for id_ since it is
110 ASSERT_FALSE(isolated_context()->GetRegisteredPath(id_, &path));
122 // Make sure the GetRegisteredPath returns true only for the new one.
123 ASSERT_FALSE(isolated_context()->GetRegisteredPath(id_, &path));
124 ASSERT_TRUE(isolated_context()->GetRegisteredPath(id2, &path));
139 ASSERT_TRUE(isolated_context()->GetRegisteredPath(id2, &path));
140 ASSERT_TRUE(isolated_context()->GetRegisteredPath(id3, &path));
141 ASSERT_FALSE(isolated_context()->GetRegisteredPath(id4, &path));
142 ASSERT_TRUE(isolated_context()->GetRegisteredPath(id5, &path));
151 ASSERT_TRUE(isolated_context()->GetRegisteredPath(id2, &path))
    [all...]
mount_points.h 72 virtual bool GetRegisteredPath(const std::string& mount_name,
external_mount_points.h 69 virtual bool GetRegisteredPath(const std::string& mount_name,
isolated_context.h 145 virtual bool GetRegisteredPath(const std::string& filesystem_id,
external_mount_points.cc 120 bool ExternalMountPoints::GetRegisteredPath(
external_mount_points_unittest.cc 36 // Path returned by GetRegisteredPath. NULL if the method is expected to
123 mount_points->GetRegisteredPath(kTestCases[i].name, &found_path))
isolated_context.cc 278 bool IsolatedContext::GetRegisteredPath(
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
drive_test_util.cc 70 // GetRegisteredPath succeeds iff the mount point exists.
72 GetRegisteredPath(drive_mount_point_name, &ignored))
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
mtp_device_map_service.cc 55 if (!fileapi::IsolatedContext::GetInstance()->GetRegisteredPath(
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.cc 321 if (!mount_points_->GetRegisteredPath(mount_name, &root_path) &&
322 !system_mount_points_->GetRegisteredPath(mount_name, &root_path)) {

Completed in 79 milliseconds