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

  /external/chromium_org/components/search_provider_logos/
logo_tracker.h 212 LogoCache* logo_cache_; member in class:search_provider_logos::LogoTracker
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...]

Completed in 70 milliseconds