Searched refs:empty_path (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/chrome/browser/ |
D | shell_integration_win_unittest.cc | 327 base::FilePath empty_path; in TEST() local 329 ShellIntegration::GetAppModelIdForProfile(base_app_id, empty_path)); in TEST() 356 base::FilePath empty_path; in TEST() local 358 ShellIntegration::GetAppListAppModelIdForProfile(empty_path)); in TEST()
|
/external/chromium_org/content/browser/fileapi/ |
D | local_file_stream_reader_unittest.cc | 139 base::FilePath empty_path = test_dir().AppendASCII("empty"); in TEST_F() local 140 base::File file(empty_path, base::File::FLAG_CREATE | base::File::FLAG_READ); in TEST_F() 145 CreateFileReader(empty_path, 0, base::Time())); in TEST_F()
|
D | obfuscated_file_util_unittest.cc | 1784 const FileSystemURL empty_path = CreateURL(base::FilePath()); in TEST_F() local 1798 file_system_context(), empty_path, &entries)); in TEST_F() 1809 file_system_context(), empty_path, &entries)); in TEST_F()
|
/external/chromium_org/components/url_fixer/ |
D | url_fixer_unittest.cc | 533 base::FilePath empty_path; in TEST() local 536 url_fixer::FixupRelativeFile(empty_path, http_url_path).SchemeIs("http")); in TEST()
|
/external/chromium_org/url/ |
D | gurl_unittest.cc | 374 GURL empty_path = url.GetWithEmptyPath(); in TEST() local 375 EXPECT_EQ(cases[i].expected, empty_path.spec()); in TEST()
|