Home
last modified time | relevance | path

Searched refs:web_app_path (Results 1 – 11 of 11) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/web_applications/components/
H A Dweb_app_shortcut_win.cc133 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 Dweb_app_shortcut_chromeos.cc11 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 Dweb_app_file_handler_registration_win.cc34 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 Dweb_app_handler_registration_utils_win.cc211 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 Dweb_app_shortcuts_menu_win.h16 bool DeleteShortcutsMenuIcons(const base::FilePath& web_app_path);
H A Dweb_app_shortcut_linux.cc507 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 Dweb_app_shortcut_win.h46 base::FilePath GetIconFilePath(const base::FilePath& web_app_path,
H A Dweb_app_handler_registration_utils_win.h41 const base::FilePath& web_app_path);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/
H A Dchrome_browser_main_win.cc476 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 Dmanagement_apitest.cc173 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 Dmanagement_apitest.cc208 const char* web_app_path, in RunTest() argument
213 manifest, https_test_server_.GetURL(web_app_path).spec().c_str())); in RunTest()