Home | History | Annotate | Download | only in web_applications

Lines Matching refs:web_app

13 #include "chrome/browser/web_applications/web_app.h"
75 web_app::IconInfoList unprocessed_icons_;
95 web_app::GetShortcutInfoForTab(tab_contents_, &shortcut_info_);
96 web_app::GetIconsInfo(tab_contents_->extension_tab_helper()->web_app_info(),
98 file_name_ = web_app::internals::GetSanitizedFileName(shortcut_info_.title);
221 FilePath web_app_path = web_app::internals::GetWebAppDataDirectory(
222 web_app::GetDataDir(profile_path_), shortcut_info_);
234 web_app::internals::CheckAndSaveIcon(icon_file, shortcut_info_.favicon);
241 UTF8ToWide(web_app::GenerateApplicationNameFromURL(shortcut_info_.url)),
290 namespace web_app {
318 } // namespace web_app