Home
last modified time | relevance | path

Searched refs:GetStorageForFileName (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/base/dragdrop/
Dos_exchange_data_provider_win.cc47 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