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

  /external/chromium_org/components/search_provider_logos/
logo_cache.cc 96 if (!base::ReadFileToString(GetLogoPath(), &encoded_image->data())) {
155 base::FilePath LogoCache::GetLogoPath() {
207 base::FilePath logo_path = GetLogoPath();
225 base::DeleteFile(GetLogoPath(), false);
logo_cache.h 75 base::FilePath GetLogoPath();
logo_cache_unittest.cc 231 EXPECT_FALSE(base::PathExists(cache_->GetLogoPath()));
242 ShortenFile(cache_->GetLogoPath());
249 EXPECT_FALSE(base::PathExists(cache_->GetLogoPath()));

Completed in 255 milliseconds