Searched refs:icon_file (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app_win.h40 bool CheckAndSaveIcon(const base::FilePath& icon_file,
H A Dweb_app_win.cc56 // Saves |image| as an |icon_file| with the checksum.
57 bool SaveIconWithCheckSum(const base::FilePath& icon_file, argument
59 if (!IconUtil::CreateIconFileFromImageFamily(image, icon_file))
65 base::FilePath cheksum_file(icon_file.ReplaceExtension(kIconChecksumFileExt));
71 // Returns true if |icon_file| is missing or different from |image|.
72 bool ShouldUpdateIcon(const base::FilePath& icon_file, argument
75 icon_file.ReplaceExtension(kIconChecksumFileExt));
77 // Returns true if icon_file or checksum file is missing.
78 if (!base::PathExists(icon_file) ||
175 base::FilePath icon_file local
327 CreateIconAndSetRelaunchDetails(const base::FilePath& web_app_path, const base::FilePath& icon_file, const web_app::ShortcutInfo& shortcut_info, HWND hwnd) argument
365 base::FilePath icon_file = local
426 CheckAndSaveIcon(const base::FilePath& icon_file, const gfx::ImageFamily& image) argument
525 base::FilePath icon_file = GetIconFilePath(web_app_path, shortcut_info.title); local
[all...]
H A Dupdate_shortcut_worker_win.cc192 base::FilePath icon_file = local
194 web_app::internals::CheckAndSaveIcon(icon_file, shortcut_info_.favicon);
213 shortcut_properties.set_icon(icon_file, 0);
/external/chromium_org/chrome/browser/extensions/
H A Dconvert_web_app_unittest.cc40 base::FilePath icon_file; local
41 if (!PathService::Get(chrome::DIR_TEST_DATA, &icon_file)) {
46 icon_file = icon_file.AppendASCII("extensions")
55 if (!base::ReadFileToString(icon_file, &icon_data)) {
H A Dconvert_web_app.cc140 base::FilePath icon_file = icons_dir.AppendASCII( local
152 if (base::WriteFile(icon_file, image_data_ptr, size) != size) {

Completed in 308 milliseconds