NormalizePathSeparators  686 base/file_util_win.cc   if (!GetVolumePathNameW(path.NormalizePathSeparators().value().c_str(),
NormalizePathSeparators  375 base/files/file_path.h   FilePath NormalizePathSeparators() const;
NormalizePathSeparators 1183 base/files/file_path_unittest.cc TEST_F(FilePathTest, NormalizePathSeparators) {
NormalizePathSeparators 1219 base/files/file_path_unittest.cc     FilePath observed = input.NormalizePathSeparators();
NormalizePathSeparators 1235 base/files/file_path_unittest.cc     FilePath input = FilePath(cases[i].input).NormalizePathSeparators();
NormalizePathSeparators 1248 base/files/file_path_unittest.cc     FilePath input = FilePath(cases[i].input).NormalizePathSeparators();
NormalizePathSeparators 1249 base/files/file_path_unittest.cc     FilePath expected = FilePath(cases[i].expected).NormalizePathSeparators();
NormalizePathSeparators  182 chrome/browser/apps/app_browsertest.cc       filename).NormalizePathSeparators();
NormalizePathSeparators  521 chrome/browser/apps/app_browsertest.cc   relative_test_doc = relative_test_doc.NormalizePathSeparators();
NormalizePathSeparators  184 chrome/browser/apps/app_browsertest_util.cc   test_doc = test_doc.NormalizePathSeparators();
NormalizePathSeparators  239 chrome/browser/download/chrome_download_manager_delegate_unittest.cc   return full_path.NormalizePathSeparators();
NormalizePathSeparators  170 chrome/browser/download/download_path_reservation_tracker.cc   base::FilePath target_path(suggested_path.NormalizePathSeparators());
NormalizePathSeparators  133 chrome/browser/download/download_path_reservation_tracker_unittest.cc   return default_download_path().Append(suffix).NormalizePathSeparators();
NormalizePathSeparators  253 chrome/browser/download/download_target_determiner.cc         suggested_path).NormalizePathSeparators());
NormalizePathSeparators  359 chrome/browser/download/download_target_determiner_unittest.cc   return full_path.NormalizePathSeparators();
NormalizePathSeparators 1690 chrome/browser/extensions/api/downloads/downloads_api.cc   filename = (valid_filename ? filename.NormalizePathSeparators() :
NormalizePathSeparators  137 chrome/browser/extensions/api/media_galleries/media_galleries_apitest.cc     from_dir = from_dir.NormalizePathSeparators();
NormalizePathSeparators  579 chrome/browser/extensions/extension_protocols.cc       relative_path = relative_path.NormalizePathSeparators();
NormalizePathSeparators 2185 chrome/browser/extensions/extension_service_unittest.cc         NormalizePathSeparators(),
NormalizePathSeparators  113 chrome/browser/extensions/image_loader.cc     resource_path = resource_path.NormalizePathSeparators();
NormalizePathSeparators  296 chrome/browser/extensions/image_loader.cc   relative_path = relative_path.NormalizePathSeparators();
NormalizePathSeparators  125 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc         library_dir().AppendASCII(track_name).NormalizePathSeparators();
NormalizePathSeparators  128 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc                   artist, album, track_name).NormalizePathSeparators().value());
NormalizePathSeparators  262 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc         library_dir().AppendASCII("Track.mp3").NormalizePathSeparators();
NormalizePathSeparators  268 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc               album.begin()->second.NormalizePathSeparators().value());
NormalizePathSeparators  385 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc         library_dir().AppendASCII("Track.mp3").NormalizePathSeparators();
NormalizePathSeparators  389 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc                   "Track (1).mp3").NormalizePathSeparators().value());
NormalizePathSeparators  393 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc                   "Track (2).mp3").NormalizePathSeparators().value());
NormalizePathSeparators  397 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc                   "Track.mp3").NormalizePathSeparators().value());
NormalizePathSeparators  428 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc         library_dir().AppendASCII("Track:1.mp3").NormalizePathSeparators();
NormalizePathSeparators  432 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc                   "Track_1.mp3").NormalizePathSeparators().value());
NormalizePathSeparators  436 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc                   "Track_1 (2).mp3").NormalizePathSeparators().value());
NormalizePathSeparators  440 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc                   "Track_1 (3).mp3").NormalizePathSeparators().value());
NormalizePathSeparators  444 chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc                   "Track_1.mp3").NormalizePathSeparators().value());
NormalizePathSeparators  676 chrome/browser/media_galleries/media_galleries_preferences.cc   relative_path = relative_path.NormalizePathSeparators();
NormalizePathSeparators  770 chrome/browser/media_galleries/media_galleries_preferences.cc       relative_path.NormalizePathSeparators();
NormalizePathSeparators  231 chrome/browser/media_galleries/media_galleries_preferences_unittest.cc     expected_galleries_[id].path = relative_path.NormalizePathSeparators();
NormalizePathSeparators  147 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc     base::FilePath normalized_path = path.NormalizePathSeparators();
NormalizePathSeparators   58 chrome/browser/sync_file_system/drive_backend/metadata_database.cc     return base::FilePath(FILE_PATH_LITERAL("/")).NormalizePathSeparators();
NormalizePathSeparators   74 chrome/browser/sync_file_system/drive_backend/metadata_database.cc   return base::FilePath(result).NormalizePathSeparators();
NormalizePathSeparators  161 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc   return base::FilePath(path).NormalizePathSeparators();
NormalizePathSeparators  763 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc   EXPECT_EQ(base::FilePath(FPL("/")).NormalizePathSeparators(), path);
NormalizePathSeparators  766 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc   EXPECT_EQ(base::FilePath(FPL("/folder/file")).NormalizePathSeparators(),
NormalizePathSeparators   47 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc       base::FilePath(kV0FormatPathPrefix).NormalizePathSeparators().value();
NormalizePathSeparators   18 chrome/browser/sync_file_system/drive_backend/task_dependency_manager_unittest.cc   return base::FilePath(path).NormalizePathSeparators();
NormalizePathSeparators 1259 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc   return fileapi::StringToFilePath(title).NormalizePathSeparators();
NormalizePathSeparators   39 chrome/browser/sync_file_system/syncable_file_system_util_unittest.cc   return base::FilePath(path).NormalizePathSeparators();
NormalizePathSeparators   51 chrome/browser/ui/webui/fileicon_source.cc   *file_path = file_path->NormalizePathSeparators();
NormalizePathSeparators  393 content/browser/child_process_security_policy_unittest.cc   file = file.NormalizePathSeparators();
NormalizePathSeparators  311 content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc           base::FilePath(test_cases[i].path).NormalizePathSeparators()] =
NormalizePathSeparators  329 content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc         relative = relative.NormalizePathSeparators();
NormalizePathSeparators  136 content/browser/fileapi/dragged_file_util_unittest.cc         .Append(path).NormalizePathSeparators();
NormalizePathSeparators  315 content/browser/fileapi/dragged_file_util_unittest.cc               platform_path.NormalizePathSeparators());
NormalizePathSeparators  136 content/browser/fileapi/file_system_context_unittest.cc           DRIVE FPL("/test/isolated/root/file")).NormalizePathSeparators(),
NormalizePathSeparators  138 content/browser/fileapi/file_system_context_unittest.cc           NormalizePathSeparators(),
NormalizePathSeparators  150 content/browser/fileapi/file_system_context_unittest.cc           DRIVE FPL("/test/sys/root/file")).NormalizePathSeparators(),
NormalizePathSeparators  151 content/browser/fileapi/file_system_context_unittest.cc       base::FilePath(FPL("system/root/file")).NormalizePathSeparators(),
NormalizePathSeparators  188 content/browser/fileapi/file_system_context_unittest.cc           DRIVE FPL("/test/sys/root/file")).NormalizePathSeparators(),
NormalizePathSeparators  189 content/browser/fileapi/file_system_context_unittest.cc       base::FilePath(FPL("system/root/file")).NormalizePathSeparators(),
NormalizePathSeparators  331 content/browser/fileapi/file_system_context_unittest.cc         base::FilePath(kTestCases[i].expect_path).NormalizePathSeparators(),
NormalizePathSeparators  332 content/browser/fileapi/file_system_context_unittest.cc         virtual_path.NormalizePathSeparators(),
NormalizePathSeparators   30 webkit/browser/fileapi/external_mount_points.cc   return base::FilePath(path_str).NormalizePathSeparators();
NormalizePathSeparators  129 webkit/browser/fileapi/external_mount_points_unittest.cc       EXPECT_EQ(expected_path.NormalizePathSeparators(), found_path);
NormalizePathSeparators  231 webkit/browser/fileapi/external_mount_points_unittest.cc     EXPECT_EQ(expected_virtual_path.NormalizePathSeparators(), virtual_path)
NormalizePathSeparators  372 webkit/browser/fileapi/external_mount_points_unittest.cc         kTestCases[i].expect_path).NormalizePathSeparators(), cracked.path())
NormalizePathSeparators  374 webkit/browser/fileapi/external_mount_points_unittest.cc     EXPECT_EQ(base::FilePath(kTestCases[i].path).NormalizePathSeparators(),
NormalizePathSeparators  472 webkit/browser/fileapi/external_mount_points_unittest.cc         kTestCases[i].expect_path).NormalizePathSeparators(), cracked_path)
NormalizePathSeparators   53 webkit/browser/fileapi/file_system_url.cc       virtual_path_(virtual_path.NormalizePathSeparators()),
NormalizePathSeparators   55 webkit/browser/fileapi/file_system_url.cc       path_(virtual_path.NormalizePathSeparators()),
NormalizePathSeparators   70 webkit/browser/fileapi/file_system_url.cc       virtual_path_(virtual_path.NormalizePathSeparators()),
NormalizePathSeparators   73 webkit/browser/fileapi/file_system_url.cc       path_(cracked_path.NormalizePathSeparators()),
NormalizePathSeparators   33 webkit/browser/fileapi/file_system_url_unittest.cc   return path.NormalizePathSeparators().AsUTF8Unsafe();
NormalizePathSeparators   65 webkit/browser/fileapi/isolated_context.cc   base::FilePath normalized_path = path.NormalizePathSeparators();
NormalizePathSeparators   93 webkit/browser/fileapi/isolated_context.cc       MountPointInfo(name, path.NormalizePathSeparators())).second;
NormalizePathSeparators  223 webkit/browser/fileapi/isolated_context.cc   base::FilePath path(path_in.NormalizePathSeparators());
NormalizePathSeparators  248 webkit/browser/fileapi/isolated_context.cc   base::FilePath path(cracked_path_prefix.NormalizePathSeparators());
NormalizePathSeparators  352 webkit/browser/fileapi/isolated_context.cc   base::FilePath path(path_in.NormalizePathSeparators());
NormalizePathSeparators   48 webkit/browser/fileapi/isolated_context_unittest.cc       fileset_.insert(kTestPaths[i].NormalizePathSeparators());
NormalizePathSeparators   56 webkit/browser/fileapi/isolated_context_unittest.cc           files.AddPath(kTestPaths[i].NormalizePathSeparators(), &name));
NormalizePathSeparators  103 webkit/browser/fileapi/isolated_context_unittest.cc     ASSERT_EQ(kTestPaths[i].NormalizePathSeparators().value(),
NormalizePathSeparators  208 webkit/browser/fileapi/isolated_context_unittest.cc                     .NormalizePathSeparators().value(),
NormalizePathSeparators  252 webkit/browser/fileapi/isolated_context_unittest.cc                     .NormalizePathSeparators().value(),
NormalizePathSeparators  254 webkit/browser/fileapi/isolated_context_unittest.cc       ASSERT_EQ(virtual_path.NormalizePathSeparators(), cracked.virtual_path());
NormalizePathSeparators   81 webkit/browser/fileapi/sandbox_directory_database_unittest.cc     info.data_path = base::FilePath(data_path).NormalizePathSeparators();
NormalizePathSeparators  203 webkit/common/fileapi/file_system_util.cc     *virtual_path = converted_path.NormalizePathSeparators().