Home | History | Annotate | Download | only in browser

Lines Matching refs:icon_name

91   std::string icon_name = temp_file_path.BaseName().RemoveExtension().value();
99 LOG(WARNING) << "Could not encode icon " << icon_name << ".png at size "
122 argv.push_back(icon_name);
125 LOG(WARNING) << "Could not install icon " << icon_name << ".png at size "
129 return icon_name;
707 const std::string& icon_name,
753 if (!icon_name.empty()) {
754 g_key_file_set_string(key_file, kDesktopEntry, "Icon", icon_name.c_str());
789 const std::string& icon_name) {
797 if (!icon_name.empty()) {
798 g_key_file_set_string(key_file, kDesktopEntry, "Icon", icon_name.c_str());
844 std::string icon_name = CreateShortcutIcon(shortcut_info, shortcut_filename);
865 icon_name,
890 icon_name,