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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_internals_ui.cc301 class FileDeleter : public DownloadItem::Observer { class in namespace:content
303 explicit FileDeleter(const base::FilePath& temp_dir) : temp_dir_(temp_dir) {} function in class:content::FileDeleter
304 virtual ~FileDeleter();
314 DISALLOW_COPY_AND_ASSIGN(FileDeleter);
317 void FileDeleter::OnDownloadUpdated(DownloadItem* item) {
333 FileDeleter::~FileDeleter() {
353 item->AddObserver(new FileDeleter(temp_path));
/external/chromium_org/base/files/
H A Dfile_proxy.cc18 void FileDeleter(base::File file) { function in namespace:__anon2238
38 task_runner_->PostTask(FROM_HERE, Bind(&FileDeleter, Passed(&file_)));
238 task_runner_->PostTask(FROM_HERE, Bind(&FileDeleter, Passed(&file_)));

Completed in 291 milliseconds