Home
last modified time | relevance | path

Searched refs:NormalizeWindowsPathSeparators (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_protocols.cc146 relative_path = relative_path.NormalizeWindowsPathSeparators(); in CreateExtensionURLRequestJob()
156 bm_resource_path = bm_resource_path.NormalizeWindowsPathSeparators(); in CreateExtensionURLRequestJob()
Dextension_service_unittest.cc864 return path.NormalizeWindowsPathSeparators(); in NormalizeSeparators()
/external/chromium/base/
Dfile_path.h323 FilePath NormalizeWindowsPathSeparators() const;
Dfile_path_unittest.cc1048 TEST_F(FilePathTest, NormalizeWindowsPathSeparators) { in TEST_F() argument
1084 FilePath observed = input.NormalizeWindowsPathSeparators(); in TEST_F()
Dfile_path.cc1204 FilePath FilePath::NormalizeWindowsPathSeparators() const { in NormalizeWindowsPathSeparators() function in FilePath