Searched refs:NormalizeWindowsPathSeparators (Results 1 – 5 of 5) sorted by relevance
146 relative_path = relative_path.NormalizeWindowsPathSeparators(); in CreateExtensionURLRequestJob()156 bm_resource_path = bm_resource_path.NormalizeWindowsPathSeparators(); in CreateExtensionURLRequestJob()
864 return path.NormalizeWindowsPathSeparators(); in NormalizeSeparators()
323 FilePath NormalizeWindowsPathSeparators() const;
1048 TEST_F(FilePathTest, NormalizeWindowsPathSeparators) { in TEST_F() argument1084 FilePath observed = input.NormalizeWindowsPathSeparators(); in TEST_F()
1204 FilePath FilePath::NormalizeWindowsPathSeparators() const { in NormalizeWindowsPathSeparators() function in FilePath