Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/
Dshell_integration_win_unittest.cc327 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/
Dlocal_file_stream_reader_unittest.cc139 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()
Dobfuscated_file_util_unittest.cc1784 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/
Durl_fixer_unittest.cc533 base::FilePath empty_path; in TEST() local
536 url_fixer::FixupRelativeFile(empty_path, http_url_path).SchemeIs("http")); in TEST()
/external/chromium_org/url/
Dgurl_unittest.cc374 GURL empty_path = url.GetWithEmptyPath(); in TEST() local
375 EXPECT_EQ(cases[i].expected, empty_path.spec()); in TEST()