Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/web_applications/
Dweb_app_win.cc164 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 …]
Dweb_app_linux.cc17 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()
Dweb_app_chromeos.cc11 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
Dweb_app_android.cc11 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
Dweb_app_win.h20 const base::FilePath& web_app_path,
/external/chromium/chrome/browser/ui/web_applications/
Dweb_app_ui.cc221 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/
Dweb_app_ui.cc283 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/
Dnative_app_window_views.cc142 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()