Searched refs:web_app_path (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/chrome/browser/web_applications/ |
D | web_app_win.cc | 164 const base::FilePath& web_app_path, in CreateShortcutsInPaths() argument 170 if (!base::PathExists(web_app_path) && in CreateShortcutsInPaths() 171 !base::CreateDirectory(web_app_path)) { in CreateShortcutsInPaths() 180 base::FilePath icon_file = web_app_path.Append(file_name).AddExtension( in CreateShortcutsInPaths() 228 if (shortcut_paths[i] != web_app_path) { in CreateShortcutsInPaths() 275 const base::FilePath& web_app_path, in GetShortcutLocationsAndDeleteShortcuts() argument 294 !web_app_path.empty()) { in GetShortcutLocationsAndDeleteShortcuts() 295 all_paths.push_back(web_app_path); in GetShortcutLocationsAndDeleteShortcuts() 367 const base::FilePath& web_app_path, in CreatePlatformShortcuts() argument 385 shortcut_paths.push_back(web_app_path); in CreatePlatformShortcuts() [all …]
|
D | web_app_linux.cc | 17 const base::FilePath& web_app_path, in CreatePlatformShortcuts() argument 31 const base::FilePath& web_app_path, in DeletePlatformShortcuts() argument 40 const base::FilePath& web_app_path, in UpdatePlatformShortcuts() argument 56 CreatePlatformShortcuts(web_app_path, shortcut_info, creation_locations, in UpdatePlatformShortcuts()
|
D | web_app_chromeos.cc | 11 const base::FilePath& web_app_path, in CreatePlatformShortcuts() argument 19 const base::FilePath& web_app_path, in DeletePlatformShortcuts() argument 23 const base::FilePath& web_app_path, in UpdatePlatformShortcuts() argument
|
D | web_app_android.cc | 11 const base::FilePath& web_app_path, in CreatePlatformShortcuts() argument 19 const base::FilePath& web_app_path, in DeletePlatformShortcuts() argument 23 const base::FilePath& web_app_path, in UpdatePlatformShortcuts() argument
|
D | web_app_win.h | 20 const base::FilePath& web_app_path,
|
/external/chromium/chrome/browser/ui/web_applications/ |
D | web_app_ui.cc | 221 FilePath web_app_path = web_app::internals::GetWebAppDataDirectory( in UpdateShortcutsOnFileThread() local 226 if (!file_util::PathExists(web_app_path) && in UpdateShortcutsOnFileThread() 227 !file_util::CreateDirectory(web_app_path)) { in UpdateShortcutsOnFileThread() 232 FilePath icon_file = web_app_path.Append(file_name_).ReplaceExtension( in UpdateShortcutsOnFileThread()
|
/external/chromium_org/chrome/browser/ui/web_applications/ |
D | web_app_ui.cc | 283 base::FilePath web_app_path = web_app::GetWebAppDataDirectory( in UpdateShortcutsOnFileThread() local 288 if (!base::PathExists(web_app_path) && in UpdateShortcutsOnFileThread() 289 !base::CreateDirectory(web_app_path)) { in UpdateShortcutsOnFileThread() 294 base::FilePath icon_file = web_app_path.Append(file_name_).ReplaceExtension( in UpdateShortcutsOnFileThread()
|
/external/chromium_org/chrome/browser/ui/views/apps/ |
D | native_app_window_views.cc | 142 const base::FilePath web_app_path, in CreateIconAndSetRelaunchDetails() argument 164 if (!base::PathExists(web_app_path) && in CreateIconAndSetRelaunchDetails() 165 !base::CreateDirectory(web_app_path)) in CreateIconAndSetRelaunchDetails() 376 base::FilePath web_app_path = web_app::GetWebAppDataDirectory( in OnShortcutInfoLoaded() local 379 base::FilePath icon_file = web_app_path in OnShortcutInfoLoaded() 386 web_app_path, icon_file, shortcut_info, hwnd)); in OnShortcutInfoLoaded()
|