Home | History | Annotate | Download | only in web_applications

Lines Matching refs:web_app

5 #include "chrome/browser/web_applications/web_app.h"
71 base::FilePath GetShortcutDataDir(const web_app::ShortcutInfo& shortcut_info) {
72 return web_app::GetWebAppDataDirectory(shortcut_info.profile_path,
78 web_app::ShortcutCreationReason reason,
79 const web_app::ShortcutLocations& locations,
80 const web_app::ShortcutInfo& shortcut_info,
88 base::IgnoreResult(&web_app::internals::CreatePlatformShortcuts),
95 const web_app::ShortcutInfo& shortcut_info,
100 base::Bind(&web_app::internals::UpdatePlatformShortcuts,
105 void OnImageLoaded(web_app::ShortcutInfo shortcut_info,
107 web_app::InfoCallback callback,
131 const web_app::ShortcutInfoCallback& shortcut_info_callback,
132 const web_app::ShortcutInfo& shortcut_info,
139 namespace web_app {
154 web_app::ShortcutInfo shortcut_info =
155 web_app::ShortcutInfoForExtensionAndProfile(extension, profile);
286 web_app::internals::GetInfoForApp(
369 base::IgnoreResult(&web_app::internals::CreateShortcutsOnFileThread),
394 base::Bind(&web_app::internals::DeletePlatformShortcuts,
452 } // namespace web_app