Home | History | Annotate | Download | only in search_provider_logos

Lines Matching refs:LogoTracker

44   // Called when the LogoTracker will no longer send updates to this
46 // OnFreshLogoAvailable() is called, or when the LogoTracker is destructed.
48 // LogoTracker::RemoveObserver().
52 // Provides a LogoTracker with methods it needs to download and cache logos.
60 // LogoTracker lives on and |image_decoded_callback| must be called on the
85 class LogoTracker : public net::URLFetcherDelegate {
87 // Constructs a LogoTracker with the given LogoDelegate. Takes ownership of
88 // |delegate|, which will be deleted at the same time as the LogoTracker.
101 explicit LogoTracker(
108 virtual ~LogoTracker();
226 base::WeakPtrFactory<LogoTracker> weak_ptr_factory_;
228 DISALLOW_COPY_AND_ASSIGN(LogoTracker);