Searched defs:web_app_path (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app_chromeos.cc17 const base::FilePath& web_app_path,
25 void DeletePlatformShortcuts(const base::FilePath& web_app_path, argument
29 const base::FilePath& web_app_path,
16 CreatePlatformShortcuts( const base::FilePath& web_app_path, const ShortcutInfo& shortcut_info, const extensions::FileHandlersInfo& file_handlers_info, const ShortcutLocations& creation_locations, ShortcutCreationReason creation_reason) argument
28 UpdatePlatformShortcuts( const base::FilePath& web_app_path, const base::string16& old_app_title, const ShortcutInfo& shortcut_info, const extensions::FileHandlersInfo& file_handlers_info) argument
H A Dweb_app_linux.cc22 const base::FilePath& web_app_path,
36 void DeletePlatformShortcuts(const base::FilePath& web_app_path, argument
45 const base::FilePath& web_app_path,
64 CreatePlatformShortcuts(web_app_path,
21 CreatePlatformShortcuts( const base::FilePath& web_app_path, const ShortcutInfo& shortcut_info, const extensions::FileHandlersInfo& file_handlers_info, const ShortcutLocations& creation_locations, ShortcutCreationReason ) argument
44 UpdatePlatformShortcuts( const base::FilePath& web_app_path, const base::string16& , const ShortcutInfo& shortcut_info, const extensions::FileHandlersInfo& file_handlers_info) argument
H A Dupdate_shortcut_worker_win.cc181 base::FilePath web_app_path = web_app::GetWebAppDataDirectory( local
184 // Ensure web_app_path exists. web_app_path could be missing for a legacy
186 if (!base::PathExists(web_app_path) &&
187 !base::CreateDirectory(web_app_path)) {
193 web_app::internals::GetIconFilePath(web_app_path, shortcut_info_.title);
H A Dweb_app_win.cc163 const base::FilePath& web_app_path,
168 // Ensure web_app_path exists.
169 if (!base::PathExists(web_app_path) &&
170 !base::CreateDirectory(web_app_path)) {
176 web_app::internals::GetIconFilePath(web_app_path, shortcut_info.title);
226 if (shortcut_paths[i] != web_app_path) {
266 // If |web_app_path| is empty, this will not delete shortcuts from the web app
274 const base::FilePath& web_app_path,
293 !web_app_path.empty()) {
294 all_paths.push_back(web_app_path);
162 CreateShortcutsInPaths( const base::FilePath& web_app_path, const web_app::ShortcutInfo& shortcut_info, const std::vector<base::FilePath>& shortcut_paths, web_app::ShortcutCreationReason creation_reason, std::vector<base::FilePath>* out_filenames) argument
273 GetShortcutLocationsAndDeleteShortcuts( const base::FilePath& web_app_path, const base::FilePath& profile_path, const base::string16& title, bool* was_pinned_to_taskbar, std::vector<base::FilePath>* shortcut_paths) argument
327 CreateIconAndSetRelaunchDetails(const base::FilePath& web_app_path, const base::FilePath& icon_file, const web_app::ShortcutInfo& shortcut_info, HWND hwnd) argument
361 base::FilePath web_app_path = local
443 CreatePlatformShortcuts( const base::FilePath& web_app_path, const ShortcutInfo& shortcut_info, const extensions::FileHandlersInfo& file_handlers_info, const ShortcutLocations& creation_locations, ShortcutCreationReason creation_reason) argument
489 UpdatePlatformShortcuts( const base::FilePath& web_app_path, const base::string16& old_app_title, const ShortcutInfo& shortcut_info, const extensions::FileHandlersInfo& file_handlers_info) argument
529 DeletePlatformShortcuts(const base::FilePath& web_app_path, const ShortcutInfo& shortcut_info) argument
614 GetIconFilePath(const base::FilePath& web_app_path, const base::string16& title) argument
[all...]

Completed in 258 milliseconds