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

  /external/chromium_org/chrome/browser/web_applications/
web_app_linux.cc 23 const ShortcutInfo& shortcut_info,
30 shortcut_info, creation_locations);
37 const ShortcutInfo& shortcut_info) {
39 shell_integration_linux::DeleteDesktopShortcuts(shortcut_info.profile_path,
40 shortcut_info.extension_id);
47 const ShortcutInfo& shortcut_info,
56 env.get(), shortcut_info.profile_path, shortcut_info.extension_id);
65 shortcut_info,
web_app_chromeos.cc 18 const ShortcutInfo& shortcut_info,
26 const ShortcutInfo& shortcut_info) {}
31 const ShortcutInfo& shortcut_info,
web_app.cc 74 base::FilePath GetShortcutDataDir(const web_app::ShortcutInfo& shortcut_info) {
75 return web_app::GetWebAppDataDirectory(shortcut_info.profile_path,
76 shortcut_info.extension_id,
77 shortcut_info.url);
82 const web_app::ShortcutInfo& shortcut_info,
88 GetShortcutDataDir(shortcut_info),
89 old_app_title, shortcut_info, file_handlers_info));
92 void OnImageLoaded(web_app::ShortcutInfo shortcut_info,
109 shortcut_info.favicon.Add(gfx::Image(image_skia));
111 shortcut_info.favicon = image_family
194 ShortcutInfo shortcut_info; local
210 web_app::ShortcutInfo shortcut_info = local
373 ShortcutInfo shortcut_info = local
    [all...]
web_app_win.cc 164 const web_app::ShortcutInfo& shortcut_info,
176 web_app::internals::GetIconFilePath(web_app_path, shortcut_info.title);
177 if (!web_app::internals::CheckAndSaveIcon(icon_file, shortcut_info.favicon)) {
191 cmd_line = ShellIntegration::CommandLineArgsForLauncher(shortcut_info.url,
192 shortcut_info.extension_id, shortcut_info.profile_path);
201 base::string16 description = shortcut_info.description;
206 std::string app_name(web_app::GenerateApplicationNameFromInfo(shortcut_info));
208 base::UTF8ToUTF16(app_name), shortcut_info.profile_path));
215 web_app::internals::GetSanitizedFileName(shortcut_info.title)
    [all...]
web_app_mac.h 30 base::FilePath GetAppInstallPath(const ShortcutInfo& shortcut_info);
33 void MaybeLaunchShortcut(const ShortcutInfo& shortcut_info);
42 // Creates a new shortcut based on information in |shortcut_info|.
46 const ShortcutInfo& shortcut_info,
web_app_win.h 30 const ShortcutInfo& shortcut_info);
web_app.h 153 // Compute a deterministic name based on data in the shortcut_info.
154 std::string GenerateApplicationNameFromInfo(const ShortcutInfo& shortcut_info);
168 // |shortcut_info| contains information about the shortcuts to create, and
174 const ShortcutInfo& shortcut_info,
231 // |shortcut_info| contains info about the shortcut to create, and
235 const ShortcutInfo& shortcut_info,
244 const ShortcutInfo& shortcut_info);
252 const ShortcutInfo& shortcut_info,
  /external/chromium_org/chrome/browser/ui/views/apps/
chrome_native_app_window_views_win.h 30 const web_app::ShortcutInfo& shortcut_info);
  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 902 const web_app::ShortcutInfo& shortcut_info,
907 if (!shortcut_info.extension_id.empty()) {
909 shortcut_info.profile_path, shortcut_info.extension_id);
920 shortcut_filename = GetWebShortcutFilename(shortcut_info.url);
926 CreateShortcutIcon(shortcut_info.favicon, shortcut_filename);
    [all...]
shell_integration_linux.h 117 // |shortcut_info|), for the web page or extension in |shortcut_info|.
121 const web_app::ShortcutInfo& shortcut_info,
  /external/chromium_org/chrome/browser/ui/views/
create_application_shortcut_view.h 150 void OnAppInfoLoaded(const web_app::ShortcutInfo& shortcut_info,
create_application_shortcut_view.cc 544 const web_app::ShortcutInfo& shortcut_info,
546 shortcut_info_ = shortcut_info;

Completed in 254 milliseconds