Searched refs:file_name_or_path (Results 1 – 2 of 2) sorted by relevance
18 const FilePath& file_name_or_path, in DragDownloadFile() argument35 DCHECK(!file_name_or_path.empty() && !file_stream.get()); in DragDownloadFile()36 file_name_ = file_name_or_path; in DragDownloadFile()38 DCHECK(!file_name_or_path.empty() && file_stream.get()); in DragDownloadFile()39 file_path_ = file_name_or_path; in DragDownloadFile()
36 DragDownloadFile(const FilePath& file_name_or_path,