Searched defs:GetPathInDownloadDir (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Dchrome_download_manager_delegate_unittest.cc142 base::FilePath GetPathInDownloadDir(const char* path);
235 base::FilePath ChromeDownloadManagerDelegateTest::GetPathInDownloadDir( function in class:__anon3573::ChromeDownloadManagerDelegateTest
335 base::FilePath expected_prompt_path(GetPathInDownloadDir("foo.txt"));
336 base::FilePath user_selected_path(GetPathInDownloadDir("bar/baz.txt"));
350 base::FilePath expected_prompt_path(GetPathInDownloadDir("bar/foo.txt"));
363 base::FilePath expected_path(GetPathInDownloadDir("foo.txt"));
373 base::FilePath expected_prompt_path(GetPathInDownloadDir("foo.txt"));
H A Ddownload_target_determiner_unittest.cc213 base::FilePath GetPathInDownloadDir(const base::FilePath::StringType& path);
288 GetPathInDownloadDir(test_case.forced_file_path);
354 base::FilePath DownloadTargetDeterminerTest::GetPathInDownloadDir( function in class:__anon3598::DownloadTargetDeterminerTest
410 GetPathInDownloadDir(test_case.expected_local_path));
796 GetPathInDownloadDir(FILE_PATH_LITERAL("foo.txt"));
808 GetPathInDownloadDir(FILE_PATH_LITERAL("foo/foo.txt"));
825 GetPathInDownloadDir(FILE_PATH_LITERAL("bar.txt")))));
852 GetPathInDownloadDir(FILE_PATH_LITERAL("foo-local.txt")))));
871 GetPathInDownloadDir(FILE_PATH_LITERAL("foo-local.txt")))));
895 GetPathInDownloadDir(FILE_PATH_LITERA
[all...]

Completed in 118 milliseconds