HomeSort by relevance Sort by last modified time
    Searched defs:LogoTracker (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/search_provider_logos/
logo_tracker.cc 66 LogoTracker::LogoTracker(
82 LogoTracker::~LogoTracker() {
89 void LogoTracker::SetServerAPI(
103 void LogoTracker::GetLogo(LogoObserver* observer) {
116 base::Bind(&LogoTracker::OnCachedLogoRead,
123 void LogoTracker::RemoveObserver(LogoObserver* observer) {
127 void LogoTracker::SetLogoCacheForTests(scoped_ptr<LogoCache> cache) {
134 void LogoTracker::SetClockForTests(scoped_ptr<base::Clock> clock)
    [all...]
logo_tracker.h 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();
    [all...]

Completed in 1307 milliseconds