/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/web_applications/components/ |
H A D | web_app_shortcut_win.cc | 133 bool CreateShortcutsInPaths(const base::FilePath& web_app_path, in CreateShortcutsInPaths() argument 189 if (shortcut_paths[i] != web_app_path) { in CreateShortcutsInPaths() 235 const base::FilePath& web_app_path, in GetShortcutLocationsAndDeleteShortcuts() argument 253 if (!web_app_path.empty()) in GetShortcutLocationsAndDeleteShortcuts() 254 all_paths.push_back(web_app_path); in GetShortcutLocationsAndDeleteShortcuts() 290 const base::FilePath& web_app_path, in CreateIconAndSetRelaunchDetails() argument 406 bool CreatePlatformShortcuts(const base::FilePath& web_app_path, in CreatePlatformShortcuts() argument 426 shortcut_paths.push_back(web_app_path); in CreatePlatformShortcuts() 448 void UpdatePlatformShortcuts(const base::FilePath& web_app_path, in UpdatePlatformShortcuts() argument 461 web_app_path, shortcut_info.profile_path, old_app_title, in UpdatePlatformShortcuts() [all …]
|
H A D | web_app_shortcut_chromeos.cc | 11 bool CreatePlatformShortcuts(const base::FilePath& web_app_path, in CreatePlatformShortcuts() argument 18 bool DeletePlatformShortcuts(const base::FilePath& web_app_path, in DeletePlatformShortcuts() argument 23 void UpdatePlatformShortcuts(const base::FilePath& web_app_path, in UpdatePlatformShortcuts() argument
|
H A D | web_app_file_handler_registration_win.cc | 34 const base::FilePath web_app_path = in RegisterFileHandlersWithOsTask() local 37 CreateAppLauncherFile(app_name, app_name_extension, web_app_path); in RegisterFileHandlersWithOsTask() 47 base::FilePath icon_path = internals::GetIconFilePath(web_app_path, app_name); in RegisterFileHandlersWithOsTask()
|
H A D | web_app_handler_registration_utils_win.cc | 211 const base::FilePath& web_app_path) { in CreateAppLauncherFile() argument 212 if (!base::CreateDirectory(web_app_path)) { in CreateAppLauncherFile() 218 base::FilePath icon_path = internals::GetIconFilePath(web_app_path, app_name); in CreateAppLauncherFile() 224 base::FilePath app_specific_launcher_path = web_app_path.Append( in CreateAppLauncherFile()
|
H A D | web_app_shortcuts_menu_win.h | 16 bool DeleteShortcutsMenuIcons(const base::FilePath& web_app_path);
|
H A D | web_app_shortcut_linux.cc | 507 bool CreatePlatformShortcuts(const base::FilePath& web_app_path, in CreatePlatformShortcuts() argument 520 bool DeletePlatformShortcuts(const base::FilePath& web_app_path, in DeletePlatformShortcuts() argument 529 void UpdatePlatformShortcuts(const base::FilePath& web_app_path, in UpdatePlatformShortcuts() argument 547 CreatePlatformShortcuts(web_app_path, creation_locations, in UpdatePlatformShortcuts()
|
H A D | web_app_shortcut_win.h | 46 base::FilePath GetIconFilePath(const base::FilePath& web_app_path,
|
H A D | web_app_handler_registration_utils_win.h | 41 const base::FilePath& web_app_path);
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ |
H A D | chrome_browser_main_win.cc | 476 base::FilePath web_app_path = in UpdatePwaLaunchersForProfile() local 479 web_app_path = in UpdatePwaLaunchersForProfile() 480 web_app_path.Append(web_app::GetAppSpecificLauncherFilename( in UpdatePwaLaunchersForProfile() 482 pwa_launcher_paths.push_back(std::move(web_app_path)); in UpdatePwaLaunchersForProfile()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/management/ |
H A D | management_apitest.cc | 173 const char* web_app_path, in RunTest() argument 178 manifest, https_test_server_.GetURL(web_app_path).spec().c_str())); in RunTest()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/management/ |
H A D | management_apitest.cc | 208 const char* web_app_path, in RunTest() argument 213 manifest, https_test_server_.GetURL(web_app_path).spec().c_str())); in RunTest()
|