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

  /external/chromium_org/components/search_provider_logos/
logo_cache.h 35 class LogoCache {
39 explicit LogoCache(const base::FilePath& cache_directory);
40 virtual ~LogoCache();
117 // Ensure LogoCache is only used on a single thread.
120 DISALLOW_COPY_AND_ASSIGN(LogoCache);
logo_cache.cc 49 LogoCache::LogoCache(const base::FilePath& cache_directory)
52 // The LogoCache can be constructed on any thread, as long as it's used
57 LogoCache::~LogoCache() {
61 void LogoCache::UpdateCachedLogoMetadata(const LogoMetadata& metadata) {
70 const LogoMetadata* LogoCache::GetCachedLogoMetadata() {
76 void LogoCache::SetCachedLogo(const EncodedLogo* logo) {
87 scoped_ptr<EncodedLogo> LogoCache::GetCachedLogo() {
115 scoped_ptr<LogoMetadata> LogoCache::LogoMetadataFromString
    [all...]

Completed in 123 milliseconds