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

  /external/chromium_org/components/search_provider_logos/
logo_cache.cc 207 base::FilePath logo_path = GetLogoPath(); local
214 logo_path,
217 base::DeleteFile(logo_path, false);
  /external/chromium_org/chrome/browser/ui/
metro_pin_tab_helper_win.cc 67 // |logo_dir|. The path of any created logo is returned in |logo_path|. Return
72 base::FilePath* logo_path) {
109 *logo_path = logo_dir.Append(tile_id).ReplaceExtension(L".png");
110 return base::WriteFile(*logo_path,
120 // The path to the logo is returned in |logo_path|, with the return value
123 base::FilePath* logo_path) {
125 *logo_path = logo_dir.Append(kDefaultLogoFileName);
126 if (base::PathExists(*logo_path))
134 return base::CopyFile(default_logo_path, *logo_path);
199 base::FilePath logo_path; local
    [all...]

Completed in 151 milliseconds