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

  /external/chromium_org/chrome/browser/web_applications/
web_app_win.h 40 bool CheckAndSaveIcon(const base::FilePath& icon_file,
web_app_win.cc 56 // Saves |image| as an |icon_file| with the checksum.
57 bool SaveIconWithCheckSum(const base::FilePath& icon_file,
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,
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
365 base::FilePath icon_file = local
525 base::FilePath icon_file = GetIconFilePath(web_app_path, shortcut_info.title); local
    [all...]
update_shortcut_worker_win.cc 192 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/
convert_web_app_unittest.cc 40 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)) {
convert_web_app.cc 140 base::FilePath icon_file = icons_dir.AppendASCII( local
152 if (base::WriteFile(icon_file, image_data_ptr, size) != size) {

Completed in 330 milliseconds