Lines Matching refs:dir_path
138 const FilePath& dir_path, std::vector<DownloadItem*>* result) {
144 it->second->full_path().DirName() == dir_path)
150 const FilePath& dir_path, std::vector<DownloadItem*>* result) {
156 (dir_path.empty() || it->second->full_path().DirName() == dir_path))
162 const FilePath& dir_path, std::vector<DownloadItem*>* result) {
175 // Skip items that don't match |dir_path|.
176 // If |dir_path| is empty, all remaining items match.
177 if (!dir_path.empty() && (it->second->full_path().DirName() != dir_path))
186 original_profile->GetDownloadManager()->GetCurrentDownloads(dir_path,