Searched refs:FileDeleter (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_internals_ui.cc305 class FileDeleter : public DownloadItem::Observer { class in namespace:content
307 explicit FileDeleter(const base::FilePath& temp_dir) : temp_dir_(temp_dir) {} function in class:content::FileDeleter
308 virtual ~FileDeleter();
318 DISALLOW_COPY_AND_ASSIGN(FileDeleter);
321 void FileDeleter::OnDownloadUpdated(DownloadItem* item) {
337 FileDeleter::~FileDeleter() {
357 item->AddObserver(new FileDeleter(temp_path));
/external/chromium_org/base/files/
H A Dfile_proxy.cc18 void FileDeleter(base::File file) { function in namespace:__anon2257
38 task_runner_->PostTask(FROM_HERE, Bind(&FileDeleter, Passed(&file_)));
238 task_runner_->PostTask(FROM_HERE, Bind(&FileDeleter, Passed(&file_)));

Completed in 80 milliseconds