Searched defs:GetLogoPath (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/search_provider_logos/
H A Dlogo_cache.cc96 if (!base::ReadFileToString(GetLogoPath(), &encoded_image->data())) {
155 base::FilePath LogoCache::GetLogoPath() { function in class:search_provider_logos::LogoCache
207 base::FilePath logo_path = GetLogoPath();
225 base::DeleteFile(GetLogoPath(), false);

Completed in 1780 milliseconds