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

  /external/chromium_org/win8/metro_driver/
secondary_tile.h 24 const base::FilePath& logo_path,
secondary_tile.cc 127 const base::FilePath& logo_path,
160 MakeHString(base::string16(L"file:///").append(logo_path.value())));
220 const base::FilePath& logo_path,
227 logo_path,
  /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...]
  /external/chromium_org/base/win/
metro.h 120 const FilePath& logo_path,
  /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);

Completed in 95 milliseconds