Searched refs:GetStorageForFileName (Results 1 – 1 of 1) sorted by relevance
47 static STGMEDIUM* GetStorageForFileName(const base::FilePath& path);341 STGMEDIUM* storage = GetStorageForFileName(path); in SetFilename()357 STGMEDIUM* storage = GetStorageForFileName(filenames[i].path); in SetFilenames()528 storage = GetStorageForFileName(download.filename); in SetDownloadFileInfo()678 (*iter)->medium = GetStorageForFileName(file_path); in OnDownloadCompleted()929 static STGMEDIUM* GetStorageForFileName(const base::FilePath& path) { in GetStorageForFileName() function