HomeSort by relevance Sort by last modified time
    Searched full:logo_cache_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/search_provider_logos/
logo_tracker_unittest.cc 300 logo_cache_(new NiceMock<MockLogoCache>()),
313 logo_tracker_->SetLogoCacheForTests(scoped_ptr<LogoCache>(logo_cache_));
317 // logo_tracker_ owns logo_cache_, which gets destructed on the file thread
318 // after logo_tracker_'s destruction. Ensure that logo_cache_ is actually
349 NiceMock<MockLogoCache>* logo_cache_; member in class:search_provider_logos::__anon11182::LogoTrackerTest
391 logo_cache_->ExpectSetCachedLogo(&logo);
397 EXPECT_CALL(*logo_cache_, UpdateCachedLogoMetadata(_)).Times(0);
398 EXPECT_CALL(*logo_cache_, SetCachedLogo(_)).Times(0);
399 EXPECT_CALL(*logo_cache_, SetCachedLogo(NULL)).Times(AnyNumber());
431 logo_cache_->EncodeAndSetCachedLogo(cached_logo)
    [all...]
logo_tracker.cc 75 logo_cache_(new LogoCache(cached_logo_directory)),
85 FROM_HERE, base::Bind(&DeleteLogoCacheOnFileThread, logo_cache_));
86 logo_cache_ = NULL;
113 logo_cache_,
130 FROM_HERE, base::Bind(&DeleteLogoCacheOnFileThread, logo_cache_));
131 logo_cache_ = cache.release();
186 base::Unretained(logo_cache_),
193 base::Unretained(logo_cache_),
logo_tracker.h 212 LogoCache* logo_cache_; member in class:search_provider_logos::LogoTracker

Completed in 70 milliseconds