Home | History | Annotate | Download | only in browser

Lines Matching refs:shortcut_info

70     const ShellIntegration::ShortcutInfo& shortcut_info,
72 if (shortcut_info.favicon.isNull())
84 gfx::PNGCodec::EncodeBGRASkBitmap(shortcut_info.favicon, false, &png_data);
101 argv.push_back(base::IntToString(shortcut_info.favicon.width()));
441 const ShortcutInfo& shortcut_info, const std::string& shortcut_template) {
446 FilePath shortcut_filename = GetDesktopShortcutFilename(shortcut_info.url);
450 std::string icon_name = CreateShortcutIcon(shortcut_info, shortcut_filename);
453 web_app::GenerateApplicationNameFromInfo(shortcut_info);
457 shortcut_info.url,
458 shortcut_info.extension_id,
459 shortcut_info.title,
462 if (shortcut_info.create_on_desktop)
465 if (shortcut_info.create_in_applications_menu)