Searched defs:LastDownloadFinder (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dlast_download_finder.h37 class LastDownloadFinder : public content::NotificationObserver { class in namespace:safe_browsing
45 virtual ~LastDownloadFinder();
52 static scoped_ptr<LastDownloadFinder> Create(
57 LastDownloadFinder();
60 LastDownloadFinder(const std::vector<Profile*>& profiles,
110 base::WeakPtrFactory<LastDownloadFinder> weak_ptr_factory_;
112 DISALLOW_COPY_AND_ASSIGN(LastDownloadFinder);
H A Dlast_download_finder.cc101 LastDownloadFinder::~LastDownloadFinder() {
105 scoped_ptr<LastDownloadFinder> LastDownloadFinder::Create(
107 scoped_ptr<LastDownloadFinder> finder(make_scoped_ptr(new LastDownloadFinder(
111 return scoped_ptr<LastDownloadFinder>();
115 LastDownloadFinder::LastDownloadFinder() : weak_ptr_factory_(this) { function in class:safe_browsing::LastDownloadFinder
118 LastDownloadFinder function in class:safe_browsing::LastDownloadFinder
[all...]

Completed in 25 milliseconds