Home
last modified time | relevance | path

Searched refs:GetLogoPath (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/search_provider_logos/
Dlogo_cache.cc96 if (!base::ReadFileToString(GetLogoPath(), &encoded_image->data())) { in GetCachedLogo()
155 base::FilePath LogoCache::GetLogoPath() { in GetLogoPath() function in search_provider_logos::LogoCache
207 base::FilePath logo_path = GetLogoPath(); in WriteLogo()
225 base::DeleteFile(GetLogoPath(), false); in DeleteLogoAndMetadata()
Dlogo_cache_unittest.cc231 EXPECT_FALSE(base::PathExists(cache_->GetLogoPath())); in TEST_F()
242 ShortenFile(cache_->GetLogoPath()); in TEST_F()
249 EXPECT_FALSE(base::PathExists(cache_->GetLogoPath())); in TEST_F()
Dlogo_cache.h75 base::FilePath GetLogoPath();