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

/external/chromium_org/content/browser/download/
H A Ddownload_file_unittest.cc288 base::FilePath* result_path_p) {
290 &DownloadFile::RenameAndUniquify, full_path, result_path_p);
295 base::FilePath* result_path_p) {
297 &DownloadFile::RenameAndAnnotate, full_path, result_path_p);
310 base::FilePath* result_path_p) {
320 result_path_p));
348 base::FilePath* result_path_p,
353 if (result_path_p)
354 *result_path_p = result_path;
378 base::FilePath* result_path_p) {
286 RenameAndUniquify( const base::FilePath& full_path, base::FilePath* result_path_p) argument
293 RenameAndAnnotate( const base::FilePath& full_path, base::FilePath* result_path_p) argument
307 InvokeRenameMethodAndWaitForCallback( DownloadFileRenameMethodType method, const base::FilePath& full_path, base::FilePath* result_path_p) argument
346 SetRenameResult(const base::Closure& closure, DownloadInterruptReason* reason_p, base::FilePath* result_path_p, DownloadInterruptReason reason, const base::FilePath& result_path) argument
376 InvokeSelectedRenameMethod( const base::FilePath& full_path, base::FilePath* result_path_p) argument
[all...]

Completed in 79 milliseconds