Home
last modified time | relevance | path

Searched refs:logo_path (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/
Dmetro_pin_tab_helper_win.cc73 base::FilePath* logo_path) { in CreateSiteSpecificLogo() argument
110 *logo_path = logo_dir.Append(tile_id).ReplaceExtension(L".png"); in CreateSiteSpecificLogo()
111 return file_util::WriteFile(*logo_path, in CreateSiteSpecificLogo()
124 base::FilePath* logo_path) { in GetPathToBackupLogo() argument
126 *logo_path = logo_dir.Append(kDefaultLogoFileName); in GetPathToBackupLogo()
127 if (base::PathExists(*logo_path)) in GetPathToBackupLogo()
135 return base::CopyFile(default_logo_path, *logo_path); in GetPathToBackupLogo()
200 base::FilePath logo_path; in RunOnFileThread() local
201 if (!CreateSiteSpecificLogo(favicon_, tile_id, logo_dir, &logo_path) && in RunOnFileThread()
202 !GetPathToBackupLogo(logo_dir, &logo_path)) { in RunOnFileThread()
[all …]
/external/chromium_org/win8/metro_driver/
Dsecondary_tile.cc127 const base::FilePath& logo_path, in CreateTileOnStartScreen() argument
159 logo_url.Attach(MakeHString(string16(L"file:///").append(logo_path.value()))); in CreateTileOnStartScreen()
219 const base::FilePath& logo_path, in MetroPinToStartScreen() argument
226 logo_path, in MetroPinToStartScreen()
Dsecondary_tile.h24 const base::FilePath& logo_path,
/external/chromium_org/base/win/
Dmetro.h131 const FilePath& logo_path,